Class AuditEvent
Define auditing information property
Inheritance
System.Object
AuditEvent
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class AuditEvent
Properties
Date
Gets or sets the date and time when the event is happened.
Declaration
public DateTime Date { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
DateSpecified
Declaration
public bool DateSpecified { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Event
Gets or sets the name of the event.
Declaration
public string Event { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Id
Gets or sets the identity of the auditing event.
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Name
Gets or sets the name of the object that has been changed.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Type
Gets or sets the type of the event.
Declaration
public string Type { get; set; }
Property Value
Type | Description |
---|---|
System.String |
User
Gets or sets the name of the user who updated the object.
Declaration
public string User { get; set; }
Property Value
Type | Description |
---|---|
System.String |