C# 클래스 DataDictionary.GuidCache

Cache for Guid -> ModelElement lookup
상속: IFinder
파일 보기 프로젝트 열기: ERTMSSolutions/ERTMSFormalSpecs

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
ClearCache ( ) : void

Clears the cache

GetModel ( string guid ) : DataDictionary.ModelElement

Provides the model element which corresponds to the guid provided

GuidCache ( ) : System

Constructor

메소드 상세

ClearCache() 공개 메소드

Clears the cache
public ClearCache ( ) : void
리턴 void

GetModel() 공개 메소드

Provides the model element which corresponds to the guid provided
public GetModel ( string guid ) : DataDictionary.ModelElement
guid string
리턴 DataDictionary.ModelElement

GuidCache() 공개 메소드

Constructor
public GuidCache ( ) : System
리턴 System