C# Класс ExoModel.ModelStep

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
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.

Описание методов

GetInstances() публичный Метод

Enumerates over the set of instances represented by the current step.
public GetInstances ( ModelInstance instance ) : IEnumerable
instance ModelInstance
Результат IEnumerable

ToString() публичный Метод

Returns the name of the property and all child tokens.
public ToString ( ) : string
Результат string