C# Class SobekCM.Core.EAD.EAD_Transfer_Parent_Container_Info

Afficher le fichier Open project: MarkVSullivan/SobekCM-Web-Application

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

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
Résultat System

EAD_Transfer_Parent_Container_Info() public méthode

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
Résultat System