C# 클래스 SobekCM.Resource_Object.Metadata_Modules.EAD.Parent_Container_Info

파일 보기 프로젝트 열기: MarkVSullivan/SobekCM-Web-Application

공개 프로퍼티들

프로퍼티 타입 설명
Container_Title string
Container_Type string

공개 메소드들

메소드 설명
Parent_Container_Info ( string Container_Type, string Container_Title ) : System

Constructor for a new instance of the Parent_Container_Info class

메소드 상세

Parent_Container_Info() 공개 메소드

Constructor for a new instance of the Parent_Container_Info class
public Parent_Container_Info ( string Container_Type, string Container_Title ) : System
Container_Type string General type of this container ( usually 'box', 'folder', etc.. )
Container_Title string Title or label for this container
리턴 System

프로퍼티 상세

Container_Title 공개적으로 프로퍼티

Title or label for this container
public string Container_Title
리턴 string

Container_Type 공개적으로 프로퍼티

General type of this container ( usually 'box', 'folder', etc.. )
public string Container_Type
리턴 string