C# Class SharePointPnP.PowerShell.Commands.Base.PnPGraphCmdlet

Base class for all the PnP Microsoft Graph related cmdlets
Inheritance: System.Management.Automation.PSCmdlet
Mostrar archivo Open project: OfficeDev/PnP-PowerShell

Protected Methods

Method Description
BeginProcessing ( ) : void
ExecuteCmdlet ( ) : void
ProcessRecord ( ) : void

Method Details

BeginProcessing() protected method

protected BeginProcessing ( ) : void
return void

ExecuteCmdlet() protected method

protected ExecuteCmdlet ( ) : void
return void

ProcessRecord() protected method

protected ProcessRecord ( ) : void
return void