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

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

BelongsToModel ( PropertyInfo propInfo, BelongsToAttribute belongsToAtt ) : System

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

BelongsToModel() public méthode

Initializes a new instance of the BelongsToModel class.
public BelongsToModel ( PropertyInfo propInfo, BelongsToAttribute belongsToAtt ) : System
propInfo System.Reflection.PropertyInfo The prop info.
belongsToAtt BelongsToAttribute The belongs to att.
Résultat System