Class AuditLogActionConsts
Inheritance
AuditLogActionConsts
Assembly: Volo.Abp.AuditLogging.Domain.Shared.dll
Syntax
public class AuditLogActionConsts
Constructors
AuditLogActionConsts()
Declaration
public AuditLogActionConsts()
Properties
MaxMethodNameLength
Declaration
public static int MaxMethodNameLength { get; set; }
Property Value
MaxParametersLength
Declaration
public static int MaxParametersLength { get; set; }
Property Value
MaxServiceNameLength
Declaration
public static int MaxServiceNameLength { get; set; }
Property Value
Extension Methods