Struct PropertyDefinition
Represents a property definition.
Implements
Inherited Members
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. |