System.StarRating星評価

System.StarRating (ClassType)

ナレッジ項目の星評価のプロパティを定義します

Element properties:

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

Class Hierarchy:

Class Properties:

Property Name Type Display Name (JPN) Description (JPN) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  表示名 監視オブジェクトの表示名。 false 4000  False 
System.StarRating:
Id  string  ID ID 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>