C# 클래스 CmisSync.Lib.Config.RepoInfo

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
AddIgnorePath ( string ignorePath ) : void

Adds the ignore path.

GetDatabasePath ( ) : string

Full path to the local database file/folder.

GetIgnoredPaths ( ) : List

Gets the ignored paths.

GetPassword ( ) : Password

Gets the password.

IsPathIgnored ( string path ) : bool

If the given path should be ignored, TRUE will be returned, otherwise FALSE.

SetPassword ( Password password ) : void

Sets the password.

메소드 상세

AddIgnorePath() 공개 메소드

Adds the ignore path.
public AddIgnorePath ( string ignorePath ) : void
ignorePath string /// Ignore path. ///
리턴 void

GetDatabasePath() 공개 메소드

Full path to the local database file/folder.
public GetDatabasePath ( ) : string
리턴 string

GetIgnoredPaths() 공개 메소드

Gets the ignored paths.
public GetIgnoredPaths ( ) : List
리턴 List

GetPassword() 공개 메소드

Gets the password.
public GetPassword ( ) : Password
리턴 Password

IsPathIgnored() 공개 메소드

If the given path should be ignored, TRUE will be returned, otherwise FALSE.
public IsPathIgnored ( string path ) : bool
path string /// Path to be checked ///
리턴 bool

SetPassword() 공개 메소드

Sets the password.
public SetPassword ( Password password ) : void
password Password Password instance.
리턴 void