Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
C# (CSharp) CustomeRepository.Search示例
编程语言:
C# (CSharp)
类/类型:
CustomeRepository
方法/功能:
Search
hotexamples.com的示例:
1
C# (CSharp) CustomeRepository.Search - 已找到1个示例
。这些是从开源项目中提取的最受好评的
CustomeRepository.Search
现实C# (CSharp)示例。您可以评价示例,以帮助我们提高示例质量。
常用方法
显示
隐藏
GetSetDocumentNumber(3)
GetFuelRecord(3)
GetNozzelTotalizerReadings(2)
InsertCollectionBreakdown(2)
GetGetCollectionFOrDay_Pumper_SaleType(2)
InsertTotalCashCollection(1)
GetVehicleForCustomers(1)
InitializeDailyPumperAssign(1)
InitializeUnloading(1)
InsertReciept(1)
InsertSalesPrint(1)
Add(1)
GetTotalForEachPumperForGivenDay(1)
IsExistsDifferentLog(1)
IsNameExists(1)
IsNozzelAssignedOn(1)
PumperForGivenDayCollectionDetails(1)
RemoveCollectionBreakdown(1)
SaveTotalizerForUnloading(1)
Search(1)
ShowInformation(1)
Update(1)
InsetPumpClosing(1)
GetPumpClosingDetails(1)
GetSystemTotalForPumperForDay(1)
GetAllTotalizerForDay(1)
CheckExistancePumperForNozzel(1)
CheckForUnclosedDays(1)
CheckSalesValidation(1)
ClosePump(1)
Delete(1)
GetAllTanks(1)
GetAllTanksForUnloading(1)
GetCustomerDetails(1)
AssignPumperToNozzel(1)
GetDailyAssignWorkerDetails(1)
GetDailyPumperTotal(1)
GetDaySessionForDay(1)
GetNozzelFuelPrice(1)
GetNozzelTotalizerReading(1)
GetNozzelsForPumperOnGivenDay(1)
GetNozzelsOFTanks(1)
UpdateDipValues(1)
常用方法
GetSetDocumentNumber (3)
GetFuelRecord (3)
GetNozzelTotalizerReadings (2)
InsertCollectionBreakdown (2)
GetGetCollectionFOrDay_Pumper_SaleType (2)
InsertTotalCashCollection (1)
GetVehicleForCustomers (1)
InitializeDailyPumperAssign (1)
InitializeUnloading (1)
InsertReciept (1)
常用方法
InsertSalesPrint (1)
Add (1)
GetTotalForEachPumperForGivenDay (1)
IsExistsDifferentLog (1)
IsNameExists (1)
IsNozzelAssignedOn (1)
PumperForGivenDayCollectionDetails (1)
RemoveCollectionBreakdown (1)
SaveTotalizerForUnloading (1)
Search (1)
ShowInformation (1)
Update (1)
InsetPumpClosing (1)
GetPumpClosingDetails (1)
GetSystemTotalForPumperForDay (1)
GetAllTotalizerForDay (1)
CheckExistancePumperForNozzel (1)
CheckForUnclosedDays (1)
CheckSalesValidation (1)
ClosePump (1)
常用方法
ShowInformation (1)
Update (1)
InsetPumpClosing (1)
GetPumpClosingDetails (1)
GetSystemTotalForPumperForDay (1)
GetAllTotalizerForDay (1)
CheckExistancePumperForNozzel (1)
CheckForUnclosedDays (1)
CheckSalesValidation (1)
ClosePump (1)
Delete (1)
GetAllTanks (1)
GetAllTanksForUnloading (1)
GetCustomerDetails (1)
AssignPumperToNozzel (1)
GetDailyAssignWorkerDetails (1)
GetDailyPumperTotal (1)
GetDaySessionForDay (1)
GetNozzelFuelPrice (1)
GetNozzelTotalizerReading (1)
GetNozzelsForPumperOnGivenDay (1)
GetNozzelsOFTanks (1)
UpdateDipValues (1)
常用方法
Delete (1)
GetAllTanks (1)
GetAllTanksForUnloading (1)
GetCustomerDetails (1)
AssignPumperToNozzel (1)
GetDailyAssignWorkerDetails (1)
GetDailyPumperTotal (1)
GetDaySessionForDay (1)
GetNozzelFuelPrice (1)
GetNozzelTotalizerReading (1)
GetNozzelsForPumperOnGivenDay (1)
GetNozzelsOFTanks (1)
UpdateDipValues (1)
示例#1
0
显示文件
文件:
CustomerManager.cs
项目:
sanjoy017/265990
public DataTable Search(Search search) { return(_customeRepository.Search(search)); }
x