TemplateElement Class
Class represents a mapping from type/subtype within a template
configuration file and an assembly/class to use
Namespace: SobekCM.Core.UI_Configuration.TemplateElementsAssembly: SobekCM_Core (in SobekCM_Core.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
[SerializableAttribute]
[ProtoContractAttribute]
[DataContractAttribute]
[XmlRootAttribute("TemplateElement")]
public class TemplateElement |
Inheritance Hierarchy
Constructors
Methods
Properties
| Name | Description |
---|
| Assembly | Name of the assembly within which this class resides, unless this
is one of the default elements included in the core code |
| Class | Fully qualified (including namespace) name of the class used
for this template element |
| Image | Image for this template, if one exists |
| Subtype | Gets the 'subtype' value used in the template configuration files
to select this metadata template element |
| Type | Gets the 'type' value used in the template configuration files
to select this metadata template element |
See Also