C# Class VideoRentalService.SPayment

Afficher le fichier Open project: Ecetera/appdynamics-sandpit Class Usage Examples

Méthodes publiques

Свойство Type Description
amount global::System.Decimal
customer_id global::System.Int32
filmtitle global::System.String
inventory_id global::System.Int32
last_update global::System.DateTime
payment_date global::System.DateTime
payment_id global::System.Int32
rental_id Nullable
staff_id global::System.Byte

Méthodes publiques

Méthode Description
Createpayment ( global rental_id, global payment_id, global customer_id, global staff_id, global amount, global payment_date, global last_update, global inventory_id, global filmtitle ) : SPayment

Method Details

Createpayment() public méthode

public Createpayment ( global rental_id, global payment_id, global customer_id, global staff_id, global amount, global payment_date, global last_update, global inventory_id, global filmtitle ) : SPayment
rental_id global
payment_id global
customer_id global
staff_id global
amount global
payment_date global
last_update global
inventory_id global
filmtitle global
Résultat SPayment

Property Details

amount public_oe property

public global::System.Decimal amount
Résultat global::System.Decimal

customer_id public_oe property

public global::System.Int32 customer_id
Résultat global::System.Int32

filmtitle public_oe property

public global::System.String filmtitle
Résultat global::System.String

inventory_id public_oe property

public global::System.Int32 inventory_id
Résultat global::System.Int32

last_update public_oe property

public global::System.DateTime last_update
Résultat global::System.DateTime

payment_date public_oe property

public global::System.DateTime payment_date
Résultat global::System.DateTime

payment_id public_oe property

public global::System.Int32 payment_id
Résultat global::System.Int32

rental_id public_oe property

public Nullable rental_id
Résultat Nullable

staff_id public_oe property

public global::System.Byte staff_id
Résultat global::System.Byte