System.StarRatingОценка

System.StarRating (ClassType)

Определение свойств оценок статей базы знаний

Element properties:

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

Class Hierarchy:

Class Properties:

Property Name Type Display Name (RUS) Description (RUS) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Отображаемое имя Отображаемое имя объекта. false 4000  False 
System.StarRating:
Id  string  ИД ИД true 256  False 
TotalRatingCount  int  Общее количество оценок Общее количество оценок false 256   
TotalRatingStars  int  Общее количество звезд Общее количество звезд false 256   
RatingComments  string  Комментарии к оценке Комментарии к оценке 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>