Méthode | Description | |
---|---|---|
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 abstract GetCustomer ( int id ) : |
||
id | int | |
Résultat |
public abstract GetCustomers ( ) : VideoRentalService.SCustomer[] | ||
Résultat | VideoRentalService.SCustomer[] |
public abstract GetCustomersByText ( string searchtext ) : VideoRentalService.SCustomer[] | ||
searchtext | string | |
Résultat | VideoRentalService.SCustomer[] |
public abstract GetPayment ( int id ) : |
||
id | int | |
Résultat |
public abstract GetPayments ( int customerid ) : VideoRentalService.SPayment[] | ||
customerid | int | |
Résultat | VideoRentalService.SPayment[] |
public abstract GetPaymentsByRental ( int rentalid ) : VideoRentalService.SPayment[] | ||
rentalid | int | |
Résultat | VideoRentalService.SPayment[] |
public abstract GetPaymentsByRentalCnt ( int rentalid ) : int | ||
rentalid | int | |
Résultat | int |
public abstract GetRentalByPayment ( int id ) : |
||
id | int | |
Résultat |
public abstract GetRentals ( int customerid ) : VideoRentalService.SRental[] | ||
customerid | int | |
Résultat | VideoRentalService.SRental[] |
public abstract GetRewardsReport ( Nullable |
||
min_monthly_purchases | Nullable |
|
min_dollar_amount_purchased | Nullable |
|
count_rewardees | int | |
Résultat | VideoRentalService.SCustomer[] |
public abstract GetSalesByFilmCategory ( string category ) : VideoRentalService.CategorySale[] | ||
category | string | |
Résultat | VideoRentalService.CategorySale[] |
public abstract PayForMovie ( byte staffid, byte customerid, byte rentalid, double paymentAmount ) : bool | ||
staffid | byte | |
customerid | byte | |
rentalid | byte | |
paymentAmount | double | |
Résultat | bool |
public abstract RefundPayment ( int paymentid ) : bool | ||
paymentid | int | |
Résultat | bool |