Class DeleteOnsiteLogSetup
Inheritance
System.Object
DeleteOnsiteLogSetup
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 DeleteOnsiteLogSetup
Constructors
DeleteOnsiteLogSetup(Int32)
Declaration
[ConstructorIndex(0)]
public DeleteOnsiteLogSetup(int onsiteLogObjid)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | onsiteLogObjid |
Properties
NoteDate
Declaration
[PropertyBitValue(2)]
public DateTime NoteDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
OnsiteLogObjid
Declaration
[PropertyBitValue(1)]
public int OnsiteLogObjid { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
UserName
Declaration
[PropertyBitValue(4)]
public string UserName { get; set; }
Property Value
Type | Description |
---|---|
System.String |