Class CreateOnsiteLogSetup
Inheritance
System.Object
CreateOnsiteLogSetup
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.FieldOps
Assembly: FChoice.Toolkits.Clarify.dll
Syntax
public class CreateOnsiteLogSetup
Constructors
CreateOnsiteLogSetup(CaseObjectType, String)
Declaration
[ConstructorIndex(0)]
public CreateOnsiteLogSetup(CaseObjectType objectType, string objectIDNum)
Parameters
Type | Name | Description |
---|---|---|
CaseObjectType | objectType | |
System.String | objectIDNum |
Properties
CreateDate
Declaration
[PropertyBitValue(4)]
public DateTime CreateDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
LastModifiedDate
Declaration
[PropertyBitValue(8)]
public DateTime LastModifiedDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
Notes
Declaration
[PropertyBitValue(16)]
public string Notes { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ObjectIDNum
Declaration
[PropertyBitValue(2)]
public string ObjectIDNum { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ObjectType
Declaration
[PropertyBitValue(1)]
public CaseObjectType ObjectType { get; set; }
Property Value
Type | Description |
---|---|
CaseObjectType |
PerformedByUserName
Declaration
[PropertyBitValue(128)]
public string PerformedByUserName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Resolution
Declaration
[PropertyBitValue(32)]
public string Resolution { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UserName
Declaration
[PropertyBitValue(64)]
public string UserName { get; set; }
Property Value
Type | Description |
---|---|
System.String |