C# Class CmisCmdlets.CmisCommandBase

Inheritance: System.Management.Automation.PSCmdlet
Mostra file Open project: OpenDataSpace/CmisCmdlets

Private Properties

Property Type Description
GetCmisSession ISession
GetWorkingFolder Cmis.Utility.CmisPath
ValidateSession void

Protected Methods

Method Description
SetCmisSession ( ISession session ) : void
SetWorkingFolder ( CmisPath path ) : void

Private Methods

Method Description
GetCmisSession ( ) : ISession
GetWorkingFolder ( ) : CmisPath
ValidateSession ( ISession session ) : void

Method Details

SetCmisSession() protected method

protected SetCmisSession ( ISession session ) : void
session ISession
return void

SetWorkingFolder() protected method

protected SetWorkingFolder ( CmisPath path ) : void
path Cmis.Utility.CmisPath
return void