C# Class Cadru.Data.Dapper.ExportableAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: scottdorman/cadru

Méthodes publiques

Méthode Description
ExportableAttribute ( bool allowExport ) : System

Initializes a new instance of the ExportableAttribute class.

Method Details

ExportableAttribute() public méthode

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