C# Class Cedar.Framework.AuditTrail.AuditLogFormatterAttribute

Inheritance: System.Attribute
Exibir arquivo Open project: Chinaccn/surfboard

Public Methods

Method Description
AuditLogFormatterAttribute ( Type formatterType ) : System

Initializes a new instance of the T:Cedar.Framework.AuditTrail.AuditLogFormatterAttribute class.

Method Details

AuditLogFormatterAttribute() public method

Initializes a new instance of the T:Cedar.Framework.AuditTrail.AuditLogFormatterAttribute class.
public AuditLogFormatterAttribute ( Type formatterType ) : System
formatterType System.Type Type of the formatter.
return System