Class ConsumableMappingDataContract
Inheritance
System.Object
ConsumableMappingDataContract
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 ConsumableMappingDataContract
Properties
View SourceCode
Declaration
[DataMember]
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ConsumableColorantType
Declaration
[DataMember]
public string ConsumableColorantType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ConsumableLevelPreprocessor
Declaration
[DataMember]
public string ConsumableLevelPreprocessor { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ConsumableMapId
Declaration
[DataMember]
public int ConsumableMapId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ConsumableName
Declaration
[DataMember]
public string ConsumableName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Description
Declaration
[DataMember]
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ExternalModelName
Declaration
[DataMember]
public string ExternalModelName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ExternalSystemTypeId
Declaration
[DataMember]
public int ExternalSystemTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ValidMapping
Declaration
[DataMember]
public string ValidMapping { get; set; }
Property Value
Type | Description |
---|---|
System.String |