SystemLog Class
Assembly: PTS.Modules.Logs.dll
Syntax
public class SystemLog : IOwnedRecord
Inheritance
System.Object
SystemLog
Properties
Action
Declaration
public LogAction Action { get; set; }
Property Value
CapturedOn
Declaration
public DateTime CapturedOn { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
Category
Declaration
public LogCategory Category { get; set; }
Property Value
Cost
Declaration
public decimal Cost { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
Data
Declaration
public string Data { get; set; }
Property Value
Type |
Description |
System.String |
|
Facilitator
Declaration
public virtual Identity Facilitator { get; set; }
Property Value
FacilitatorId
Declaration
public long? FacilitatorId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int64> |
|
FacilitatorOwnerId
Declaration
public long? FacilitatorOwnerId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int64> |
|
FollowUpStatus
Declaration
public FollowUpStatus FollowUpStatus { get; set; }
Property Value
Id
Declaration
public long Id { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
Initiator
Declaration
public virtual Identity Initiator { get; set; }
Property Value
InitiatorId
Declaration
public long? InitiatorId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int64> |
|
InitiatorOwnerId
Declaration
public long? InitiatorOwnerId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int64> |
|
Note
Declaration
public string Note { get; set; }
Property Value
Type |
Description |
System.String |
|
OwnerId
Declaration
public long OwnerId { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
Type
Declaration
public LogType Type { get; set; }
Property Value
Url
Declaration
public string Url { get; set; }
Property Value
Type |
Description |
System.String |
|
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Extension Methods