SPRatingUsageEntry Members
Include Protected Members
Include Inherited Members
Encapsulates rating usage data that is logged for timer jobs.
The SPRatingUsageEntry type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPRatingUsageEntry | Initializes a new instance of the SPRatingUsageEntry class. |
Top
Properties
Name | Description | |
---|---|---|
BrowserSessionId | Gets or sets the browser session ID. | |
CorrelationId | (Inherited from SPUsageEntry.) | |
CustomData | Gets or sets any custom data to be associated with this SPRatingUsageEntry object. | |
FarmId | The identifier for the farm where this usage entry originated. (Inherited from SPUsageEntry.) | |
FeedbackAnswerId | Gets or sets the ID of the predefined feedback answer that is logged. | |
FeedbackAnswerNumericEquivalent | Gets or sets the numeric equivalent of each feedback answer. You can use this property to calculate average ratings. The scale is always 0 to 100. | |
FeedbackAnswerText | Gets or sets the text string of the predefined feedback answer that is logged. | |
FeedbackControlCulture | Gets or sets the culture of the feedback control. For example, if the feedback control is displayed in U.S. English, this property should be logged as "en-us". | |
FeedbackIdentifier | Gets or sets a unique ID that associates all logging for a particular rating instance of a user together. | |
FeedbackQuestionId | Gets or sets the ID of the feedback question that is logged. | |
FeedbackQuestionText | Gets or sets the text of the feedback question that is logged. | |
FeedbackTime | Gets or sets the timestamp of when the rating was completed. | |
IsUserSatisfactionAnswer | Gets or sets whether the answer represents the user's explicit feedback of satisfaction. | |
MachineName | (Inherited from SPUsageEntry.) | |
ParentType | (Overrides SPUsageEntry.ParentType.) | |
ParentTypeGuid | (Inherited from SPUsageEntry.) | |
QueryId | Gets or sets the ID of the query. This property identifies all result lists, clickthroughs, and ratings related to a query. | |
RatedAssetId | Gets or sets the ID of the asset being rated. Typically the ID is the URL of the asset being rated. | |
RatedAssetTitle | Gets or sets the title of the asset being rated. | |
RatedAssetWebId | Gets or sets the ID of the Web site from which the rating is being logged. | |
SampleRate | Gets or sets the percentage of data that is sampled out. This is a cumulative rate of sampling. By default, the sample rate is 100%. | |
SiteId | Gets or sets the ID of the Web site from where rating usage data is logged. | |
SiteSubscriptionId | Gets or sets the globally unique identifier (GUID) for the hosted domain from which this usage event originated. (Inherited from SPUsageEntry.) | |
Timestamp | Gets or sets a timestamp for the occurrence of this entry. (Inherited from SPUsageEntry.) | |
TimestampUtc | Gets or sets a UTC timestamp for the occurrence of this entry. (Inherited from SPUsageEntry.) | |
User | Gets or sets the name of the user who initiated the usage entry. (Inherited from SPUsageEntry.) | |
UserDepartment | Gets or sets the user department. | |
UserId | Gets or sets the ID of the user. | |
UserTitle | Gets or sets the title of the user. | |
UserVerbatim | Gets or sets the text of the user verbatim comment. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
ISerializableUsageEntry.GetObjectData |
Top