Show / Hide Table of Contents

Class GetErrorRateOutput

Inheritance
object
GetErrorRateOutput
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 GetErrorRateOutput

Constructors

GetErrorRateOutput()

Declaration
public GetErrorRateOutput()

Properties

Data

Declaration
public Dictionary<string, long> Data { get; set; }
Property Value
Type Description
Dictionary<string, long>
In this article
Back to top Powered by Volosoft