Show / Hide Table of Contents

Class RatingConsts

Inheritance
object
RatingConsts
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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
In this article
Back to top Powered by ABP.IO Platform