C# Class GUI.NavigationView.NamableWrapper

Inheritance: IGraphicalDisplay
Afficher le fichier Open project: ERTMSSolutions/ERTMSFormalSpecs

Méthodes publiques

Méthode Description
AddModelElement ( IModelElement element ) : void
ClearCache ( ) : void
ClearMessages ( bool precise ) : void
CompareTo ( IModelElement other ) : int
Delete ( ) : void
GetExplain ( TextualExplanation explanation, bool explainSubElements ) : void
IsParent ( IModelElement element ) : bool
NamableWrapper ( INamable namable ) : System.Collections

Constructor

Method Details

AddModelElement() public méthode

public AddModelElement ( IModelElement element ) : void
element IModelElement
Résultat void

ClearCache() public méthode

public ClearCache ( ) : void
Résultat void

ClearMessages() public méthode

public ClearMessages ( bool precise ) : void
precise bool
Résultat void

CompareTo() public méthode

public CompareTo ( IModelElement other ) : int
other IModelElement
Résultat int

Delete() public méthode

public Delete ( ) : void
Résultat void

GetExplain() public méthode

public GetExplain ( TextualExplanation explanation, bool explainSubElements ) : void
explanation TextualExplanation
explainSubElements bool
Résultat void

IsParent() public méthode

public IsParent ( IModelElement element ) : bool
element IModelElement
Résultat bool

NamableWrapper() public méthode

Constructor
public NamableWrapper ( INamable namable ) : System.Collections
namable INamable
Résultat System.Collections