Class MachineDataContract
Inheritance
System.Object
MachineDataContract
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()
Assembly: Evatic.Common.dll
Syntax
[DataContract(Name = "Machine", Namespace = "http://schema.evatic.com/2012/10/24")]
public class MachineDataContract
Properties
View Source
AddressExternalReference
Declaration
[DataMember]
public string AddressExternalReference { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
AddressRow1
Declaration
[DataMember]
public string AddressRow1 { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
AddressRow2
Declaration
[DataMember]
public string AddressRow2 { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
AddressRow3
Declaration
[DataMember]
public string AddressRow3 { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
ArticleCode
Declaration
[DataMember]
public string ArticleCode { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
CountryCode
Declaration
[DataMember]
public string CountryCode { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
CustomerCode
Declaration
[DataMember(IsRequired = true)]
public string CustomerCode { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
CustomerName
Declaration
[DataMember]
public string CustomerName { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
DepartmentCode
Declaration
[DataMember(IsRequired = true)]
public string DepartmentCode { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
FaxNo
Declaration
[DataMember]
public string FaxNo { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
[DataMember]
public string Information { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
InstallationDate
Declaration
[DataMember]
public DateTime? InstallationDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
View Source
LastSavedDate
Declaration
[DataMember]
public DateTime? LastSavedDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
View Source
Location
Declaration
[DataMember]
public string Location { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
MachineCode
Declaration
[DataMember(IsRequired = true)]
public string MachineCode { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
[DataMember]
public string MachineContact { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
ModelType
Declaration
[DataMember(IsRequired = true)]
public string ModelType { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
PhoneNo
Declaration
[DataMember]
public string PhoneNo { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
PostalCode
Declaration
[DataMember]
public string PostalCode { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
PostLocation
Declaration
[DataMember]
public string PostLocation { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
SortGroupCode1
Declaration
[DataMember]
public string SortGroupCode1 { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
SortGroupCode2
Declaration
[DataMember]
public string SortGroupCode2 { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
SortGroupCode3
Declaration
[DataMember]
public string SortGroupCode3 { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
SortGroupCode4
Declaration
[DataMember]
public string SortGroupCode4 { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
SortGroupCode5
Declaration
[DataMember]
public string SortGroupCode5 { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Status
Declaration
[DataMember(IsRequired = true)]
public string Status { get; set; }
Property Value
Type |
Description |
System.String |
|
Extension Methods