C# Class Microsoft.Research.DataOnboarding.Utilities.Model.RepositoryCredentials

Exibir arquivo Open project: CDLUC3/dataup2 Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
RepositoryCredentials ( ) : System.Collections.Generic

Initializes a new instance of the RepositoryCredentials class.

this ( string key ) : string

Gets or sets the value for the key

Method Details

RepositoryCredentials() public method

Initializes a new instance of the RepositoryCredentials class.
public RepositoryCredentials ( ) : System.Collections.Generic
return System.Collections.Generic

this() public method

Gets or sets the value for the key
public this ( string key ) : string
key string Key Name.
return string