Show / Hide Table of Contents

Class AuditLogDtoCommonConsts

Inheritance
object
AuditLogDtoCommonConsts
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.Application.Contracts.dll
Syntax
public class AuditLogDtoCommonConsts

Constructors

AuditLogDtoCommonConsts()

Declaration
public AuditLogDtoCommonConsts()

Properties

HttpMethodFilterMaxLength

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

UrlFilterMaxLength

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

UserNameFilterMaxLength

Declaration
public static int UserNameFilterMaxLength { get; set; }
Property Value
Type Description
int
In this article
Back to top Powered by Volosoft