C# Class Cmis.Utility.CmisPath

Mostrar archivo Open project: OpenDataSpace/CmisCmdlets Class Usage Examples

Public Properties

Property Type Description
CorrectSlash string
WrongSlash string

Public Methods

Method Description
Clone ( ) : CmisPath
CmisPath ( string path ) : System
Combine ( CmisPath other ) : CmisPath
Equals ( object obj ) : bool
GetComponents ( ) : string[]
GetHashCode ( ) : int
HasTrailingSlash ( ) : bool
IsAbsolutePath ( ) : bool
NormalizeSlashes ( string path ) : string
Split ( ) : string[]
ToString ( ) : string
WithoutTrailingSlash ( ) : CmisPath

Private Methods

Method Description
Normalize ( ) : void

Method Details

Clone() public method

public Clone ( ) : CmisPath
return CmisPath

CmisPath() public method

public CmisPath ( string path ) : System
path string
return System

Combine() public method

public Combine ( CmisPath other ) : CmisPath
other CmisPath
return CmisPath

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetComponents() public method

public GetComponents ( ) : string[]
return string[]

GetHashCode() public method

public GetHashCode ( ) : int
return int

HasTrailingSlash() public method

public HasTrailingSlash ( ) : bool
return bool

IsAbsolutePath() public method

public IsAbsolutePath ( ) : bool
return bool

NormalizeSlashes() public static method

public static NormalizeSlashes ( string path ) : string
path string
return string

Split() public method

public Split ( ) : string[]
return string[]

ToString() public method

public ToString ( ) : string
return string

WithoutTrailingSlash() public method

public WithoutTrailingSlash ( ) : CmisPath
return CmisPath

Property Details

CorrectSlash public_oe static_oe property

public static string CorrectSlash
return string

WrongSlash public_oe static_oe property

public static string WrongSlash
return string