C# Class Cadru.Data.Dapper.ExportableAttribute

Inheritance: System.Attribute
Show file Open project: scottdorman/cadru

Public Methods

Method Description
ExportableAttribute ( bool allowExport ) : System

Initializes a new instance of the ExportableAttribute class.

Method Details

ExportableAttribute() public method

Initializes a new instance of the ExportableAttribute class.
public ExportableAttribute ( bool allowExport ) : System
allowExport bool /// to specify that the field is exportable; otherwise, . ///
return System