C# 클래스 DataDictionary.Types.StringType

상속: PredefinedType
파일 보기 프로젝트 열기: ERTMSSolutions/ERTMSFormalSpecs

공개 메소드들

메소드 설명
CompareForEquality ( IValue left, IValue right ) : bool
StringType ( EfsSystem efsSystem ) : System
getValue ( string image ) : IValue

Gets a value based on its image

메소드 상세

CompareForEquality() 공개 메소드

public CompareForEquality ( IValue left, IValue right ) : bool
left IValue
right IValue
리턴 bool

StringType() 공개 메소드

public StringType ( EfsSystem efsSystem ) : System
efsSystem EfsSystem
리턴 System

getValue() 공개 메소드

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