C# 클래스 SobekCM.Core.UI_Configuration.TemplateElements.TemplateElementsConfig

파일 보기 프로젝트 열기: MarkVSullivan/SobekCM-Web-Application 1 사용 예제들

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