C# Class DataDictionary.Tests.Translations.Folder

Inheritance: Generated.Folder, ITextualExplain, RuleCheck.IRuleCheckDisabling
Show file Open project: ERTMSSolutions/ERTMSFormalSpecs Class Usage Examples

Public Methods

Method Description
AddModelElement ( IModelElement element ) : void

Adds a model element in this model element

CreateDefault ( ICollection enclosingCollection ) : Folder

Creates a default element

Folder ( ) : System.Collections

Constructor

GetExplain ( TextualExplanation explanation, bool explainSubElements ) : void

Builds the explanation of the element

Method Details

AddModelElement() public method

Adds a model element in this model element
public AddModelElement ( IModelElement element ) : void
element IModelElement
return void

CreateDefault() public static method

Creates a default element
public static CreateDefault ( ICollection enclosingCollection ) : Folder
enclosingCollection ICollection
return Folder

Folder() public method

Constructor
public Folder ( ) : System.Collections
return System.Collections

GetExplain() public method

Builds the explanation of the element
public GetExplain ( TextualExplanation explanation, bool explainSubElements ) : void
explanation TextualExplanation
explainSubElements bool Precises if we need to explain the sub elements (if any)
return void