C# Class CK.Plugins.ObjectExplorer.LogMethodConfig

Inheritance: ILogMethodConfig
Show file Open project: Invenietis/ck-certified Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
LogMethodConfig ( ) : System.Collections.Generic
LogMethodConfig ( string methodName, string returnType, List p, ServiceLogMethodOptions logOptions, bool doLog ) : System.Collections.Generic

Method Details

LogMethodConfig() public method

public LogMethodConfig ( ) : System.Collections.Generic
return System.Collections.Generic

LogMethodConfig() public method

public LogMethodConfig ( string methodName, string returnType, List p, ServiceLogMethodOptions logOptions, bool doLog ) : System.Collections.Generic
methodName string
returnType string
p List
logOptions ServiceLogMethodOptions
doLog bool
return System.Collections.Generic