C# Class SobekCM.Core.EAD.EAD_Transfer_Parent_Container_Info

ファイルを表示 Open project: MarkVSullivan/SobekCM-Web-Application

Private Properties

Property Type Description

Public Methods

Method Description
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

Method Details

EAD_Transfer_Parent_Container_Info() public method

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
return System

EAD_Transfer_Parent_Container_Info() public method

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
return System