C# 클래스 SobekCM.Resource_Object.Configuration.Metadata_File_ReaderWriter_Config

Configuration information about a reader/writer class used to read stand-along metadata files
파일 보기 프로젝트 열기: MarkVSullivan/SobekCM-Web-Application 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Add_Option ( string Key, string Value ) : void

Add a new option to the dictionary of associated standard options

Metadata_File_ReaderWriter_Config ( ) : System

Constructor for a new Metadata_File_ReaderWriter_Config object

ShouldSerializeCode_Assembly ( ) : bool

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

ShouldSerializeOptions ( ) : bool

Method suppresses XML Serialization of the Options collection if it is empty

ShouldSerializeOther_MD_Type ( ) : bool

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

메소드 상세

Add_Option() 공개 메소드

Add a new option to the dictionary of associated standard options
public Add_Option ( string Key, string Value ) : void
Key string Key of this option
Value string Value of this option
리턴 void

Metadata_File_ReaderWriter_Config() 공개 메소드

Constructor for a new Metadata_File_ReaderWriter_Config object
public Metadata_File_ReaderWriter_Config ( ) : System
리턴 System

ShouldSerializeCode_Assembly() 공개 메소드

Method suppresses XML Serialization of the Code_Assembly property if it is empty
public ShouldSerializeCode_Assembly ( ) : bool
리턴 bool

ShouldSerializeOptions() 공개 메소드

Method suppresses XML Serialization of the Options collection if it is empty
public ShouldSerializeOptions ( ) : bool
리턴 bool

ShouldSerializeOther_MD_Type() 공개 메소드

Method suppresses XML Serialization of the Other_MD_Type property if it is empty
public ShouldSerializeOther_MD_Type ( ) : bool
리턴 bool