Class MachineModelSymptomDurationDataContract
Inheritance
System.Object
MachineModelSymptomDurationDataContract
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.ProjectTask
Assembly: Evatic.Common.dll
Syntax
[DataContract(Namespace = "http://schema.evatic.com/2012/10/24")]
public class MachineModelSymptomDurationDataContract
Properties
View SourceMachineObjNo
Declaration
[DataMember]
public Guid MachineObjNo { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
SymptomCode1
Declaration
[DataMember]
public string SymptomCode1 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SymptomCode2
Declaration
[DataMember]
public string SymptomCode2 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SymptomCode3
Declaration
[DataMember]
public string SymptomCode3 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TaskType
Declaration
[DataMember]
public int TaskType { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |