C# 클래스 Castle.ActiveRecord.AnyAttribute

상속: WithAccessAttribute
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono 1 사용 예제들

공개 메소드들

메소드 설명
AnyAttribute ( ) : System

Initializes a new instance of the AnyAttribute class.

Using this constructor defaults the idType to Int32

AnyAttribute ( Type idType ) : System

Initializes a new instance of the AnyAttribute class.

메소드 상세

AnyAttribute() 공개 메소드

Initializes a new instance of the AnyAttribute class.
Using this constructor defaults the idType to Int32
public AnyAttribute ( ) : System
리턴 System

AnyAttribute() 공개 메소드

Initializes a new instance of the AnyAttribute class.
public AnyAttribute ( Type idType ) : System
idType System.Type Type of the id.
리턴 System