Class UpdateDepotRepairLaborSetup
Inheritance
System.Object
UpdateDepotRepairLaborSetup
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()
Assembly: FChoice.Toolkits.Clarify.dll
public class UpdateDepotRepairLaborSetup
Constructors
Declaration
[ConstructorIndex(0)]
public UpdateDepotRepairLaborSetup(int timeLogObjid)
Parameters
Type |
Name |
Description |
System.Int32 |
timeLogObjid |
|
Properties
Declaration
[PropertyBitValue(32)]
public string BillTo { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(512)]
public DateTime CreateDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
Declaration
[PropertyBitValue(8)]
public TimeSpan Duration { get; set; }
Property Value
Type |
Description |
System.TimeSpan |
|
Declaration
[PropertyBitValue(16)]
public bool IsBillable { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
[PropertyBitValue(128)]
public double LaborRate { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
[PropertyBitValue(2)]
public string LaborType { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(4)]
public DateTime StartDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
Declaration
[PropertyBitValue(1)]
public int TimeLogObjid { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
[PropertyBitValue(256)]
public string UserName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(64)]
public string WorkCenter { get; set; }
Property Value
Type |
Description |
System.String |
|