Class MachineAndCustomerInformationResponseDataContract
Inheritance
System.Object
MachineAndCustomerInformationResponseDataContract
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]
public class MachineAndCustomerInformationResponseDataContract : MachineAndCustomerWithAddressDataContract
Properties
View SourceCustomerNo
Declaration
[DataMember]
public string CustomerNo { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CustomerWarrantyValidTo
Declaration
[DataMember]
public DateTime? CustomerWarrantyValidTo { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
DepartmentName
Declaration
[DataMember]
public string DepartmentName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
InstallationDate
Declaration
[DataMember]
public DateTime? InstallationDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
InstallationName
Declaration
[DataMember]
public string InstallationName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IsVisitingAddress
Declaration
[DataMember]
public int IsVisitingAddress { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Location
Declaration
[DataMember]
public string Location { get; set; }
Property Value
Type | Description |
---|---|
System.String |