C# 클래스 DataDictionary.Tests.Translations.Folder

상속: Generated.Folder, ITextualExplain, RuleCheck.IRuleCheckDisabling
파일 보기 프로젝트 열기: ERTMSSolutions/ERTMSFormalSpecs 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

AddModelElement() 공개 메소드

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

CreateDefault() 공개 정적인 메소드

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

Folder() 공개 메소드

Constructor
public Folder ( ) : System.Collections
리턴 System.Collections

GetExplain() 공개 메소드

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)
리턴 void