Class UpdateTimeLogSetup
Inheritance
System.Object
UpdateTimeLogSetup
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 UpdateTimeLogSetup
Constructors
Declaration
[ConstructorIndex(0)]
public UpdateTimeLogSetup(int timeLogObjid)
Parameters
Type |
Name |
Description |
System.Int32 |
timeLogObjid |
|
Properties
Declaration
[PropertyBitValue(512)]
public string BillTo { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(2)]
public DateTime CreateDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
Declaration
[PropertyBitValue(128)]
public TimeSpan Duration { get; set; }
Property Value
Type |
Description |
System.TimeSpan |
|
Declaration
[PropertyBitValue(256)]
public bool IsBillable { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
[PropertyBitValue(8)]
public string Notes { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(4)]
public string PerformedByUserName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(2048)]
public string Resolution { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(64)]
public DateTime StartTime { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
Declaration
[PropertyBitValue(1)]
public int TimeLogObjid { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
[PropertyBitValue(32)]
public string TimeType { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(16)]
public string UserName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(1024)]
public string WorkCenter { get; set; }
Property Value
Type |
Description |
System.String |
|