LogData Class
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2013, Dynamics CRM 2015, Dynamics CRM 2016
Represents the data structure representing the audit event log message.
Namespace: Microsoft.Uii.Common.Entities
Assembly: Microsoft.Uii.Common (in Microsoft.Uii.Common.dll)
Inheritance Hierarchy
System.Object
Microsoft.Uii.Common.Entities.LogData
Syntax
public class LogData
Public Class LogData
Constructors
Name | Description | |
---|---|---|
LogData() | Default empty constructor for the LogData class. |
|
LogData(ActivityId) | Contructor for LogData taking in preparation parameters, defaults to the current UTC date/time. |
|
LogData(ActivityId, DateTime) | Contructor for LogData taking in preparation parameters. |
Properties
Name | Description | |
---|---|---|
Action | Gets or sets the name of the UII Action performed on hosted application. |
|
ActionData | Gets or sets the data of the UII Action performed on hosted application. |
|
ActivityId | Gets or sets audit log assigned activity ID. |
|
AgentState | Gets or sets the agent state. |
|
ApplicationId | Gets or sets the ID of the current application in focus. |
|
ClientTimeZone | Gets the time difference in seconds between time configured on the agent desktop machine and UTC. |
|
ContextId | Gets or sets the context ID. |
|
CustomerId | Gets or sets the ID of the Customer currently being served. |
|
MachineName | Gets the name of the machine from which audit messages are generated. |
|
TargetApplication | Gets or sets the target application on which the action is fired. This can be '*' indicating that action is fired on all the applications. |
|
UniversalCurrentTime | Gets or sets the time of the audit message as universally coordinated time. |
|
WorkflowActiveStepId | Gets or sets the active workflow active step ID. |
|
WorkflowId | Gets or sets the workflow ID. |
|
WorkflowStatus | Gets or sets the workflow completion status. Done or Cancel. |
Methods
Name | Description | |
---|---|---|
AddElement(Dictionary<String, String>) | ||
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetLogData() | ||
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
Reset() | Resets the Activity Data and non-static members of LogData object. |
|
ToString() | Returns the XML representation for the LogData object. Extenders will need to provide a custom implementation.(Overrides Object.ToString().) |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.Uii.Common.Entities Namespace
Return to top
Unified Service Desk 2.0
© 2017 Microsoft. All rights reserved. Copyright