C# 클래스 CmisProvider.CmisProvider

상속: System.Management.Automation.Provider.NavigationCmdletProvider
파일 보기 프로젝트 열기: OpenDataSpace/CmisCmdlets

보호된 메소드들

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