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

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

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