Show / Hide Table of Contents

Class PollConst

Inheritance
object
PollConst
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.CmsKit.Polls
Assembly: Volo.CmsKit.Pro.Domain.Shared.dll
Syntax
public static class PollConst

Properties

MaxCodeLength

Declaration
public static int MaxCodeLength { get; set; }
Property Value
Type Description
int

MaxNameLength

Declaration
public static int MaxNameLength { get; set; }
Property Value
Type Description
int

MaxQuestionLength

Declaration
public static int MaxQuestionLength { get; set; }
Property Value
Type Description
int

MaxTextLength

Declaration
public static int MaxTextLength { get; set; }
Property Value
Type Description
int

MaxWidgetNameLength

Declaration
public static int MaxWidgetNameLength { get; set; }
Property Value
Type Description
int
In this article
Back to top Powered by ABP.IO Platform