Table of Contents

Interface IOperationService

Namespace
H.Services.Operation
Assembly
H.Services.Operation.dll
public interface IOperationService
Extension Methods

Methods

Log<T>(string, string, OperationType, bool, string)

void Log<T>(string title, string message = null, OperationType operationType = OperationType.Default, bool result = true, string methodName = null)

Parameters

title string
message string
operationType OperationType
result bool
methodName string

Type Parameters

T