C# Class SIPSorcery.CRM.SugarCRM.SugarHelper

Mostrar archivo Open project: sipsorcery/sipsorcery Class Usage Examples

Public Methods

Method 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

Method Description
computeMD5String ( string PlainText ) : string

Method Details

Authenticate() public method

public Authenticate ( string Username, string Password ) : bool
Username string
Password string
return bool

GetContacts() public method

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
return get_entry_list_result

GetMeetings() public method

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
return System.Data.DataTable

SugarHelper() public method

public SugarHelper ( ) : System
return System