Glyma.Security.CompleteModel.Right.Right C# (CSharp) 메소드

Right() 공개 메소드

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