Castle.ActiveRecord.Framework.Internal.PrimaryKeyModel.PrimaryKeyModel C# (CSharp) Méthode

PrimaryKeyModel() public méthode

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