Class TemplateDefinitionRecordConsts
Inheritance
TemplateDefinitionRecordConsts
Assembly: Volo.Abp.TextTemplateManagement.Domain.Shared.dll
Syntax
public class TemplateDefinitionRecordConsts
Constructors
TemplateDefinitionRecordConsts()
Declaration
public TemplateDefinitionRecordConsts()
Properties
MaxDefaultCultureNameLength
Declaration
public static int MaxDefaultCultureNameLength { get; set; }
Property Value
MaxDisplayNameLength
Declaration
public static int MaxDisplayNameLength { get; set; }
Property Value
MaxLayoutLength
Declaration
public static int MaxLayoutLength { get; set; }
Property Value
MaxLocalizationResourceNameLength
Declaration
public static int MaxLocalizationResourceNameLength { get; set; }
Property Value
MaxNameLength
Declaration
public static int MaxNameLength { get; set; }
Property Value
MaxRenderEngineLength
Declaration
public static int MaxRenderEngineLength { get; set; }
Property Value
Extension Methods