C# Class NLogViewer.Receivers.LogEventReceiverInfo

Datei anzeigen Open project: jkowalski/NLogViewer Class Usage Examples

Public Properties

Property Type Description
Description string
Name string
Summary string
Type System.Type

Public Methods

Method Description
LogEventReceiverInfo ( ) : System
LogEventReceiverInfo ( string name, string summary, string description, Type type ) : System
ToString ( ) : string

Method Details

LogEventReceiverInfo() public method

public LogEventReceiverInfo ( ) : System
return System

LogEventReceiverInfo() public method

public LogEventReceiverInfo ( string name, string summary, string description, Type type ) : System
name string
summary string
description string
type System.Type
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

Description public_oe property

public string Description
return string

Name public_oe property

public string Name
return string

Summary public_oe property

public string Summary
return string

Type public_oe property

public Type,System Type
return System.Type