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

Model for representing a Composite User type map.
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

CompositeUserTypeModel ( PropertyInfo prop, CompositeUserTypeAttribute attribute ) : System.Reflection

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

CompositeUserTypeModel() public méthode

Initializes a new instance of the CompositeUserTypeModel class.
public CompositeUserTypeModel ( PropertyInfo prop, CompositeUserTypeAttribute attribute ) : System.Reflection
prop System.Reflection.PropertyInfo The property marked with the attribute.
attribute CompositeUserTypeAttribute The metadata attribute.
Résultat System.Reflection