C# Class Sage.Integration.Northwind.Application.RTDV.RTDVEmployees

Inheritance: Sage.Integration.Northwind.Application.Base.RTDVBase
Mostrar archivo Open project: Sage/SData-Contracts

Public Methods

Method Description
RTDVEmployees ( ) : System

Protected Methods

Method Description
CreateOleDbParameter ( string fieldName, string fieldValue ) : System.Data.OleDb.OleDbParameter
GetHavingFields ( SearchField searchFields ) : Sage.Integration.Northwind.Application.API.SearchField[]
GetSqlQueryNameRepresentation ( string fieldName ) : string
GetSqlQueryTemplate ( ) : string
GetWhereFields ( SearchField searchFields ) : Sage.Integration.Northwind.Application.API.SearchField[]

Private Methods

Method Description
CreateRTDVFieldDictionary ( ) : RTDVField>.Dictionary

Method Details

CreateOleDbParameter() protected method

protected CreateOleDbParameter ( string fieldName, string fieldValue ) : System.Data.OleDb.OleDbParameter
fieldName string
fieldValue string
return System.Data.OleDb.OleDbParameter

GetHavingFields() protected method

protected GetHavingFields ( SearchField searchFields ) : Sage.Integration.Northwind.Application.API.SearchField[]
searchFields Sage.Integration.Northwind.Application.API.SearchField
return Sage.Integration.Northwind.Application.API.SearchField[]

GetSqlQueryNameRepresentation() protected method

protected GetSqlQueryNameRepresentation ( string fieldName ) : string
fieldName string
return string

GetSqlQueryTemplate() protected method

protected GetSqlQueryTemplate ( ) : string
return string

GetWhereFields() protected method

protected GetWhereFields ( SearchField searchFields ) : Sage.Integration.Northwind.Application.API.SearchField[]
searchFields Sage.Integration.Northwind.Application.API.SearchField
return Sage.Integration.Northwind.Application.API.SearchField[]

RTDVEmployees() public method

public RTDVEmployees ( ) : System
return System