C# Class DataDictionary.Types.StringType

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

Méthodes publiques

Méthode 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 méthode

public CompareForEquality ( IValue left, IValue right ) : bool
left IValue
right IValue
Résultat bool

StringType() public méthode

public StringType ( EfsSystem efsSystem ) : System
efsSystem EfsSystem
Résultat System

getValue() public méthode

Gets a value based on its image
public getValue ( string image ) : IValue
image string
Résultat IValue