C# Class Cmis.Utility.CmisPath

Afficher le fichier Open project: OpenDataSpace/CmisCmdlets Class Usage Examples

Méthodes publiques

Свойство Type Description
CorrectSlash string
WrongSlash string

Méthodes publiques

Méthode 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

Méthode Description
Normalize ( ) : void

Method Details

Clone() public méthode

public Clone ( ) : CmisPath
Résultat CmisPath

CmisPath() public méthode

public CmisPath ( string path ) : System
path string
Résultat System

Combine() public méthode

public Combine ( CmisPath other ) : CmisPath
other CmisPath
Résultat CmisPath

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetComponents() public méthode

public GetComponents ( ) : string[]
Résultat string[]

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

HasTrailingSlash() public méthode

public HasTrailingSlash ( ) : bool
Résultat bool

IsAbsolutePath() public méthode

public IsAbsolutePath ( ) : bool
Résultat bool

NormalizeSlashes() public static méthode

public static NormalizeSlashes ( string path ) : string
path string
Résultat string

Split() public méthode

public Split ( ) : string[]
Résultat string[]

ToString() public méthode

public ToString ( ) : string
Résultat string

WithoutTrailingSlash() public méthode

public WithoutTrailingSlash ( ) : CmisPath
Résultat CmisPath

Property Details

CorrectSlash public_oe static_oe property

public static string CorrectSlash
Résultat string

WrongSlash public_oe static_oe property

public static string WrongSlash
Résultat string