Castle.ActiveRecord.Tests.Model.CompositeModel.AgentKey.AgentKey C# (CSharp) Method

AgentKey() public method

public AgentKey ( string orgId, string name ) : System
orgId string
name string
return System
		public AgentKey(string orgId, string name)
		{
			this.orgId = orgId;
			this.name = name;
		}

Same methods

AgentKey::AgentKey ( ) : System