Represents a base object for all properties within a Bexel.Api.Project.
More...
|
bool | Equals (PropertyDefinition other) |
|
override bool | Equals (object obj) |
|
override int | GetHashCode () |
|
|
virtual void | CheckValidity () |
|
Represents a base object for all properties within a Bexel.Api.Project.
◆ CategoryType
Returns the category type to which this property definition is applicable to.
◆ GroupName
string Bexel.Api.PropertyDefinition.GroupName |
|
get |
Returns the group name of the property definition.
◆ ID
Returns a unique identifier for the property definition a single project.
◆ IsContinuous
bool Bexel.Api.PropertyDefinition.IsContinuous |
|
get |
Indicates if the property definition describes a continuous value.
◆ IsDiscrete
bool Bexel.Api.PropertyDefinition.IsDiscrete |
|
get |
Indicates if the property definition describes a discrete value.
◆ IsPredefined
bool Bexel.Api.PropertyDefinition.IsPredefined |
|
get |
Indicates if the property definition is predefined.
◆ Name
string Bexel.Api.PropertyDefinition.Name |
|
get |
Returns the name of the property definition.
◆ Project
Project Bexel.Api.PropertyDefinition.Project |
|
get |
Returns the project in which the property definition resides.
◆ Type
Returns the type of the property definition.
◆ UnitNameType
Returns the unit name type of the property definition (e.g. Meter, Kilogram etc.)
◆ UnitType
Returns the unit type of the property definition (e.g. Numeric, Text etc.).