Initializes a new instance of the ImportAttribute class.

Namespace: Castle.ActiveRecord
Assembly:  Castle.ActiveRecord (in Castle.ActiveRecord.dll)
Version: 1.0.3.0

Syntax

C#
public ImportAttribute(
	Type type,
	string rename
)

Parameters

type
Type
The type.
rename
String
The rename.

See Also