Show / Hide Table of Contents

Class GlobalResourceConsts

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

Fields

GlobalScriptName

Declaration
public const string GlobalScriptName = "GlobalScript"
Field Value
Type Description
string

GlobalStyleName

Declaration
public const string GlobalStyleName = "GlobalStyle"
Field Value
Type Description
string

Properties

MaxNameLength

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

MaxValueLength

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