C# Class CmisSync.Lib.Cmis.UiUtils.LogonRepositoryInfo

Logon repository info containing repo id and repo name.
ファイルを表示 Open project: OpenDataSpace/CmisSync Class Usage Examples

Public Methods

Method Description
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.

Method Details

LogonRepositoryInfo() public method

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.
return System

ToString() public method

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