C# 클래스 CmisSync.Lib.Cmis.UiUtils.LogonRepositoryInfo

Logon repository info containing repo id and repo name.
파일 보기 프로젝트 열기: OpenDataSpace/CmisSync 1 사용 예제들

공개 메소드들

메소드 설명
LogonRepositoryInfo ( string id, string name ) : System

Initializes a new instance of the CmisSync.Lib.Cmis.UiUtils.LogonRepositoryInfo class.

ToString ( ) : string

Returns a System.String that represents the current CmisSync.Lib.Cmis.UiUtils.LogonRepositoryInfo.

메소드 상세

LogonRepositoryInfo() 공개 메소드

Initializes a new instance of the CmisSync.Lib.Cmis.UiUtils.LogonRepositoryInfo class.
public LogonRepositoryInfo ( string id, string name ) : System
id string Repository Identifier.
name string Repository Name.
리턴 System

ToString() 공개 메소드

Returns a System.String that represents the current CmisSync.Lib.Cmis.UiUtils.LogonRepositoryInfo.
public ToString ( ) : string
리턴 string