C# Class CmisProvider.CmisProvider

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

Protected Methods

Method Description
ClearItem ( string path ) : void
CopyItem ( string path, string copyPath, bool recurse ) : void
GetChildItems ( string path, bool recurse ) : void
GetChildName ( string path ) : string
GetChildNames ( string path, ReturnContainers returnContainers ) : void
GetItem ( string path ) : void
GetParentPath ( string path, string root ) : string
HasChildItems ( string path ) : bool
IsItemContainer ( string path ) : bool
IsValidPath ( string path ) : bool
ItemExists ( string path ) : bool
MakePath ( string parent, string child ) : string
MoveItem ( string path, string destination ) : void
NewDrive ( System.Management.Automation.PSDriveInfo drive ) : System.Management.Automation.PSDriveInfo
NewItem ( string path, string itemTypeName, object newItemValue ) : void
NormalizeRelativePath ( string path, string basePath ) : string
RemoveItem ( string path, bool recurse ) : void
RenameItem ( string path, string newName ) : void
SetItem ( string path, object value ) : void

Method Details

ClearItem() protected method

protected ClearItem ( string path ) : void
path string
return void

CopyItem() protected method

protected CopyItem ( string path, string copyPath, bool recurse ) : void
path string
copyPath string
recurse bool
return void

GetChildItems() protected method

protected GetChildItems ( string path, bool recurse ) : void
path string
recurse bool
return void

GetChildName() protected method

protected GetChildName ( string path ) : string
path string
return string

GetChildNames() protected method

protected GetChildNames ( string path, ReturnContainers returnContainers ) : void
path string
returnContainers ReturnContainers
return void

GetItem() protected method

protected GetItem ( string path ) : void
path string
return void

GetParentPath() protected method

protected GetParentPath ( string path, string root ) : string
path string
root string
return string

HasChildItems() protected method

protected HasChildItems ( string path ) : bool
path string
return bool

IsItemContainer() protected method

protected IsItemContainer ( string path ) : bool
path string
return bool

IsValidPath() protected method

protected IsValidPath ( string path ) : bool
path string
return bool

ItemExists() protected method

protected ItemExists ( string path ) : bool
path string
return bool

MakePath() protected method

protected MakePath ( string parent, string child ) : string
parent string
child string
return string

MoveItem() protected method

protected MoveItem ( string path, string destination ) : void
path string
destination string
return void

NewDrive() protected method

protected NewDrive ( System.Management.Automation.PSDriveInfo drive ) : System.Management.Automation.PSDriveInfo
drive System.Management.Automation.PSDriveInfo
return System.Management.Automation.PSDriveInfo

NewItem() protected method

protected NewItem ( string path, string itemTypeName, object newItemValue ) : void
path string
itemTypeName string
newItemValue object
return void

NormalizeRelativePath() protected method

protected NormalizeRelativePath ( string path, string basePath ) : string
path string
basePath string
return string

RemoveItem() protected method

protected RemoveItem ( string path, bool recurse ) : void
path string
recurse bool
return void

RenameItem() protected method

protected RenameItem ( string path, string newName ) : void
path string
newName string
return void

SetItem() protected method

protected SetItem ( string path, object value ) : void
path string
value object
return void