C# Class VideoRentalService.SPayment

Exibir arquivo Open project: Ecetera/appdynamics-sandpit Class Usage Examples

Public Properties

Property 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

Public Methods

Method 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 method

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
return SPayment

Property Details

amount public_oe property

public global::System.Decimal amount
return global::System.Decimal

customer_id public_oe property

public global::System.Int32 customer_id
return global::System.Int32

filmtitle public_oe property

public global::System.String filmtitle
return global::System.String

inventory_id public_oe property

public global::System.Int32 inventory_id
return global::System.Int32

last_update public_oe property

public global::System.DateTime last_update
return global::System.DateTime

payment_date public_oe property

public global::System.DateTime payment_date
return global::System.DateTime

payment_id public_oe property

public global::System.Int32 payment_id
return global::System.Int32

rental_id public_oe property

public Nullable rental_id
return Nullable

staff_id public_oe property

public global::System.Byte staff_id
return global::System.Byte