Class RatingConsts
Inherited Members
Namespace: Volo.CmsKit.Ratings
Assembly: Volo.CmsKit.Domain.Shared.dll
Syntax
public static class RatingConsts
Properties
MaxEntityIdLength
Declaration
public static int MaxEntityIdLength { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
MaxEntityTypeLength
Declaration
public static int MaxEntityTypeLength { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
MaxStarCount
Declaration
public static int MaxStarCount { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
MinStarCount
Declaration
public static int MinStarCount { get; set; }
Property Value
| Type | Description |
|---|---|
| int |