System.StarRatingClassificazione a stelle

System.StarRating (ClassType)

Definisce le proprietà delle classificazioni a stelle degli articoli della Knowledge Base

Element properties:

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

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ITA) Description (ITA) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Nome visualizzato Nome visualizzato dell'oggetto. false 4000  False 
System.StarRating:
Id  string  ID ID true 256  False 
TotalRatingCount  int  Numero totale classificazioni Numero totale di classificazioni false 256   
TotalRatingStars  int  Totale stelle di classificazione Totale stelle di classificazione false 256   
RatingComments  string  Commenti classificazioni Commenti delle classificazioni 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>