Show / Hide Table of Contents

Class ProductLine

Wraps a product line.

Inheritance
System.Object
JTObject
ProductLine
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: Moraware.JobTrackerAPI5
Assembly: JobTrackerAPI5.dll
Syntax
public class ProductLine : JTObject

Properties

ProductFamilyId

Id of the associated ProductFamily.

Declaration
public int ProductFamilyId { get; }
Property Value
Type Description
System.Int32

ProductFamilyName

Name of the associated ProductFamily.

Declaration
public string ProductFamilyName { get; }
Property Value
Type Description
System.String

ProductLineId

Id of the product line.

Declaration
public int ProductLineId { get; }
Property Value
Type Description
System.Int32

ProductLineName

Name of the product line.

Declaration
public string ProductLineName { get; }
Property Value
Type Description
System.String
Back to top Generated by DocFX