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

Model for representing a Composite User type map.
Inheritance: IVisitable
Mostrar archivo 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

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

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

CompositeUserTypeModel() public method

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.
return System.Reflection