Class ProductFamily
Wraps a product family.
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 ProductFamily : JTObject
Properties
ProductFamilyId
Id of the product family.
Declaration
public int ProductFamilyId { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
ProductFamilyName
Name of the product family.
Declaration
public string ProductFamilyName { get; }
Property Value
| Type | Description |
|---|---|
| System.String |