Class FulfillCommitmentSetup
Inheritance
System.Object
FulfillCommitmentSetup
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: FChoice.Toolkits.Clarify.Support
Assembly: FChoice.Toolkits.Clarify.dll
Syntax
public class FulfillCommitmentSetup
Constructors
FulfillCommitmentSetup(Int32)
Declaration
[ConstructorIndex(0)]
public FulfillCommitmentSetup(int logObjid)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | logObjid |
Properties
FulfillDate
Declaration
[PropertyBitValue(2)]
public DateTime FulfillDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
GenerateTimeBombs
Declaration
[PropertyBitValue(8)]
public bool GenerateTimeBombs { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
LogObjid
Declaration
[PropertyBitValue(1)]
public int LogObjid { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
UserName
Declaration
[PropertyBitValue(4)]
public string UserName { get; set; }
Property Value
Type | Description |
---|---|
System.String |