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

Inheritance: IVisitable
显示文件 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

PrimaryKeyModel ( PropertyInfo propInfo, PrimaryKeyAttribute pkAtt ) : System

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

PrimaryKeyModel() public method

Initializes a new instance of the PrimaryKeyModel class.
public PrimaryKeyModel ( PropertyInfo propInfo, PrimaryKeyAttribute pkAtt ) : System
propInfo System.Reflection.PropertyInfo The prop info.
pkAtt PrimaryKeyAttribute The pk att.
return System