Share via


SocialRatingManager class

Contém métodos e propriedades usados para manipular os dados de classificação social.

Inheritance hierarchy

System.Object
  Microsoft.Office.Server.SocialData.SocialDataManager
    Microsoft.Office.Server.SocialData.SocialRatingManager

Namespace:  Microsoft.Office.Server.SocialData
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaração
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public NotInheritable Class SocialRatingManager _
    Inherits SocialDataManager
'Uso
Dim instance As SocialRatingManager
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public sealed class SocialRatingManager : SocialDataManager

Comentários

Para acessar ou adicionar uma classificação social, chame a classe SocialRatingManager para criar um objeto SocialRating .

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Ver também

Referência

SocialRatingManager members

Microsoft.Office.Server.SocialData namespace