Search Results for

    Show / Hide Table of Contents

    Class EnumerationProperty

    Represents an enumeration property.

    Inheritance
    Object
    Property
    EnumerationProperty
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: TopSolid.Kernel.Automating
    Assembly: cs.temp.dll.dll
    Syntax
    [AvailableSinceVersion(7, 12, 0, 0)]
    public class EnumerationProperty : Property
    Remarks

    This class is available since v7.12.

    Constructors

    EnumerationProperty(Guid, Int32)

    Initializes a new instance of the EnumerationProperty class.

    Declaration
    public EnumerationProperty(Guid inEnumGuid, int inValue)
    Parameters
    Type Name Description
    Guid inEnumGuid

    GUID of the enumeration class.

    Int32 inValue

    Value.

    Fields

    EnumGuid

    GUID of the enumeration class.

    Declaration
    public Guid EnumGuid
    Field Value
    Type Description
    Guid

    Value

    Value.

    Declaration
    public int Value
    Field Value
    Type Description
    Int32

    Properties

    Type

    Gets the property type.

    Declaration
    public override PropertyType Type { get; }
    Property Value
    Type Description
    PropertyType
    Overrides
    Property.Type
    In This Article
    • Term of use
    • Corporate information
    • Privacy Policy - GDPR

    Copyright ©2024 TopSolid - All rights reserved.