FeedbackData Members
Include Protected Members
Include Inherited Members
Contains a set of properties that are logged as analysis data whenever a SocialRating is set.
The FeedbackData type exposes the following members.
Constructors
Name | Description | |
---|---|---|
FeedbackData | Initializes a new instance of the FeedbackData class. |
Top
Properties
Name | Description | |
---|---|---|
BrowserSessionId | Gets or sets the browser session unique identifier (ID). | |
CustomData | Gets or sets any custom data to be associated with this FeedbackData object. | |
FeedbackAnswerId | Gets or sets the GUID of the predefined feedback answer that is logged. | |
FeedbackAnswerNumericEquivalent | Gets or sets the rating value to store. | |
FeedbackAnswerText | Gets or sets the text of the predefined feedback answer that is logged. | |
FeedbackControlCulture | Gets or sets the culture of the feedback control. | |
FeedbackIdentifier | Gets or sets the GUID that associates all logging for a particular rating instance of a user together. | |
FeedbackQuestionId | Gets or sets the GUID of the feedback question that is logged. | |
FeedbackQuestionText | Gets or sets the text of the feedback question that is logged. | |
IsUserSatisfactionAnswer | Gets or sets a value that indicates whether the answer represents the user's explicit feedback of satisfaction. | |
QueryId | Gets or sets a GUID of the query. | |
RatedAssetId | Gets or sets the ID of the asset being rated. | |
RatedAssetTitle | Gets or sets the title of the asset being rated. | |
RatedAssetWebId | Gets or sets the GUID of the site that contains the item to which the rating is being applied. | |
SampleRate | Gets or sets the percentage of data that is sampled out. | |
SiteId | Gets or sets the GUID of the site collection that contains the item to which the rating is being applied. | |
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