Glyma.Security.CompleteModel.Right.Right C# (CSharp) Method

Right() public method

public Right ( ) : System.Data.Linq
return System.Data.Linq
		public Right()
		{
			this._RightAssociations = new EntitySet<RightAssociation>(new Action<RightAssociation>(this.attach_RightAssociations), new Action<RightAssociation>(this.detach_RightAssociations));
			OnCreated();
		}