C# Class Castle.ActiveRecord.HasManyToAnyAttribute

Inheritance: HasManyAttribute
Show file Open project: nats/castle-1.0.3-mono Class Usage Examples

Public Methods

Method Description
HasManyToAnyAttribute ( Type mapType, string keyColum, string table, Type idType, string typeColumn, string idColumn ) : System

Initializes a new instance of the HasManyToAnyAttribute class.

Method Details

HasManyToAnyAttribute() public method

Initializes a new instance of the HasManyToAnyAttribute class.
public HasManyToAnyAttribute ( Type mapType, string keyColum, string table, Type idType, string typeColumn, string idColumn ) : System
mapType System.Type Type of the map.
keyColum string The key colum.
table string The table.
idType System.Type Type of the id.
typeColumn string The type column.
idColumn string The id column.
return System