C# Class Castle.ActiveRecord.HasManyToAnyAttribute

Inheritance: HasManyAttribute
Afficher le fichier Open project: nats/castle-1.0.3-mono Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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.
Résultat System