Class CostList
Wraps a Cost List.
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 CostList : JTObject
Properties
CostListId
Identifies the cost list.
Declaration
public int CostListId { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
CostListName
Name of the cost list.
Declaration
public string CostListName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
SupplierId
Identifies the supplier associated with this cost list.
Declaration
public int SupplierId { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
SupplierName
Name of the supplier associated with this cost list.
Declaration
public string SupplierName { get; }
Property Value
| Type | Description |
|---|---|
| System.String |