Class ProductInfoJson
Inheritance
System.Object
ProductInfoJson
Assembly: Virinco.WATS.Interface.MES.dll
Syntax
public class ProductInfoJson : object
Properties
Category
Declaration
public string Category { get; set; }
Property Value
| Type |
Description |
| System.String |
|
hlevel
Declaration
public int? hlevel { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int32> |
|
Name
Declaration
public string Name { get; set; }
Property Value
| Type |
Description |
| System.String |
|
ParentProductRevisionId
Declaration
public Guid? ParentProductRevisionId { get; set; }
Property Value
| Type |
Description |
| System.Nullable<Guid> |
|
PartNumber
Declaration
public string PartNumber { get; set; }
Property Value
| Type |
Description |
| System.String |
|
PathStr
Declaration
public string PathStr { get; set; }
Property Value
| Type |
Description |
| System.String |
|
ProductData
Declaration
public string ProductData { get; set; }
Property Value
| Type |
Description |
| System.String |
|
ProductDescription
Declaration
public string ProductDescription { get; set; }
Property Value
| Type |
Description |
| System.String |
|
ProductId
Declaration
public Guid ProductId { get; set; }
Property Value
ProductRevisionId
Declaration
public Guid ProductRevisionId { get; set; }
Property Value
ProductRevisionRelationId
Declaration
public Guid? ProductRevisionRelationId { get; set; }
Property Value
| Type |
Description |
| System.Nullable<Guid> |
|
ProductSettings
Declaration
public List<KeyValue> ProductSettings { get; set; }
Property Value
Quantity
Declaration
public int Quantity { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
Revision
Declaration
public string Revision { get; set; }
Property Value
| Type |
Description |
| System.String |
|
RevisionData
Declaration
public string RevisionData { get; set; }
Property Value
| Type |
Description |
| System.String |
|
RevisionDescription
Declaration
public string RevisionDescription { get; set; }
Property Value
| Type |
Description |
| System.String |
|
RevisionMask
Declaration
public string RevisionMask { get; set; }
Property Value
| Type |
Description |
| System.String |
|
RevisionName
Declaration
public string RevisionName { get; set; }
Property Value
| Type |
Description |
| System.String |
|
RevisionSettings
Declaration
public List<KeyValue> RevisionSettings { get; set; }
Property Value