C# Class Glyma.Powershell.SharePoint.Base.Export_SPGLMapBase

Inheritance: IGLCmdletBase
Show file Open project: chris-tomich/Glyma Class Usage Examples

Private Properties

Property Type Description
CreateExportProperties ExportPropertiesDictionary
InitMapManager void
OnExportCompleted void
OnInitialiseMapManagerCompleted void
OnProgressChanged void
WriteProgress void
WriteWarningMessage void

Public Methods

Method Description
ExecuteCmdletBase ( System.Management.Automation.PSCmdlet callingCmdlet ) : void

Private Methods

Method Description
CreateExportProperties ( ) : ExportPropertiesDictionary
InitMapManager ( ) : void
OnExportCompleted ( object sender, ExportCompletedEventArgs e ) : void
OnInitialiseMapManagerCompleted ( object sender, InitialiseMapManagerEventArgs e ) : void
OnProgressChanged ( object sender, System e ) : void
WriteProgress ( System.Management.Automation.ProgressRecord progressRecord ) : void
WriteWarningMessage ( string message ) : void

Method Details

ExecuteCmdletBase() public method

public ExecuteCmdletBase ( System.Management.Automation.PSCmdlet callingCmdlet ) : void
callingCmdlet System.Management.Automation.PSCmdlet
return void