C# 클래스 Cadru.Data.Dapper.ViewAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: scottdorman/cadru

공개 메소드들

메소드 설명
ViewAttribute ( string name ) : System

Initializes a new instance of the ViewAttribute class.

메소드 상세

ViewAttribute() 공개 메소드

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.
리턴 System