C# Class Castle.ActiveRecord.Framework.Internal.HasManyModel

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

Public Methods

Method Description
Accept ( IVisitor visitor ) : void

Accepts the specified visitor and call the relevant IVisitor.Visit***() method

HasManyModel ( PropertyInfo propInfo, HasManyAttribute hasManyAtt ) : System

Initializes a new instance of the HasManyModel class.

Method Details

Accept() public method

Accepts the specified visitor and call the relevant IVisitor.Visit***() method
public Accept ( IVisitor visitor ) : void
visitor IVisitor The visitor.
return void

HasManyModel() public method

Initializes a new instance of the HasManyModel class.
public HasManyModel ( PropertyInfo propInfo, HasManyAttribute hasManyAtt ) : System
propInfo System.Reflection.PropertyInfo The prop info.
hasManyAtt HasManyAttribute The has many att.
return System