Glyma.SharePoint.Security.GlymaSecurableObjectContext.GlymaSecurableObjectContext C# (CSharp) 메소드

GlymaSecurableObjectContext() 개인적인 메소드

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