C# 클래스 Glyma.Powershell.SharePoint.Base.Export_SPGLMapBase

상속: IGLCmdletBase
파일 보기 프로젝트 열기: chris-tomich/Glyma 1 사용 예제들

Private Properties

프로퍼티 타입 설명
CreateExportProperties ExportPropertiesDictionary
InitMapManager void
OnExportCompleted void
OnInitialiseMapManagerCompleted void
OnProgressChanged void
WriteProgress void
WriteWarningMessage void

공개 메소드들

메소드 설명
ExecuteCmdletBase ( System.Management.Automation.PSCmdlet callingCmdlet ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

ExecuteCmdletBase() 공개 메소드

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