Property | Type | Description | |
---|---|---|---|
GetAssembly | |||
GetItem_FromXmlNode | IMultiVariantMapping |
Method | Description | |
---|---|---|
GetMapping ( string templateId, Database database ) : IMultiVariantMapping |
Returns a mapping object
|
|
GetTemplate ( string templateId, Database database ) : TemplateItem |
Returns a template item from one of the mappings
|
|
IsVariantTemplate ( string templateId ) : bool |
Verified that the passed template is a variant template within the mappings
|
Method | Description | |
---|---|---|
GetItem_FromReflection ( string nameSpace, string assemblyName, |
Uses reflection to instantiate the IFieldGutter class
|
Method | Description | |
---|---|---|
GetAssembly ( string assemblyName ) : |
||
GetItem_FromXmlNode ( |
protected GetItem_FromReflection ( string nameSpace, string assemblyName, |
||
nameSpace | string | |
assemblyName | string | |
validationNode | ||
return | IMultiVariantMapping |
public GetMapping ( string templateId, Database database ) : IMultiVariantMapping | ||
templateId | string | |
database | Database | |
return | IMultiVariantMapping |
public GetTemplate ( string templateId, Database database ) : TemplateItem | ||
templateId | string | |
database | Database | |
return | TemplateItem |
public IsVariantTemplate ( string templateId ) : bool | ||
templateId | string | |
return | bool |