ReviewersStats Class

Relativity.Audit.Services.Interface
Reviewer statistics for a user.
Inheritance Hierarchy

SystemObject
  Relativity.Audit.Services.Interface.ReviewerStatistics.ModelsReviewersStats

Namespace:  Relativity.Audit.Services.Interface.ReviewerStatistics.Models
Assembly:  Relativity.Audit.Services.Interface (in Relativity.Audit.Services.Interface.dll) Version: 1.0.0.0
Syntax

public class ReviewersStats

The ReviewersStats type exposes the following members.

Constructors

  NameDescription
Public methodReviewersStats
Initializes a new instance of the ReviewersStats class
Top
Properties

  NameDescription
Public propertyDistinctEdits
Total number of distinct documents that the user has updated.
Public propertyDistinctEditsPerDay
Distinct Edits per day based on the reported period.
Public propertyDistinctEditsPerHour
Distinct Edits per hour based on the usage time.
Public propertyDistinctMassEdits
Total number of distinct docs updated using Mass Edit action.
Public propertyDistinctMassEditsPerDay
Distinct Mass Edits per hour based on the reported period.
Public propertyDistinctMassEditsPerHour
Distinct Mass Edits per hour based on the usage time.
Public propertyDistinctMassPropagationsPerDay
Distinct Propagations per hour based on the reported period.
Public propertyDistinctMassPropagationsPerHour
Distinct Propagations per hour based on the usage time.
Public propertyDistinctPropagations
Total number of docs updated using Propagation action.
Public propertyDistinctViews
Total number of distinct documents that the user has viewed.
Public propertyEdits
Total number of docs that the user has updated.
Public propertyEditsPerDay
Edits per day based on the reported period.
Public propertyEditsPerHour
Edits per hour based on the usage time.
Public propertyFullName
Full name
Public propertyMassEdits
Total number of docs updated using Mass Edit action.
Public propertyMassEditsPerDay
Mass Edits per hour based on the reported period.
Public propertyMassEditsPerHour
Mass Edits per hour based on the usage time.
Public propertyPropagations
Total number of docs updated using Propagation action.
Public propertyPropagationsPerDay
Propagations per hour based on the reported period.
Public propertyPropagationsPerHour
Propagations per hour based on the usage time.
Public propertyTotalUsageTime
Total usage time in seconds.
Public propertyUserId
User Id
Public propertyViews
Total number of documents that the user has viewed.
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference