Show / Hide Table of Contents

Class ProductInfoJson

Inheritance
System.Object
ProductInfoJson
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: Virinco.WATS.Interface.MES.Product
Assembly: Virinco.WATS.Interface.MES.dll
Syntax
public class ProductInfoJson

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<System.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
Type Description
System.Guid

ProductRevisionId

Declaration
public Guid ProductRevisionId { get; set; }
Property Value
Type Description
System.Guid

ProductRevisionRelationId

Declaration
public Guid? ProductRevisionRelationId { get; set; }
Property Value
Type Description
System.Nullable<System.Guid>

ProductSettings

Declaration
public List<KeyValue> ProductSettings { get; set; }
Property Value
Type Description
System.Collections.Generic.List<KeyValue>

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
Type Description
System.Collections.Generic.List<KeyValue>
In This Article
Back to top View how-to articles, videos and more at support.virinco.com Send comments on this topic to support@virinco.com