ActionLogEntry Class

Contains the properties and methods for an individual row in a IActionLog component

Definition

Namespace: InnerDrive.Logging
Assembly: InnerDrive.Logging (in InnerDrive.Logging.dll) Version: 5.2.9017.0
C#
public class ActionLogEntry : TableEntity
Inheritance
Object    TableEntity    ActionLogEntry

Constructors

ActionLogEntry Creates a new ActionLogEntry
ActionLogEntry(String, String, String, String, String, String) Creates a new instance of ActionLogEntry

Properties

Action The action the user was attempting
Description An optional description of the user's action
ETag Gets or sets the entity's ETag.
(Inherited from TableEntity)
FeatureName The feature the user was operating on
Id The ID of the item the user was interacting with
PartitionKey The partition key is a unique identifier for the partition within a given table and forms the first part of an entity's primary key.
(Inherited from TableEntity)
Result The ActionLogResult of the action
RowKey The row key is a unique identifier for an entity within a given partition. Together the PartitionKey and RowKey uniquely identify every entity within a table.
(Inherited from TableEntity)
Time The time that the action took place
Timestamp The Timestamp property is a DateTime value that is maintained on the server side to record the time an entity was last modified. The Table service uses the Timestamp property internally to provide optimistic concurrency. The value of Timestamp is a monotonically increasing value, meaning that each time the entity is modified, the value of Timestamp increases for that entity. This property should not be set on insert or update operations (the value will be ignored).
(Inherited from TableEntity)
UserName The user who attempted the action

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also