Метод | Описание | |
---|---|---|
GetCustomer ( int id ) : |
||
GetCustomers ( ) : VideoRentalService.SCustomer[] | ||
GetCustomersByText ( string searchtext ) : VideoRentalService.SCustomer[] | ||
GetPayment ( int id ) : |
||
GetPayments ( int customerid ) : VideoRentalService.SPayment[] | ||
GetPaymentsByRental ( int rentalid ) : VideoRentalService.SPayment[] | ||
GetPaymentsByRentalCnt ( int rentalid ) : int | ||
GetRentalByPayment ( int id ) : |
||
GetRentals ( int customerid ) : VideoRentalService.SRental[] | ||
GetRewardsReport ( Nullable |
||
GetSalesByFilmCategory ( string category ) : VideoRentalService.CategorySale[] | ||
PayForMovie ( byte staffid, byte customerid, byte rentalid, double paymentAmount ) : bool | ||
RefundPayment ( int paymentid ) : bool |
public GetCustomers ( ) : VideoRentalService.SCustomer[] | ||
Результат | VideoRentalService.SCustomer[] |
public GetCustomersByText ( string searchtext ) : VideoRentalService.SCustomer[] | ||
searchtext | string | |
Результат | VideoRentalService.SCustomer[] |
public GetPayments ( int customerid ) : VideoRentalService.SPayment[] | ||
customerid | int | |
Результат | VideoRentalService.SPayment[] |
public GetPaymentsByRental ( int rentalid ) : VideoRentalService.SPayment[] | ||
rentalid | int | |
Результат | VideoRentalService.SPayment[] |
public GetPaymentsByRentalCnt ( int rentalid ) : int | ||
rentalid | int | |
Результат | int |
public GetRentalByPayment ( int id ) : |
||
id | int | |
Результат |
public GetRentals ( int customerid ) : VideoRentalService.SRental[] | ||
customerid | int | |
Результат | VideoRentalService.SRental[] |
public GetRewardsReport ( Nullable |
||
min_monthly_purchases | Nullable |
|
min_dollar_amount_purchased | Nullable |
|
count_rewardees | int | |
Результат | VideoRentalService.SCustomer[] |
public GetSalesByFilmCategory ( string category ) : VideoRentalService.CategorySale[] | ||
category | string | |
Результат | VideoRentalService.CategorySale[] |
public PayForMovie ( byte staffid, byte customerid, byte rentalid, double paymentAmount ) : bool | ||
staffid | byte | |
customerid | byte | |
rentalid | byte | |
paymentAmount | double | |
Результат | bool |
public RefundPayment ( int paymentid ) : bool | ||
paymentid | int | |
Результат | bool |