C# 클래스 Castle.ActiveRecord.ImportAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono

공개 메소드들

메소드 설명
ImportAttribute ( Type type, string rename ) : System

Initializes a new instance of the ImportAttribute class.

메소드 상세

ImportAttribute() 공개 메소드

Initializes a new instance of the ImportAttribute class.
public ImportAttribute ( Type type, string rename ) : System
type System.Type The type.
rename string The rename.
리턴 System