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

I need this class to pass special configuration for the many-to-any
Inheritance: IVisitable
Afficher le fichier Open project: nats/castle-1.0.3-mono Class Usage Examples

Méthodes publiques

Méthode Description
Accept ( IVisitor visitor ) : void

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

Private Methods

Méthode Description
Config ( HasManyToAnyModel parent ) : System

Initializes a new instance of the Config class.

Method Details

Accept() public méthode

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