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

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Add_Mapping ( METS_Section_ReaderWriter_Mapping New_Mapping ) : void

Add a new mapping from the METS file MDTYPE and OTHERMDTYPE attributes which this METS Section Reader/Writer supports

Add_Option ( string Key, string Value ) : void

Add a new option to the dictionary of associated standard options

Create_ReaderWriterObject ( ) : bool

Creates the reader/writer object, from the provided code assembly, namespace, and class

METS_Section_ReaderWriter_Config ( ) : System

Constructor for a new METS_Section_ReaderWriter_Config object

ShouldSerializeAmdSecType ( ) : bool

Method suppresses XML Serialization of the AmdSecType property if it is UNSPECIFIED

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

메소드 상세

Add_Mapping() 공개 메소드

Add a new mapping from the METS file MDTYPE and OTHERMDTYPE attributes which this METS Section Reader/Writer supports
public Add_Mapping ( METS_Section_ReaderWriter_Mapping New_Mapping ) : void
New_Mapping METS_Section_ReaderWriter_Mapping New mapping
리턴 void

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

Create_ReaderWriterObject() 공개 메소드

Creates the reader/writer object, from the provided code assembly, namespace, and class
public Create_ReaderWriterObject ( ) : bool
리턴 bool

METS_Section_ReaderWriter_Config() 공개 메소드

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

ShouldSerializeAmdSecType() 공개 메소드

Method suppresses XML Serialization of the AmdSecType property if it is UNSPECIFIED
public ShouldSerializeAmdSecType ( ) : bool
리턴 bool

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