C# Class SobekCM.Core.EAD.EAD_Transfer_Desc_Sub_Components

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

Private Properties

Property Type Description

Public Methods

Method Description
Clear ( ) : void

Clear the contents of child componets and the descriptive identification

EAD_Transfer_Desc_Sub_Components ( ) : System

Constructor for a new instance of the Description_of_Subordinate_Components class

ToString ( ) : string

Returns the recursively built container information for this class as a string for debug purposes

Method Details

Clear() public method

Clear the contents of child componets and the descriptive identification
public Clear ( ) : void
return void

EAD_Transfer_Desc_Sub_Components() public method

Constructor for a new instance of the Description_of_Subordinate_Components class
public EAD_Transfer_Desc_Sub_Components ( ) : System
return System

ToString() public method

Returns the recursively built container information for this class as a string for debug purposes
public ToString ( ) : string
return string