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

KeyModel() public method

Initializes a new instance of the KeyModel class.
public KeyModel ( PropertyInfo propInfo, JoinedKeyAttribute att ) : System
propInfo System.Reflection.PropertyInfo The prop info.
att JoinedKeyAttribute The att.
return System
		public KeyModel(PropertyInfo propInfo, JoinedKeyAttribute att)
		{
			this.propInfo = propInfo;
			this.att = att;
		}