C# Класс DataDictionary.Types.PredefinedType

Наследование: Type
Показать файл Открыть проект

Открытые методы

Метод Описание
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