Search Results for

    Show / Hide Table of Contents

    Struct PathField

    Namespace: Surfer
    Assembly: cs.temp.dll.dll
    Syntax
    public struct PathField

    Constructors

    PathField(String, PathFieldType_ID)

    Declaration
    public PathField(string name, PathFieldType_ID fieldID)
    Parameters
    Type Name Description
    String name
    PathFieldType_ID fieldID

    PathField(String, PathFieldType_ID, String[])

    Declaration
    public PathField(string name, PathFieldType_ID fieldID, string[] choices)
    Parameters
    Type Name Description
    String name
    PathFieldType_ID fieldID
    String[] choices

    PathField(String, PathFieldType_ID, Type)

    Declaration
    public PathField(string name, PathFieldType_ID fieldID, Type objType)
    Parameters
    Type Name Description
    String name
    PathFieldType_ID fieldID
    Type objType

    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
    Type Description
    String[]

    Field_ID

    Declaration
    public PathFieldType_ID Field_ID { get; }
    Property Value
    Type Description
    PathFieldType_ID

    Name

    Declaration
    public string Name { get; }
    Property Value
    Type Description
    String

    SerializedFieldName

    Declaration
    public string SerializedFieldName { get; }
    Property Value
    Type Description
    String

    Type

    Declaration
    public Type Type { get; }
    Property Value
    Type Description
    Type
    In This Article
    Back to top Copyright © 2021 ATStudio