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.
- Copyright
- Copyright (c) DeviceAtlas Limited 2022. All Rights Reserved. https://deviceatlas.com
- Author
- DeviceAtlas Limited
◆ PropertyName()
Mobi.Mtld.DA.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 Mobi.Mtld.DA.PropertyName.Equals |
( |
object |
obj | ) |
|
|
inline |
Compare object to another one
◆ GetDataType()
string Mobi.Mtld.DA.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 Mobi.Mtld.DA.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 Mobi.Mtld.DA.PropertyName.GetHashCode |
( |
| ) |
|
|
inline |
◆ GetName()
virtual string Mobi.Mtld.DA.PropertyName.GetName |
( |
| ) |
|
|
inlinevirtual |
◆ ToString()
override string Mobi.Mtld.DA.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:
- Api/src/main/dotnet/PropertyName.cs