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

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

공개 메소드들

메소드 설명
Accept ( IColumn column ) : bool
Apply ( IColumn column ) : void
SubSonicPrimaryKeyAttribute ( ) : System
SubSonicPrimaryKeyAttribute ( bool autoIncrement ) : System

메소드 상세

Accept() 공개 메소드

public Accept ( IColumn column ) : bool
column IColumn
리턴 bool

Apply() 공개 메소드

public Apply ( IColumn column ) : void
column IColumn
리턴 void

SubSonicPrimaryKeyAttribute() 공개 메소드

public SubSonicPrimaryKeyAttribute ( ) : System
리턴 System

SubSonicPrimaryKeyAttribute() 공개 메소드

public SubSonicPrimaryKeyAttribute ( bool autoIncrement ) : System
autoIncrement bool
리턴 System