Class AuditRecord
- Namespace
- Tlabs.Server.Model
- Assembly
- Tlabs.SrvBase.dll
- Inheritance
-
AuditRecord
- Inherited Members
-
- Extension Methods
-
Constructors
AuditRecord()
Properties
AccessTime
public DateTime AccessTime { get; set; }
Property Value
- DateTime
ActionName
public string? ActionName { get; set; }
Property Value
- string
BodyData
public string? BodyData { get; set; }
Property Value
- string
Editor
public string? Editor { get; set; }
Property Value
- string
Error
public string? Error { get; set; }
Property Value
- string
IPAddress
public string? IPAddress { get; set; }
Property Value
- string
Method
public string? Method { get; set; }
Property Value
- string
StatusCode
public string? StatusCode { get; set; }
Property Value
- string
Success
public bool Success { get; set; }
Property Value
- bool
URL
public string? URL { get; set; }
Property Value
- string
Methods
FromEntity(AuditRecord)
public static AuditRecord FromEntity(AuditRecord ent)
Parameters
ent
AuditRecord
Returns
- AuditRecord