SocialReplicationData Members
Include Protected Members
Include Inherited Members
Contains information about current and deleted social tags, comments, and ratings.
The SocialReplicationData type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SocialReplicationData | Initializes a new instance of the SocialReplicationData class. |
Top
Properties
Name | Description | |
---|---|---|
Comments | Gets or sets an array of social comments. | |
DeletedComments | Gets or sets an array of deleted social comments. | |
DeletedRatings | Gets or sets an array of deleted social ratings. | |
DeletedTags | Gets or sets an array of deleted social tags. | |
Ratings | Gets or set an array of social ratings. | |
Tags | Gets or sets an array of social tags. |
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