C# 클래스 Nettiers.AdventureWorks.Data.WebServiceClient.WsVJobCandidateEmploymentProviderBase

This class is the base repository for the CRUD operations on the VJobCandidateEmployment objects.
상속: VJobCandidateEmploymentProviderBase
파일 보기 프로젝트 열기: netTiers/netTiers

공개 메소드들

메소드 설명
Convert ( WsProxy item ) : VJobCandidateEmployment

Convert a nettiers collection to the ws proxy collection.

Convert ( WsProxy items ) : VList

Convert a collection from the ws proxy to a nettiers collection.

Convert ( VJobCandidateEmployment item ) : WsProxy.VJobCandidateEmployment

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.

WsVJobCandidateEmploymentProviderBase ( ) : System

Creates a new WsVJobCandidateEmploymentProviderBase instance. Uses connection string to connect to datasource.

WsVJobCandidateEmploymentProviderBase ( string url ) : System

Creates a new WsVJobCandidateEmploymentProviderBase instance. Uses connection string to connect to datasource.

메소드 상세

Convert() 공개 정적인 메소드

Convert a nettiers collection to the ws proxy collection.
public static Convert ( WsProxy item ) : VJobCandidateEmployment
item WsProxy
리턴 Nettiers.AdventureWorks.Entities.VJobCandidateEmployment

Convert() 공개 정적인 메소드

Convert a collection from the ws proxy to a nettiers collection.
public static Convert ( WsProxy items ) : VList
items WsProxy
리턴 VList

Convert() 공개 정적인 메소드

Convert a nettiers entity to the ws proxy entity.
public static Convert ( VJobCandidateEmployment item ) : WsProxy.VJobCandidateEmployment
item Nettiers.AdventureWorks.Entities.VJobCandidateEmployment
리턴 WsProxy.VJobCandidateEmployment

Get() 공개 메소드

Gets a page of rows from the DataSource.
public Get ( TransactionManager transactionManager, string whereClause, string orderBy, int start, int pageLength ) : VList
transactionManager TransactionManager object
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.
리턴 VList

Get() 공개 메소드

Gets All rows from the DataSource by a specific predicate filter.
public Get ( TransactionManager transactionManager, string whereClause, string orderBy, int start, int pageLength, int &count ) : VList
transactionManager TransactionManager object
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.
리턴 VList

GetAll() 공개 메소드

Gets All rows from the DataSource a specific predicate filter.
public GetAll ( TransactionManager transactionManager, int start, int pageLength ) : VList
transactionManager TransactionManager object
start int Row number at which to start reading.
pageLength int Number of rows to return.
리턴 VList

GetAll() 공개 메소드

Gets All rows from the DataSource.
public GetAll ( TransactionManager transactionManager, int start, int pageLength, int &count ) : VList
transactionManager TransactionManager object
start int Row number at which to start reading.
pageLength int Number of rows to return.
count int count of records returned
리턴 VList

WsVJobCandidateEmploymentProviderBase() 공개 메소드

Creates a new WsVJobCandidateEmploymentProviderBase instance. Uses connection string to connect to datasource.
public WsVJobCandidateEmploymentProviderBase ( ) : System
리턴 System

WsVJobCandidateEmploymentProviderBase() 공개 메소드

Creates a new WsVJobCandidateEmploymentProviderBase instance. Uses connection string to connect to datasource.
public WsVJobCandidateEmploymentProviderBase ( string url ) : System
url string The url to the webservice.
리턴 System