C# Класс SobekCM.Resource_Object.Metadata_Modules.EAD.Parent_Container_Info

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
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