System.StarRatingOcena za pomocą gwiazdek

System.StarRating (ClassType)

Definiuje właściwości oceny artykułów merytorycznych za pomocą gwiazdek

Element properties:

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

Class Hierarchy:

Class Properties:

Property Name Type Display Name (PLK) Description (PLK) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Nazwa wyświetlana Wyświetlana nazwa obiektu. false 4000  False 
System.StarRating:
Id  string  Identyfikator Identyfikator true 256  False 
TotalRatingCount  int  Łączna liczba ocen Łączna liczba ocen false 256   
TotalRatingStars  int  Łączna liczba gwiazdek ocen Łączna liczba gwiazdek ocen false 256   
RatingComments  string  Komentarze ocen Komentarze ocen 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>