Class LogContractNoteSetup
Inheritance
System.Object
LogContractNoteSetup
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.Contracts
Assembly: FChoice.Toolkits.Clarify.dll
Syntax
public class LogContractNoteSetup
Constructors
LogContractNoteSetup(String, String)
Declaration
[ConstructorIndex(0)]
public LogContractNoteSetup(string contractIDNum, string notes)
Parameters
Type | Name | Description |
---|---|---|
System.String | contractIDNum | |
System.String | notes |
Properties
ActionType
Declaration
[PropertyBitValue(2)]
public string ActionType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
AdditionalFields
Declaration
[PropertyBitValue(128)]
public AdditionalFields AdditionalFields { get; }
Property Value
Type | Description |
---|---|
AdditionalFields |
ContractIDNum
Declaration
[PropertyBitValue(1)]
public string ContractIDNum { get; set; }
Property Value
Type | Description |
---|---|
System.String |
GenerateTimeBombs
Declaration
[PropertyBitValue(64)]
public bool GenerateTimeBombs { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
InternalUseOnlyNotes
Declaration
[PropertyBitValue(8)]
public string InternalUseOnlyNotes { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LogDate
Declaration
[PropertyBitValue(16)]
public DateTime LogDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
Notes
Declaration
[PropertyBitValue(4)]
public string Notes { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UserName
Declaration
[PropertyBitValue(32)]
public string UserName { get; set; }
Property Value
Type | Description |
---|---|
System.String |