Search Results for

    Show / Hide Table of Contents

    Struct PropertyDefinition

    Represents a property definition.

    Implements
    IEquatable<PropertyDefinition>
    Inherited Members
    ValueType.ToString()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetType()
    Namespace: TopSolid.Kernel.Automating
    Assembly: TopSolid.Kernel.Automating.dll
    Syntax
    [DataContract]
    [AvailableSinceVersion(7, 12, 0, 0)]
    public struct PropertyDefinition : IEquatable<PropertyDefinition>
    Remarks

    This structure is available since v7.12.

    Constructors

    Name Description
    PropertyDefinition(string, string)

    Initializes a new instance of the PropertyDefinition structure.

    Fields

    Name Description
    Domain

    Property domain, or null if empty.

    Empty

    Empty definition.

    Name

    Property name, or null if empty.

    Properties

    Name Description
    IsEmpty

    Tells whether the property definition is empty.

    Methods

    Name Description
    Equals(object)
    Equals(PropertyDefinition)
    GetHashCode()

    Operators

    Name Description
    operator ==(PropertyDefinition, PropertyDefinition)

    Tells whether two property definitions are equal.

    operator !=(PropertyDefinition, PropertyDefinition)

    Tells whether two property definitions are different.

    In this article
    Back to top
    • Term of use
    • Corporate information
    • Privacy Policy - GDPR

    Copyright ©2025 TopSolid - All rights reserved.