C# 클래스 ExoModel.ModelStep

파일 보기 프로젝트 열기: vc3/ExoModel 1 사용 예제들

공개 메소드들

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