System.StarRatingYıldız Değerlendirmesi

System.StarRating (ClassType)

Bilgi bankası makaleleri için yıldız değerlendirmelerinin özelliklerini tanımlar

Element properties:

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

Class Hierarchy:

Class Properties:

Property Name Type Display Name (TRK) Description (TRK) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Görünen Ad Nesnenin görünen adı. false 4000  False 
System.StarRating:
Id  string  Kimlik Kimlik true 256  False 
TotalRatingCount  int  Toplam Değerlendirme Sayısı Toplam Değerlendirme Sayısı false 256   
TotalRatingStars  int  Toplam Değerlendirme Yıldızı Toplam Değerlendirme Yıldızı false 256   
RatingComments  string  Değerlendirme Yorumları Değerlendirme Yorumları 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>