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

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
METS_Section_ReaderWriter_Mapping ( ) : System

Constructor for a new instance of the METS_Section_ReaderWriter_Mapping class

METS_Section_ReaderWriter_Mapping ( string MD_Type, bool isDefault ) : System

Constructor for a new instance of the METS_Section_ReaderWriter_Mapping class

METS_Section_ReaderWriter_Mapping ( string MD_Type, string Label, bool isDefault ) : System

Constructor for a new instance of the METS_Section_ReaderWriter_Mapping class

METS_Section_ReaderWriter_Mapping ( string MD_Type, string Other_MD_Type, string Label, bool isDefault ) : System

Constructor for a new instance of the METS_Section_ReaderWriter_Mapping class

ShouldSerializeOther_MD_Type ( ) : bool

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

메소드 상세

METS_Section_ReaderWriter_Mapping() 공개 메소드

Constructor for a new instance of the METS_Section_ReaderWriter_Mapping class
public METS_Section_ReaderWriter_Mapping ( ) : System
리턴 System

METS_Section_ReaderWriter_Mapping() 공개 메소드

Constructor for a new instance of the METS_Section_ReaderWriter_Mapping class
public METS_Section_ReaderWriter_Mapping ( string MD_Type, bool isDefault ) : System
MD_Type string Standard metadata type within the METS dmdSec/amdSec metadata definition tags (or OTHER)
isDefault bool Flag indicates if this is the default mapping, which means it would be used when writing a new METS file
리턴 System

METS_Section_ReaderWriter_Mapping() 공개 메소드

Constructor for a new instance of the METS_Section_ReaderWriter_Mapping class
public METS_Section_ReaderWriter_Mapping ( string MD_Type, string Label, bool isDefault ) : System
MD_Type string Standard metadata type within the METS dmdSec/amdSec metadata definition tags (or OTHER)
Label string Label associated with this METS section within the METS dmdSec/amdSec metadata definition tags (used when writing)
isDefault bool Flag indicates if this is the default mapping, which means it would be used when writing a new METS file
리턴 System

METS_Section_ReaderWriter_Mapping() 공개 메소드

Constructor for a new instance of the METS_Section_ReaderWriter_Mapping class
public METS_Section_ReaderWriter_Mapping ( string MD_Type, string Other_MD_Type, string Label, bool isDefault ) : System
MD_Type string Standard metadata type within the METS dmdSec/amdSec metadata definition tags (or OTHER)
Other_MD_Type string Other metadata type within the METS dmdSec/amdSec metadata definition tags
Label string Label associated with this METS section within the METS dmdSec/amdSec metadata definition tags (used when writing)
isDefault bool Flag indicates if this is the default mapping, which means it would be used when writing a new METS file
리턴 System

ShouldSerializeOther_MD_Type() 공개 메소드

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