System.StarRatingClasificación por estrellas

System.StarRating (ClassType)

Define las propiedades de las clasificaciones por estrellas de los artículos de conocimientos

Element properties:

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

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ESN) Description (ESN) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Nombre para mostrar Nombre para mostrar del objeto. false 4000  False 
System.StarRating:
Id  string  Identificador Identificador true 256  False 
TotalRatingCount  int  Número total de clasificaciones Número total de clasificaciones false 256   
TotalRatingStars  int  Total de estrellas de clasificación Total de estrellas de clasificación false 256   
RatingComments  string  Comentarios de clasificación Comentarios de clasificación 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>