C# Класс CmisProvider.CmisProvider

Наследование: System.Management.Automation.Provider.NavigationCmdletProvider
Показать файл Открыть проект

Защищенные методы

Метод Описание
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

Описание методов

ClearItem() защищенный Метод

protected ClearItem ( string path ) : void
path string
Результат void

CopyItem() защищенный Метод

protected CopyItem ( string path, string copyPath, bool recurse ) : void
path string
copyPath string
recurse bool
Результат void

GetChildItems() защищенный Метод

protected GetChildItems ( string path, bool recurse ) : void
path string
recurse bool
Результат void

GetChildName() защищенный Метод

protected GetChildName ( string path ) : string
path string
Результат string

GetChildNames() защищенный Метод

protected GetChildNames ( string path, ReturnContainers returnContainers ) : void
path string
returnContainers ReturnContainers
Результат void

GetItem() защищенный Метод

protected GetItem ( string path ) : void
path string
Результат void

GetParentPath() защищенный Метод

protected GetParentPath ( string path, string root ) : string
path string
root string
Результат string

HasChildItems() защищенный Метод

protected HasChildItems ( string path ) : bool
path string
Результат bool

IsItemContainer() защищенный Метод

protected IsItemContainer ( string path ) : bool
path string
Результат bool

IsValidPath() защищенный Метод

protected IsValidPath ( string path ) : bool
path string
Результат bool

ItemExists() защищенный Метод

protected ItemExists ( string path ) : bool
path string
Результат bool

MakePath() защищенный Метод

protected MakePath ( string parent, string child ) : string
parent string
child string
Результат string

MoveItem() защищенный Метод

protected MoveItem ( string path, string destination ) : void
path string
destination string
Результат void

NewDrive() защищенный Метод

protected NewDrive ( System.Management.Automation.PSDriveInfo drive ) : System.Management.Automation.PSDriveInfo
drive System.Management.Automation.PSDriveInfo
Результат System.Management.Automation.PSDriveInfo

NewItem() защищенный Метод

protected NewItem ( string path, string itemTypeName, object newItemValue ) : void
path string
itemTypeName string
newItemValue object
Результат void

NormalizeRelativePath() защищенный Метод

protected NormalizeRelativePath ( string path, string basePath ) : string
path string
basePath string
Результат string

RemoveItem() защищенный Метод

protected RemoveItem ( string path, bool recurse ) : void
path string
recurse bool
Результат void

RenameItem() защищенный Метод

protected RenameItem ( string path, string newName ) : void
path string
newName string
Результат void

SetItem() защищенный Метод

protected SetItem ( string path, object value ) : void
path string
value object
Результат void