System.StarRatingStjerneklassifikation

System.StarRating (ClassType)

Definerer egenskaberne for stjerneklassifikationen af vidensartikler

Element properties:

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

Class Hierarchy:

Class Properties:

Property Name Type Display Name (DAN) Description (DAN) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Vis navn Viser navnet for objektet. false 4000  False 
System.StarRating:
Id  string  Id Id true 256  False 
TotalRatingCount  int  Samlet tælling for klassifikation Samlet tælling for klassifikation false 256   
TotalRatingStars  int  Samlet antal klassifikationsstjerner Samlet antal klassifikationsstjerner false 256   
RatingComments  string  Kommentarer til klassifikation Kommentarer til klassifikation 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>