C# Class DataDictionary.Types.StringType

Inheritance: PredefinedType
Exibir arquivo Open project: ERTMSSolutions/ERTMSFormalSpecs

Public Methods

Method Description
CompareForEquality ( IValue left, IValue right ) : bool
StringType ( EfsSystem efsSystem ) : System
getValue ( string image ) : IValue

Gets a value based on its image

Method Details

CompareForEquality() public method

public CompareForEquality ( IValue left, IValue right ) : bool
left IValue
right IValue
return bool

StringType() public method

public StringType ( EfsSystem efsSystem ) : System
efsSystem EfsSystem
return System

getValue() public method

Gets a value based on its image
public getValue ( string image ) : IValue
image string
return IValue