System.StarRatingStjärnklassificering

System.StarRating (ClassType)

Definierar egenskaper för stjärnklassificering av kunskapsartiklar

Element properties:

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

Class Hierarchy:

Class Properties:

Property Name Type Display Name (SVE) Description (SVE) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Visningsnamn Objektets visningsnamn. false 4000  False 
System.StarRating:
Id  string  ID ID true 256  False 
TotalRatingCount  int  Total klassificering Total klassificering false 256   
TotalRatingStars  int  Totalt antal stjärnor Totalt antal stjärnor false 256   
RatingComments  string  Kommentarer om klassificering Kommentarer om klassificering 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>