Class AuditActionVM
Inheritance
System.Object
AuditActionVM
Assembly: FastReport.Cloud.SDK.dll
Syntax
public class AuditActionVM : CloudBaseVM
Properties
AdminAction
Declaration
public bool AdminAction { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
CreatedTime
Declaration
public System.DateTime CreatedTime { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
CreatorUserId
Declaration
public string CreatorUserId { get; set; }
Property Value
Type |
Description |
System.String |
|
EntityId
Declaration
public string EntityId { get; set; }
Property Value
Type |
Description |
System.String |
|
Id
Declaration
public string Id { get; set; }
Property Value
Type |
Description |
System.String |
|
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
SubscriptionId
Declaration
public string SubscriptionId { get; set; }
Property Value
Type |
Description |
System.String |
|
Type
Declaration
public AuditType Type { get; set; }
Property Value
UserId
Declaration
public string UserId { get; set; }
Property Value
Type |
Description |
System.String |
|