Version

TypeMatchCondition Class Members

The following tables list the members exposed by TypeMatchCondition.

Public Constructors
 NameDescription
Public ConstructorTypeMatchCondition Constructor  
Public Properties
 NameDescription
Public PropertyTypeThe type used to obtain the TypeResolved to compare against the item.  
Public PropertyTypeNameThe name of the type used to obtain the TypeResolved to compare against the item.  
Public PropertyTypeResolvedReturns the type based on the TypeName or Type that is compared against the item provided to the IsMatch  
Public Methods
 NameDescription
Public MethodIsMatchDetermines if the item is assignable from the TypeResolved  
See Also