C# Class BugzillaInterface.UserService

Afficher le fichier Open project: skyronic/splatter Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

public GetLegalValues ( string fieldName ) : List
fieldName string
Résultat List

TryLogin() public méthode

public TryLogin ( ) : bool
Résultat bool

TryLogin() public méthode

public TryLogin ( string login, string password ) : bool
login string
password string
Résultat bool

UserService() public méthode

public UserService ( ) : System
Résultat System

UserService() public méthode

public UserService ( Repository source ) : System
source Repository
Résultat System

UserService() public méthode

public UserService ( string url ) : System
url string
Résultat System