Show / Hide Table of Contents

Class AuditLogConsts

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

Properties

MaxApplicationNameLength

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

MaxBrowserInfoLength

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

MaxClientIdLength

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

MaxClientIpAddressLength

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

MaxClientNameLength

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

MaxCommentsLength

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

MaxCorrelationIdLength

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

MaxHttpMethodLength

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

MaxTenantNameLength

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

MaxUrlLength

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

MaxUserNameLength

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