Class GetSecurityAuditLogRequest
Represents the a request for the GetSecurityAuditLogRequest method.
Inheritance
System.Object
GetSecurityAuditLogRequest
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class GetSecurityAuditLogRequest : ServiceRequest
Constructors
GetSecurityAuditLogRequest()
Declaration
public GetSecurityAuditLogRequest()
Properties
Action
Declaration
public List<string> Action { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.String> |
|
ChangeForActionId
Declaration
public int ChangeForActionId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ChangeForActionIdType
Declaration
public string ChangeForActionIdType { get; set; }
Property Value
Type |
Description |
System.String |
|
EntityId
Declaration
public int EntityId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
EntityName
Declaration
public string EntityName { get; set; }
Property Value
Type |
Description |
System.String |
|
EntityType
Declaration
public EntityType EntityType { get; set; }
Property Value
ModifiedByUserId
Declaration
public int ModifiedByUserId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ModifiedDateFrom
Declaration
public DateTime ModifiedDateFrom { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
ModifiedDateTo
Declaration
public DateTime ModifiedDateTo { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
PageNumber
Declaration
public int PageNumber { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
PageSize
Declaration
public int PageSize { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
SortBy
Declaration
public string SortBy { get; set; }
Property Value
Type |
Description |
System.String |
|
SortOn
Declaration
public string SortOn { get; set; }
Property Value
Type |
Description |
System.String |
|