Class DeviceDuplicatesDataContract
Inheritance
System.Object
DeviceDuplicatesDataContract
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 DeviceDuplicatesDataContract
Constructors
View SourceDeviceDuplicatesDataContract()
Declaration
public DeviceDuplicatesDataContract()
Properties
View SourceDeviceDuplicates
Declaration
[DataMember]
public List<int> DeviceDuplicates { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Int32> |
DeviceId
Declaration
[DataMember]
public int DeviceId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
PossibleMachineMatches
Declaration
[DataMember]
public List<Guid> PossibleMachineMatches { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Guid> |