C# 클래스 BugzillaInterface.UserService

파일 보기 프로젝트 열기: skyronic/splatter 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
GetLegalValues ( string fieldName ) : List
TryLogin ( ) : bool
TryLogin ( string login, string password ) : bool
UserService ( ) : System
UserService ( Repository source ) : System
UserService ( string url ) : System

메소드 상세

GetLegalValues() 공개 메소드

public GetLegalValues ( string fieldName ) : List
fieldName string
리턴 List

TryLogin() 공개 메소드

public TryLogin ( ) : bool
리턴 bool

TryLogin() 공개 메소드

public TryLogin ( string login, string password ) : bool
login string
password string
리턴 bool

UserService() 공개 메소드

public UserService ( ) : System
리턴 System

UserService() 공개 메소드

public UserService ( Repository source ) : System
source Repository
리턴 System

UserService() 공개 메소드

public UserService ( string url ) : System
url string
리턴 System