Class BasicConsumableReadingWithMapDataContract
Inheritance
System.Object
BasicConsumableReadingWithMapDataContract
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Evatic.Common.Service.DataContract.M2M
Assembly: Evatic.Common.dll
Syntax
[DataContract(Namespace = "http://schema.evatic.com/2012/10/24")]
public class BasicConsumableReadingWithMapDataContract
Constructors
View SourceBasicConsumableReadingWithMapDataContract()
Declaration
public BasicConsumableReadingWithMapDataContract()
Properties
View SourceMap
Declaration
[DataMember]
public ConsumableMappingDataContract Map { get; set; }
Property Value
Type | Description |
---|---|
ConsumableMappingDataContract |
Reading
Declaration
[DataMember]
public SupplyReadingValueDataDataContract Reading { get; set; }
Property Value
Type | Description |
---|---|
SupplyReadingValueDataDataContract |