Свойство | Тип | Описание | |
---|---|---|---|
connStr | string |
Метод | Описание | |
---|---|---|
GetAllCustomers ( bool isNew ) : List |
||
GetAllScheduled2Deliver ( ) : List |
||
GetOneDeal ( int dealid ) : |
||
GrabLatestDeals ( bool newdealsonly ) : List |
||
MoveScheduled2Delivered ( int scheduleID ) : void | ||
UpdateScheduleTable ( int customerID, string dealIDs, bool newcust, string keywords ) : void |
Метод | Описание | |
---|---|---|
testDB ( ) : void |
public static GetAllCustomers ( bool isNew ) : List |
||
isNew | bool | |
Результат | List |
public static GetAllScheduled2Deliver ( ) : List |
||
Результат | List |
public static GetOneDeal ( int dealid ) : |
||
dealid | int | |
Результат |
public static GrabLatestDeals ( bool newdealsonly ) : List |
||
newdealsonly | bool | |
Результат | List |
public static MoveScheduled2Delivered ( int scheduleID ) : void | ||
scheduleID | int | |
Результат | void |
public static UpdateScheduleTable ( int customerID, string dealIDs, bool newcust, string keywords ) : void | ||
customerID | int | |
dealIDs | string | |
newcust | bool | |
keywords | string | |
Результат | void |