Méthode | Description | |
---|---|---|
Convert ( WsProxy items ) : VList |
Convert a collection from the ws proxy to a nettiers collection.
|
|
Convert ( WsProxy item ) : |
Convert a nettiers collection to the ws proxy collection.
|
|
Convert ( |
Convert a nettiers entity to the ws proxy entity.
|
|
Get ( TransactionManager transactionManager, string whereClause, string orderBy, int start, int pageLength ) : VList |
Gets a page of rows from the DataSource.
|
|
Get ( TransactionManager transactionManager, string whereClause, string orderBy, int start, int pageLength, int &count ) : VList |
Gets All rows from the DataSource by a specific predicate filter.
|
|
GetAll ( TransactionManager transactionManager, int start, int pageLength ) : VList |
Gets All rows from the DataSource a specific predicate filter.
|
|
GetAll ( TransactionManager transactionManager, int start, int pageLength, int &count ) : VList |
Gets All rows from the DataSource.
|
|
WsVSalesPersonProviderBase ( ) : System |
Creates a new WsVSalesPersonProviderBase instance. Uses connection string to connect to datasource.
|
|
WsVSalesPersonProviderBase ( string url ) : System |
Creates a new WsVSalesPersonProviderBase instance. Uses connection string to connect to datasource.
|
public static Convert ( WsProxy items ) : VList |
||
items | WsProxy | |
Résultat | VList |
public static Convert ( WsProxy item ) : |
||
item | WsProxy | |
Résultat |
public static Convert ( |
||
item | ||
Résultat | WsProxy.VSalesPerson |
public Get ( TransactionManager transactionManager, string whereClause, string orderBy, int start, int pageLength ) : VList |
||
transactionManager | TransactionManager | |
whereClause | string | Specifies the condition for the rows returned by a query (Name='John Doe', Name='John Doe' AND Id='1', Name='John Doe' OR Id='1'). |
orderBy | string | Specifies the sort criteria for the rows in the DataSource (Name ASC; BirthDay DESC, Name ASC); |
start | int | Row number at which to start reading. |
pageLength | int | Number of rows to return. |
Résultat | VList |
public Get ( TransactionManager transactionManager, string whereClause, string orderBy, int start, int pageLength, int &count ) : VList |
||
transactionManager | TransactionManager | |
whereClause | string | Specifies the condition for the rows returned by a query (Name='John Doe', Name='John Doe' AND Id='1', Name='John Doe' OR Id='1'). |
orderBy | string | Specifies the sort criteria for the rows in the DataSource (Name ASC; BirthDay DESC, Name ASC); |
start | int | Row number at which to start reading. |
pageLength | int | Number of rows to return. |
count | int | Number of total rows. |
Résultat | VList |
public GetAll ( TransactionManager transactionManager, int start, int pageLength ) : VList |
||
transactionManager | TransactionManager | |
start | int | Row number at which to start reading. |
pageLength | int | Number of rows to return. |
Résultat | VList |
public GetAll ( TransactionManager transactionManager, int start, int pageLength, int &count ) : VList |
||
transactionManager | TransactionManager | |
start | int | Row number at which to start reading. |
pageLength | int | Number of rows to return. |
count | int | count of records returned |
Résultat | VList |
public WsVSalesPersonProviderBase ( ) : System | ||
Résultat | System |
public WsVSalesPersonProviderBase ( string url ) : System | ||
url | string | The url to the webservice. |
Résultat | System |