Property | Type | Description | |
---|---|---|---|
set_defaults | void |
Method | Description | |
---|---|---|
Add_Element ( string Type, string Subtype, string Class ) : |
Add a new metadata template element configuration to this class
|
|
Add_Element ( string Type, string Subtype, string Class, string Assembly ) : |
Add a new metadata template element configuration to this class
|
|
Add_Element ( |
Add a new metadata template element configuration to this class
|
|
Clear ( ) : void |
Clears all the previously loaded information, such as the default values
|
|
Get_Element_Configuration ( string Type, string SubType ) : |
Get the configuration information for a possible template element
|
|
TemplateElementsConfig ( ) : System |
Constructor for a new instance of the TemplateElementsConfig class
|
Method | Description | |
---|---|---|
set_defaults ( ) : void |
public Add_Element ( string Type, string Subtype, string Class ) : |
||
Type | string | The 'type' value used in the template configuration files /// to select this metadata template element |
Subtype | string | The 'subtype' value used in the template configuration files /// to select this metadata template element |
Class | string | Fully qualified (including namespace) name of the class used /// for this template element |
return |
public Add_Element ( string Type, string Subtype, string Class, string Assembly ) : |
||
Type | string | The 'type' value used in the template configuration files /// to select this metadata template element |
Subtype | string | The 'subtype' value used in the template configuration files /// to select this metadata template element |
Class | string | Fully qualified (including namespace) name of the class used /// for this template element |
Assembly | string | Name of the assembly within which this class resides, unless this /// is one of the default elements included in the core code |
return |
public Add_Element ( |
||
NewElement | ||
return | void |
public Get_Element_Configuration ( string Type, string SubType ) : |
||
Type | string | Type for the element to retrieve |
SubType | string | Subtype for the element to retrieve |
return |