다음을 통해 공유


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
System_CAPS_pubmethod LogData()

Default empty constructor for the LogData class.

System_CAPS_pubmethod LogData(ActivityId)

Contructor for LogData taking in preparation parameters, defaults to the current UTC date/time.

System_CAPS_pubmethod LogData(ActivityId, DateTime)

Contructor for LogData taking in preparation parameters.

Properties

Name Description
System_CAPS_pubproperty Action

Gets or sets the name of the UII Action performed on hosted application.

System_CAPS_pubproperty ActionData

Gets or sets the data of the UII Action performed on hosted application.

System_CAPS_pubproperty ActivityId

Gets or sets audit log assigned activity ID.

System_CAPS_pubproperty AgentState

Gets or sets the agent state.

System_CAPS_pubproperty ApplicationId

Gets or sets the ID of the current application in focus.

System_CAPS_pubproperty ClientTimeZone

Gets the time difference in seconds between time configured on the agent desktop machine and UTC.

System_CAPS_pubproperty ContextId

Gets or sets the context ID.

System_CAPS_pubproperty CustomerId

Gets or sets the ID of the Customer currently being served.

System_CAPS_pubproperty MachineName

Gets the name of the machine from which audit messages are generated.

System_CAPS_pubproperty 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.

System_CAPS_pubproperty UniversalCurrentTime

Gets or sets the time of the audit message as universally coordinated time.

System_CAPS_pubproperty WorkflowActiveStepId

Gets or sets the active workflow active step ID.

System_CAPS_pubproperty WorkflowId

Gets or sets the workflow ID.

System_CAPS_pubproperty WorkflowStatus

Gets or sets the workflow completion status. Done or Cancel.

Methods

Name Description
System_CAPS_pubmethod AddElement(Dictionary<String, String>)

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetLogData()

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod Reset()

Resets the Activity Data and non-static members of LogData object.

System_CAPS_pubmethod 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