Glyma.SharePoint.Security.GlymaSecurableObjectContext.GlymaSecurableObjectContext C# (CSharp) Method

GlymaSecurableObjectContext() private method

private GlymaSecurableObjectContext ( SecurityContextManager context, int securableContextId, GlymaSecurableObject securableObject ) : Microsoft.SharePoint
context SecurityContextManager
securableContextId int
securableObject Glyma.Security.GlymaSecurableObject
return Microsoft.SharePoint
        internal GlymaSecurableObjectContext(SecurityContextManager context, int securableContextId, GlymaSecurableObject securableObject)
        {
            SecurableContextId = securableContextId;
            SecurableObject = securableObject;
            Context = context;
        }