C# 클래스 DataDictionary.Types.PredefinedType

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

공개 메소드들

메소드 설명
PredefinedType ( EfsSystem system, string name ) : System

Constructor

findValue ( string names, int index ) : IValue

Provides the values whose name matches the name provided

메소드 상세

PredefinedType() 공개 메소드

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

findValue() 공개 메소드

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
리턴 IValue