C# 클래스 Cmis.Utility.CmisPath

파일 보기 프로젝트 열기: OpenDataSpace/CmisCmdlets 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CorrectSlash string
WrongSlash string

공개 메소드들

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

비공개 메소드들

메소드 설명
Normalize ( ) : void

메소드 상세

Clone() 공개 메소드

public Clone ( ) : CmisPath
리턴 CmisPath

CmisPath() 공개 메소드

public CmisPath ( string path ) : System
path string
리턴 System

Combine() 공개 메소드

public Combine ( CmisPath other ) : CmisPath
other CmisPath
리턴 CmisPath

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetComponents() 공개 메소드

public GetComponents ( ) : string[]
리턴 string[]

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

HasTrailingSlash() 공개 메소드

public HasTrailingSlash ( ) : bool
리턴 bool

IsAbsolutePath() 공개 메소드

public IsAbsolutePath ( ) : bool
리턴 bool

NormalizeSlashes() 공개 정적인 메소드

public static NormalizeSlashes ( string path ) : string
path string
리턴 string

Split() 공개 메소드

public Split ( ) : string[]
리턴 string[]

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

WithoutTrailingSlash() 공개 메소드

public WithoutTrailingSlash ( ) : CmisPath
리턴 CmisPath

프로퍼티 상세

CorrectSlash 공개적으로 정적으로 프로퍼티

public static string CorrectSlash
리턴 string

WrongSlash 공개적으로 정적으로 프로퍼티

public static string WrongSlash
리턴 string