C# Class ExoModel.ModelStep

Afficher le fichier Open project: vc3/ExoModel Class Usage Examples

Méthodes publiques

Méthode Description
GetInstances ( ModelInstance instance ) : IEnumerable

Enumerates over the set of instances represented by the current step.

ToString ( ) : string

Returns the name of the property and all child tokens.

Private Methods

Méthode Description
IsReferencedToRoot ( ModelInstance instance, bool checkIfPropertyAccessed ) : bool

Returns true if the step has references all the way to the root.

ModelStep ( ModelPath path ) : System
Notify ( ModelInstance instance ) : void

Recursively walks up the path the current step is a member of until the root is reached and then initiates path change notification events.

Method Details

GetInstances() public méthode

Enumerates over the set of instances represented by the current step.
public GetInstances ( ModelInstance instance ) : IEnumerable
instance ModelInstance
Résultat IEnumerable

ToString() public méthode

Returns the name of the property and all child tokens.
public ToString ( ) : string
Résultat string