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

Role() public method

public Role ( ) : System.Data.Linq
return System.Data.Linq
		public Role()
		{
			this._Groups = new EntitySet<Group>(new Action<Group>(this.attach_Groups), new Action<Group>(this.detach_Groups));
			this._RightAssociations = new EntitySet<RightAssociation>(new Action<RightAssociation>(this.attach_RightAssociations), new Action<RightAssociation>(this.detach_RightAssociations));
			this._SecurableContext = default(EntityRef<SecurableContext>);
			OnCreated();
		}