C# Class Cadru.Data.Dapper.ViewAttribute

Inheritance: System.Attribute
Datei anzeigen Open project: scottdorman/cadru

Public Methods

Method Description
ViewAttribute ( string name ) : System

Initializes a new instance of the ViewAttribute class.

Method Details

ViewAttribute() public method

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.
return System