System.StarRatingNombre d'étoiles

System.StarRating (ClassType)

Définit les propriétés de la notation par nombre d'étoiles des articles de base de connaissances

Element properties:

Base ClassSystem.UserPreference
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdd37f9d4f-d641-a28c-fbae-0afda6dc64f0

Class Hierarchy:

Class Properties:

Property Name Type Display Name (FRA) Description (FRA) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Nom complet Nom complet de l'objet. false 4000  False 
System.StarRating:
Id  string  ID ID true 256  False 
TotalRatingCount  int  Nombre total d'étoiles Nombre total d'étoiles false 256   
TotalRatingStars  int  Nombre total d'étoiles Nombre total d'étoiles false 256   
RatingComments  string  Commentaires sur la notation Commentaires sur la notation 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>