C# Класс SobekCM.Core.UI_Configuration.TemplateElements.TemplateElementsConfig

Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
set_defaults void

Открытые методы

Метод Описание
Add_Element ( string Type, string Subtype, string Class ) : TemplateElementConfig

Add a new metadata template element configuration to this class

Add_Element ( string Type, string Subtype, string Class, string Assembly ) : TemplateElementConfig

Add a new metadata template element configuration to this class

Add_Element ( TemplateElementConfig NewElement ) : void

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 ) : TemplateElementConfig

Get the configuration information for a possible template element

TemplateElementsConfig ( ) : System

Constructor for a new instance of the TemplateElementsConfig class

Приватные методы

Метод Описание
set_defaults ( ) : void

Описание методов

Add_Element() публичный Метод

Add a new metadata template element configuration to this class
public Add_Element ( string Type, string Subtype, string Class ) : TemplateElementConfig
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
Результат TemplateElementConfig

Add_Element() публичный Метод

Add a new metadata template element configuration to this class
public Add_Element ( string Type, string Subtype, string Class, string Assembly ) : TemplateElementConfig
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
Результат TemplateElementConfig

Add_Element() публичный Метод

Add a new metadata template element configuration to this class
public Add_Element ( TemplateElementConfig NewElement ) : void
NewElement TemplateElementConfig
Результат void

Clear() публичный Метод

Clears all the previously loaded information, such as the default values
public Clear ( ) : void
Результат void

Get_Element_Configuration() публичный Метод

Get the configuration information for a possible template element
public Get_Element_Configuration ( string Type, string SubType ) : TemplateElementConfig
Type string Type for the element to retrieve
SubType string Subtype for the element to retrieve
Результат TemplateElementConfig

TemplateElementsConfig() публичный Метод

Constructor for a new instance of the TemplateElementsConfig class
public TemplateElementsConfig ( ) : System
Результат System