TransactionalNodeService.SharePoint.SecurityModel.SecurableObject.SecurableObject C# (CSharp) Method

SecurableObject() public method

public SecurableObject ( ) : System.Data.Linq
return System.Data.Linq
		public SecurableObject()
		{
			this._GroupAssociations = new EntitySet<GroupAssociation>(new Action<GroupAssociation>(this.attach_GroupAssociations), new Action<GroupAssociation>(this.detach_GroupAssociations));
			this._SecurableContext = default(EntityRef<SecurableContext>);
			OnCreated();
		}