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

Inheritance: IVisitable
Show file 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

PropertyModel ( PropertyInfo prop, PropertyAttribute att ) : System

Initializes a new instance of the PropertyModel class.

Protected Methods

Method Description
PropertyModel ( ) : System

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

PropertyModel() protected method

Initializes a new instance of the PropertyModel class.
protected PropertyModel ( ) : System
return System

PropertyModel() public method

Initializes a new instance of the PropertyModel class.
public PropertyModel ( PropertyInfo prop, PropertyAttribute att ) : System
prop System.Reflection.PropertyInfo The prop.
att PropertyAttribute The att.
return System