Method | Description | |
---|---|---|
Match ( Class, type ) : Transform, |
This method attempts to perform a resolution of the transform based on its package prefix. This allows this matcher to create a logical group of transforms within a single method based on the types package prefix. If no transform can be found then this will throw an exception.
|
|
MatchEnum ( Class, type ) : Transform, |
This is used to resolve
|
|
MatchFile ( Class, type ) : Transform, |
This is used to resolve
|
|
MatchLanguage ( Class, type ) : Transform, |
This is used to resolve
|
|
MatchMath ( Class, type ) : Transform, |
This is used to resolve
|
|
MatchSQL ( Class, type ) : Transform, |
This is used to resolve
|
|
MatchURL ( Class, type ) : Transform, |
This is used to resolve
|
|
MatchUtility ( Class, type ) : Transform, |
This is used to resolve
|
|
PackageMatcher ( ) : System.Collections.Generic |
Constructor for the
|
public Match ( Class, type ) : Transform, | ||
type | Class, | /// this is the type to resolve a transform for /// |
return | Transform, |
public MatchEnum ( Class, type ) : Transform, | ||
type | Class, | /// this is the type to resolve a stock transform for /// |
return | Transform, |
public MatchFile ( Class, type ) : Transform, | ||
type | Class, | /// this is the type to resolve a stock transform for /// |
return | Transform, |
public MatchLanguage ( Class, type ) : Transform, | ||
type | Class, | /// this is the type to resolve a stock transform for /// |
return | Transform, |
public MatchMath ( Class, type ) : Transform, | ||
type | Class, | /// this is the type to resolve a stock transform for /// |
return | Transform, |
public MatchSQL ( Class, type ) : Transform, | ||
type | Class, | /// this is the type to resolve a stock transform for /// |
return | Transform, |
public MatchURL ( Class, type ) : Transform, | ||
type | Class, | /// this is the type to resolve a stock transform for /// |
return | Transform, |
public MatchUtility ( Class, type ) : Transform, | ||
type | Class, | /// this is the type to resolve a stock transform for /// |
return | Transform, |
public PackageMatcher ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |