C# Class SchemaWrapperTools.FieldData

Show file Open project: AMEE/revit

Public Methods

Method Description
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

Private Methods

Method Description
FieldData ( ) : System

For serialization only -- Do not use.

Method Details

FieldData() public method

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
return System

FieldData() public method

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"
return System

ToString() public method

public ToString ( ) : string
return string