Show / Hide Table of Contents

    Class CustomProperty

    Schema entry for a single custom property

    Inheritance
    object
    CustomProperty
    Inherited Members
    object.GetType()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: DesignData.SDS2.Setup
    Assembly: DesignData.SDS2.Setup.dll
    Syntax
    public sealed class CustomProperty

    Properties

    IsErectionViewable

    Schema entry for a single custom property

    Declaration
    public bool IsErectionViewable { get; }
    Property Value
    Type Description
    bool

    IsExported

    Schema entry for a single custom property

    Declaration
    public bool IsExported { get; }
    Property Value
    Type Description
    bool

    IsHashable

    If true, changing this property will separate piecemarks for material and members

    Declaration
    public bool IsHashable { get; }
    Property Value
    Type Description
    bool
    Remarks

    For other types this has no effect

    IsRemarkable

    Schema entry for a single custom property

    Declaration
    public bool IsRemarkable { get; }
    Property Value
    Type Description
    bool

    Label

    The user visible label for this property

    Declaration
    public string Label { get; }
    Property Value
    Type Description
    string

    Name

    The name for this property within the schema. This is the name used to look it up on a CustomPropertyMap in the model namespace

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

    Type

    The value type

    Declaration
    public CustomPropertyValueType Type { get; }
    Property Value
    Type Description
    CustomPropertyValueType

    Methods

    ~CustomProperty()

    Schema entry for a single custom property

    Declaration
    protected ~CustomProperty()
    Back to top