Class RatingConsts
Inheritance
System.Object
RatingConsts
Assembly: Volo.CmsKit.Domain.Shared.dll
Syntax
public static class RatingConsts : object
Properties
MaxEntityIdLength
Declaration
public static int MaxEntityIdLength { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
MaxEntityTypeLength
Declaration
public static int MaxEntityTypeLength { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
MaxStarCount
Declaration
public static int MaxStarCount { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
MinStarCount
Declaration
public static int MinStarCount { get; set; }
Property Value
Type |
Description |
System.Int32 |
|