C# Class DataDictionary.Types.PredefinedType

Inheritance: Type
Afficher le fichier Open project: ERTMSSolutions/ERTMSFormalSpecs

Méthodes publiques

Méthode Description
PredefinedType ( EfsSystem system, string name ) : System

Constructor

findValue ( string names, int index ) : IValue

Provides the values whose name matches the name provided

Method Details

PredefinedType() public méthode

Constructor
public PredefinedType ( EfsSystem system, string name ) : System
system EfsSystem
name string
Résultat System

findValue() public méthode

Provides the values whose name matches the name provided
public findValue ( string names, int index ) : IValue
names string the simple value names
index int the index in names to consider
Résultat IValue