Class CreateAuditActionVM
Inheritance
System.Object
CreateAuditActionVM
Assembly: FastReport.Cloud.SDK.dll
Syntax
public class CreateAuditActionVM : CloudBaseVM
Properties
EntityId
Declaration
public string EntityId { get; set; }
Property Value
Type |
Description |
System.String |
|
FileName
Declaration
public string FileName { get; set; }
Property Value
Type |
Description |
System.String |
|
MessageId
Declaration
public string MessageId { 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 |
|