C# Класс SchemaWrapperTools.FieldData

Показать файл Открыть проект

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

Метод Описание
FieldData ( string name, string typeIn, UnitType unit ) : System

Create a new FieldData object

FieldData ( string name, string typeIn, UnitType unit, SchemaWrapper subSchema ) : System

Create a new FieldData object

ToString ( ) : string

Приватные методы

Метод Описание
FieldData ( ) : System

For serialization only -- Do not use.

Описание методов

FieldData() публичный Метод

Create a new FieldData object
public FieldData ( string name, string typeIn, UnitType unit ) : System
name string The name of the field
typeIn string The AssemblyQualifiedName of the Field's data type
unit UnitType The unit type of the Field (set to UT_Undefined for non-floating point types
Результат System

FieldData() публичный Метод

Create a new FieldData object
public FieldData ( string name, string typeIn, UnitType unit, SchemaWrapper subSchema ) : System
name string The name of the field
typeIn string The AssemblyQualifiedName of the Field's data type
unit UnitType The unit type of the Field (set to UT_Undefined for non-floating point types
subSchema SchemaWrapper The SchemaWrapper of the field's subSchema, if the field is of type "Entity"
Результат System

ToString() публичный Метод

public ToString ( ) : string
Результат string