System.StarRatingClassificação em Estrelas

System.StarRating (ClassType)

Define as propriedades das classificações em estrela dos 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 (PTG) Description (PTG) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Nome a Apresentar Nome a apresentar do objecto. false 4000  False 
System.StarRating:
Id  string  ID ID true 256  False 
TotalRatingCount  int  Contagem Total da Classificação Contagem Total da Classificação false 256   
TotalRatingStars  int  Total da Classificação em Estrelas Total da Classificação em Estrelas false 256   
RatingComments  string  Comentários sobre a Classificação Comentários sobre a 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>