Class MachineUpdateLocationDataContract
Inheritance
System.Object
MachineUpdateLocationDataContract
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.Machine
Assembly: Evatic.Common.dll
Syntax
[DataContract(Namespace = "http://schema.evatic.com/2012/10/24")]
public class MachineUpdateLocationDataContract
Properties
View SourceLocation
Declaration
[DataMember]
public string Location { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MachineGuid
Declaration
[DataMember]
public Guid? MachineGuid { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
ProjectNo
Declaration
[DataMember]
public string ProjectNo { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TaskNo
Declaration
[DataMember]
public string TaskNo { get; set; }
Property Value
Type | Description |
---|---|
System.String |