AuditingAfterCreateEventArgs is defined in the Telligent.Evolution.Extensibility.Api.Version1 namespace of Telligent.Evolution.Platform.dll
Definition
class AuditingAfterCreateEventArgs
{
string Action { get; }
int AuthenticatedUserId { get; }
string AuthenticatedUsername { get; }
string EntityDescription { get; }
string EntityIdentifier { get; }
string EntityType { get; }
string EntityUrl { get; }
int ExecutingUserId { get; }
string ExecutingUsername { get; }
Int64 Id { get; }
int? ImpersonatingUserId { get; }
string ImpersonatingUsername { get; }
string IpAddress { get; }
string JsonData { get; }
string MachineName { get; }
string ServiceType { get; }
}
Properties
| Name | Type | Description | Default | Options |
|---|---|---|---|---|
| Action | string | |||
| AuthenticatedUserId | int | |||
| AuthenticatedUsername | string | |||
| EntityDescription | string | |||
| EntityIdentifier | string | |||
| EntityType | string | |||
| EntityUrl | string | |||
| ExecutingUserId | int | |||
| ExecutingUsername | string | |||
| Id | Int64 | |||
| ImpersonatingUserId | int? | |||
| ImpersonatingUsername | string | |||
| IpAddress | string | |||
| JsonData | string | |||
| MachineName | string | |||
| ServiceType | string |