Contains a property name and the expected data type of values associated with this name. This is returned in a Set when the method getPropertyNames() is called.
More...
Contains a property name and the expected data type of values associated with this name. This is returned in a Set when the method getPropertyNames() is called.
- Author
- DeviceAtlas Limited
◆ PropertyName()
Com.DeviceAtlas.PropertyName.PropertyName |
( |
string |
name, |
|
|
sbyte |
dataTypeId |
|
) |
| |
|
inline |
Create a new PropertyName with string name and expected data type of values.
- Parameters
-
name | The name for the property |
dataTypeId | The ID of the data type for this property name. |
◆ Equals()
override bool Com.DeviceAtlas.PropertyName.Equals |
( |
object |
obj | ) |
|
|
inline |
Compare object to another one
◆ GetDataType()
string Com.DeviceAtlas.PropertyName.GetDataType |
( |
| ) |
|
|
inline |
Get the data type name for values associated with this Property name.
- Returns
- The name of the data type
◆ GetDataTypeId()
virtual sbyte Com.DeviceAtlas.PropertyName.GetDataTypeId |
( |
| ) |
|
|
inlinevirtual |
Get the data type ID for values associated with this Property name.
- Returns
- The ID of the data type
◆ GetHashCode()
override int Com.DeviceAtlas.PropertyName.GetHashCode |
( |
| ) |
|
|
inline |
◆ GetName()
virtual string Com.DeviceAtlas.PropertyName.GetName |
( |
| ) |
|
|
inlinevirtual |
◆ ToString()
override string Com.DeviceAtlas.PropertyName.ToString |
( |
| ) |
|
|
inline |
Get the property name and the data type as "property-name (property-data-type)"
- Returns
- The property name and the name of the data type
The documentation for this class was generated from the following file:
- Src/API/Com/DeviceAtlas/PropertyName.cs