C# Class DataDictionary.Types.PredefinedType

Inheritance: Type
Exibir arquivo Open project: ERTMSSolutions/ERTMSFormalSpecs

Public Methods

Method 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 method

Constructor
public PredefinedType ( EfsSystem system, string name ) : System
system EfsSystem
name string
return System

findValue() public method

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
return IValue