C# 클래스 SobekCM.Core.EAD.EAD_Transfer_Descriptive_Identification

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Add_Container ( string Container_Type, string Container_Title ) : void

Adds a new container information object to this descriptive information

Clear ( ) : void

Clears all the information in this descriptive identification object

EAD_Transfer_Descriptive_Identification ( ) : System

Constructor for a new instance of the Descriptive_Identification class

메소드 상세

Add_Container() 공개 메소드

Adds a new container information object to this descriptive information
public Add_Container ( string Container_Type, string Container_Title ) : void
Container_Type string General type of this container ( usually 'box', 'folder', etc.. )
Container_Title string Title or label for this container
리턴 void

Clear() 공개 메소드

Clears all the information in this descriptive identification object
public Clear ( ) : void
리턴 void

EAD_Transfer_Descriptive_Identification() 공개 메소드

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