C# Class DataDictionary.GuidCache

Cache for Guid -> ModelElement lookup
Inheritance: IFinder
Afficher le fichier Open project: ERTMSSolutions/ERTMSFormalSpecs

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
ClearCache ( ) : void

Clears the cache

GetModel ( string guid ) : DataDictionary.ModelElement

Provides the model element which corresponds to the guid provided

GuidCache ( ) : System

Constructor

Method Details

ClearCache() public méthode

Clears the cache
public ClearCache ( ) : void
Résultat void

GetModel() public méthode

Provides the model element which corresponds to the guid provided
public GetModel ( string guid ) : DataDictionary.ModelElement
guid string
Résultat DataDictionary.ModelElement

GuidCache() public méthode

Constructor
public GuidCache ( ) : System
Résultat System