System.StarRatingClassificação por Estrelas

System.StarRating (ClassType)

Define as propriedades de classificações por estrelas de artigos de conhecimento

Element properties:

Base ClassSystem.UserPreference
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId30f8c6f8-e525-d238-8b26-f2d738c4db93

Class Hierarchy:

Class Properties:

Property Name Type Display Name (PTB) Description (PTB) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Nome para exibição Nome para exibição do objeto. false 4000  False 
System.StarRating:
Id  string  ID ID true 256  False 
TotalRatingCount  int  Contagem Total de Classificações Contagem Total de Classificações false 256   
TotalRatingStars  int  Total de Estrelas de Classificação Total de Estrelas de Classificação false 256   
RatingComments  string  Comentários da Classificação Comentários da Classificação false 4000  False 

Health Model:

Source Code:

<ClassType ID="System.StarRating" Accessibility="Public" Base="SupportingItem!System.UserPreference" Hosted="false" Abstract="false">
<Property ID="Id" Type="string" Key="true"/>
<Property ID="TotalRatingCount" Type="int"/>
<Property ID="TotalRatingStars" Type="int"/>
<Property ID="RatingComments" Type="string" MaxLength="4000"/>
</ClassType>