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 (KOR) Description (KOR) 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>