C# Class SobekCM.Resource_Object.Metadata_Modules.EAD.Parent_Container_Info

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

Méthodes publiques

Свойство Type Description
Container_Title string
Container_Type string

Méthodes publiques

Méthode Description
Parent_Container_Info ( string Container_Type, string Container_Title ) : System

Constructor for a new instance of the Parent_Container_Info class

Method Details

Parent_Container_Info() public méthode

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

Property Details

Container_Title public_oe property

Title or label for this container
public string Container_Title
Résultat string

Container_Type public_oe property

General type of this container ( usually 'box', 'folder', etc.. )
public string Container_Type
Résultat string