C# 클래스 DataDictionary.Variables.Actual

상속: IVariable
파일 보기 프로젝트 열기: ERTMSSolutions/ERTMSFormalSpecs 1 사용 예제들

공개 메소드들

메소드 설명
Actual ( Parameter parameter ) : System.Collections

Constructor

AddModelElement ( IModelElement element ) : void
ClearCache ( ) : void
ClearMessages ( bool precise ) : void
CompareTo ( IModelElement other ) : int
Delete ( ) : void
Find ( string name, List retVal ) : void
HandleChange ( CacheImpact cacheImpact ) : void
InitDeclaredElements ( ) : void
IsParent ( IModelElement element ) : bool

메소드 상세

Actual() 공개 메소드

Constructor
public Actual ( Parameter parameter ) : System.Collections
parameter Parameter
리턴 System.Collections

AddModelElement() 공개 메소드

public AddModelElement ( IModelElement element ) : void
element IModelElement
리턴 void

ClearCache() 공개 메소드

public ClearCache ( ) : void
리턴 void

ClearMessages() 공개 메소드

public ClearMessages ( bool precise ) : void
precise bool
리턴 void

CompareTo() 공개 메소드

public CompareTo ( IModelElement other ) : int
other IModelElement
리턴 int

Delete() 공개 메소드

public Delete ( ) : void
리턴 void

Find() 공개 메소드

public Find ( string name, List retVal ) : void
name string
retVal List
리턴 void

HandleChange() 공개 메소드

public HandleChange ( CacheImpact cacheImpact ) : void
cacheImpact Utils.CacheImpact
리턴 void

InitDeclaredElements() 공개 메소드

public InitDeclaredElements ( ) : void
리턴 void

IsParent() 공개 메소드

public IsParent ( IModelElement element ) : bool
element IModelElement
리턴 bool