C# Class SIPSorcery.CRM.SugarCRM.SugarHelper

Afficher le fichier Open project: sipsorcery/sipsorcery Class Usage Examples

Méthodes publiques

Méthode Description
Authenticate ( string Username, string Password ) : bool
GetContacts ( string SessionId, sugarsoapPortTypeClient SugarSoap, string Query, string OrderBy, int Offset, int MaxResults, bool GetDeleted ) : get_entry_list_result
GetMeetings ( string SessionId, sugarsoapPortTypeClient SugarSoap, string Query, string OrderBy, int Offset, int MaxResults, bool GetDeleted ) : DataTable
SugarHelper ( ) : System

Private Methods

Méthode Description
computeMD5String ( string PlainText ) : string

Method Details

Authenticate() public méthode

public Authenticate ( string Username, string Password ) : bool
Username string
Password string
Résultat bool

GetContacts() public méthode

public GetContacts ( string SessionId, sugarsoapPortTypeClient SugarSoap, string Query, string OrderBy, int Offset, int MaxResults, bool GetDeleted ) : get_entry_list_result
SessionId string
SugarSoap sugarsoapPortTypeClient
Query string
OrderBy string
Offset int
MaxResults int
GetDeleted bool
Résultat get_entry_list_result

GetMeetings() public méthode

public GetMeetings ( string SessionId, sugarsoapPortTypeClient SugarSoap, string Query, string OrderBy, int Offset, int MaxResults, bool GetDeleted ) : DataTable
SessionId string
SugarSoap sugarsoapPortTypeClient
Query string
OrderBy string
Offset int
MaxResults int
GetDeleted bool
Résultat System.Data.DataTable

SugarHelper() public méthode

public SugarHelper ( ) : System
Résultat System