combit List & Label 30 - .NET Help
combit.Reporting.DataProviders Namespace / SalesforceDataProvider Class
Properties Methods Events

SalesforceDataProvider Class Members

The following tables list the members exposed by SalesforceDataProvider.

Public Constructors
 NameDescription
Public ConstructorSalesforce SOAP API data provider.  
Top
Public Properties
 NameDescription
Public PropertyThe connection timeout in millisecond to bind to Salesforce web service. Default value is 60000 millisecond (1 minute).  
Public PropertySalesforce Login Url. This property is only changable through provider constructor. Default value is "https://login.salesforce.com/services/oauth2/token".  
Public PropertyIf true the SchemaRow property will offer a empty row. Normally SchemaRow has always first row contents.  
Top
Public Methods
 NameDescription
Public MethodDisposes provider.  
Public MethodAssign a logger instance to LL.  
Public MethodSet a LL instance as parent of this data provider.  
Top
Public Events
 NameDescription
Public EventThis event will raise in case of using List & Label advanced filtering to convert filter expression to Salesforce query.  
Top
See Also