Castle.ActiveRecord.Framework.Internal.PrimaryKeyModel.PrimaryKeyModel C# (CSharp) Method

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
		public PrimaryKeyModel(PropertyInfo propInfo, PrimaryKeyAttribute pkAtt)
		{
			this.propInfo = propInfo;
			this.pkAtt = pkAtt;
		}