C# Class BugzillaInterface.UserService

Mostra file Open project: skyronic/splatter Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
GetLegalValues ( string fieldName ) : List
TryLogin ( ) : bool
TryLogin ( string login, string password ) : bool
UserService ( ) : System
UserService ( Repository source ) : System
UserService ( string url ) : System

Method Details

GetLegalValues() public method

public GetLegalValues ( string fieldName ) : List
fieldName string
return List

TryLogin() public method

public TryLogin ( ) : bool
return bool

TryLogin() public method

public TryLogin ( string login, string password ) : bool
login string
password string
return bool

UserService() public method

public UserService ( ) : System
return System

UserService() public method

public UserService ( Repository source ) : System
source Repository
return System

UserService() public method

public UserService ( string url ) : System
url string
return System