Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
Contains properties representing a social rating, which is a specific piece of social data that ranks an entity on a scale of 0-5.
The SocialRating type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
LastModifiedTime | Gets the DateTime object representing the time when the piece of social data was last updated. (Inherited from SocialData.) |
![]() |
Manager | Gets the SocialRatingManager object that instantiated this SocialRating object. |
![]() |
Owner | Gets a UserProfile that represents the owner of the SocialData object. (Inherited from SocialData.) |
![]() |
Rating | Gets an integer value on a scale of 0-5 that represents the value of a social rating. |
![]() |
Title | Gets the title of this piece of social data. (Inherited from SocialData.) |
![]() |
Url | Gets a Uri object stored by the piece of social data. (Inherited from SocialData.) |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Delete | Deletes the piece of social data after ensuring that it exists and that the current user can change it. (Inherited from SocialData.) |
![]() |
DeleteData | Deletes the data in a social rating. (Overrides SocialData.DeleteData().) |
![]() |
EnsureUpdateAllowed | Determines whether a given piece of social data can be updated. (Inherited from SocialData.) |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
![]() |
Update | Updates the social rating and changes the LastModifiedTime property. |
Top