C# Класс SobekCM.Core.EAD.EAD_Transfer_Parent_Container_Info

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

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
EAD_Transfer_Parent_Container_Info ( ) : System

Constructor for a new instance of the Parent_Container_Info class

Empty constructor for serialization and deserialization purposes

EAD_Transfer_Parent_Container_Info ( string Container_Type, string Container_Title ) : System

Constructor for a new instance of the Parent_Container_Info class

Описание методов

EAD_Transfer_Parent_Container_Info() публичный Метод

Constructor for a new instance of the Parent_Container_Info class
Empty constructor for serialization and deserialization purposes
public EAD_Transfer_Parent_Container_Info ( ) : System
Результат System

EAD_Transfer_Parent_Container_Info() публичный Метод

Constructor for a new instance of the Parent_Container_Info class
public EAD_Transfer_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