C# 클래스 SubSonic.SqlGeneration.Schema.SubSonicTableNameOverrideAttribute

상속: System.Attribute, IClassMappingAttribute
파일 보기 프로젝트 열기: rally25rs/SubSonic-3.0

공개 메소드들

메소드 설명
Accept ( ITable table ) : bool
Apply ( ITable table ) : void
SubSonicTableNameOverrideAttribute ( string tableName ) : System

메소드 상세

Accept() 공개 메소드

public Accept ( ITable table ) : bool
table ITable
리턴 bool

Apply() 공개 메소드

public Apply ( ITable table ) : void
table ITable
리턴 void

SubSonicTableNameOverrideAttribute() 공개 메소드

public SubSonicTableNameOverrideAttribute ( string tableName ) : System
tableName string
리턴 System