C# Class Cadru.Data.Dapper.ViewAttribute

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

Méthodes publiques

Méthode Description
ViewAttribute ( string name ) : System

Initializes a new instance of the ViewAttribute class.

Method Details

ViewAttribute() public méthode

Initializes a new instance of the ViewAttribute class.
public ViewAttribute ( string name ) : System
name string The name of the view the class is mapped to.
Résultat System