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

Inheritance: IVisitable
ファイルを表示 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

HasManyToAnyModel ( PropertyInfo prop, HasManyToAnyAttribute hasManyToAnyAtt ) : System

Initializes a new instance of the HasManyToAnyModel 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

HasManyToAnyModel() public method

Initializes a new instance of the HasManyToAnyModel class.
public HasManyToAnyModel ( PropertyInfo prop, HasManyToAnyAttribute hasManyToAnyAtt ) : System
prop System.Reflection.PropertyInfo The prop.
hasManyToAnyAtt Castle.ActiveRecord.HasManyToAnyAttribute The has many to any att.
return System