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) 2021 by DeviceAtlas Limited. All rights reserved. 
- Author
- DeviceAtlas Limited 
  
  | 
        
          | 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. |  
 
 
 
  
  | 
        
          | override bool Mobi.Mtld.DA.PropertyName.Equals | ( | object | obj | ) |  |  | inline | 
 
Compare object to another one 
 
 
  
  | 
        
          | 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 
 
 
  
  | 
        
          | 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 
 
 
  
  | 
        
          | override int Mobi.Mtld.DA.PropertyName.GetHashCode | ( |  | ) |  |  | inline | 
 
 
  
  | 
        
          | virtual string Mobi.Mtld.DA.PropertyName.GetName | ( |  | ) |  |  | inlinevirtual | 
 
 
  
  | 
        
          | 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:
- build/common/src/dotnet/PropertyName.cs