Class ArgumentsMatchInfo
Inheritance
System.Object
ArgumentsMatchInfo
Assembly: Steeltoe.Common.Expression.dll
Syntax
public class ArgumentsMatchInfo : object
Constructors
|
Edit this page
View Source
ArgumentsMatchInfo(ArgumentsMatchKind)
Declaration
public ArgumentsMatchInfo(ArgumentsMatchKind kind)
Parameters
Properties
|
Edit this page
View Source
IsCloseMatch
Declaration
public bool IsCloseMatch { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
IsExactMatch
Declaration
public bool IsExactMatch { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
IsMatchRequiringConversion
Declaration
public bool IsMatchRequiringConversion { get; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
|
Edit this page
View Source
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|