C# Class Castle.ActiveRecord.ImportAttribute

Inheritance: System.Attribute
Show file Open project: nats/castle-1.0.3-mono

Public Methods

Method Description
ImportAttribute ( Type type, string rename ) : System

Initializes a new instance of the ImportAttribute class.

Method Details

ImportAttribute() public method

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