Struct PathField
Assembly: cs.temp.dll.dll
Syntax
Constructors
PathField(String, PathFieldType_ID)
Declaration
public PathField(string name, PathFieldType_ID fieldID)
Parameters
PathField(String, PathFieldType_ID, String[])
Declaration
public PathField(string name, PathFieldType_ID fieldID, string[] choices)
Parameters
PathField(String, PathFieldType_ID, Type)
Declaration
public PathField(string name, PathFieldType_ID fieldID, Type objType)
Parameters
PathField(String, String)
Declaration
public PathField(string name, string serializedFieldName)
Parameters
Type |
Name |
Description |
String |
name |
|
String |
serializedFieldName |
|
Properties
Choices
Declaration
public string[] Choices { get; }
Property Value
Field_ID
Declaration
public PathFieldType_ID Field_ID { get; }
Property Value
Name
Declaration
public string Name { get; }
Property Value
SerializedFieldName
Declaration
public string SerializedFieldName { get; }
Property Value
Type
Declaration
public Type Type { get; }
Property Value