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

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

Private Properties

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

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

Метод Описание
ShouldSerializeAssembly ( ) : bool

Method suppresses XML Serialization of the Assembly property if it is empty

ShouldSerializeSubtype ( ) : bool

Method suppresses XML Serialization of the Subtype property if it is empty

TemplateElementConfig ( ) : System

Constructor for a new instance of the TemplateElementConfig class

TemplateElementConfig ( string Type, string Subtype, string Class ) : System

Constructor for a new instance of the TemplateElementConfig class

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

Constructor for a new instance of the TemplateElementConfig class

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

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

Method suppresses XML Serialization of the Assembly property if it is empty
public ShouldSerializeAssembly ( ) : bool
Результат bool

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

Method suppresses XML Serialization of the Subtype property if it is empty
public ShouldSerializeSubtype ( ) : bool
Результат bool

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

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

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

Constructor for a new instance of the TemplateElementConfig class
public TemplateElementConfig ( string Type, string Subtype, string Class ) : System
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
Результат System

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

Constructor for a new instance of the TemplateElementConfig class
public TemplateElementConfig ( string Type, string Subtype, string Class, string Assembly ) : System
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
Результат System