C# 클래스 VideoRentalService.SPayment

파일 보기 프로젝트 열기: Ecetera/appdynamics-sandpit 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
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

메소드 상세

Createpayment() 공개 메소드

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
리턴 SPayment

프로퍼티 상세

amount 공개적으로 프로퍼티

public global::System.Decimal amount
리턴 global::System.Decimal

customer_id 공개적으로 프로퍼티

public global::System.Int32 customer_id
리턴 global::System.Int32

filmtitle 공개적으로 프로퍼티

public global::System.String filmtitle
리턴 global::System.String

inventory_id 공개적으로 프로퍼티

public global::System.Int32 inventory_id
리턴 global::System.Int32

last_update 공개적으로 프로퍼티

public global::System.DateTime last_update
리턴 global::System.DateTime

payment_date 공개적으로 프로퍼티

public global::System.DateTime payment_date
리턴 global::System.DateTime

payment_id 공개적으로 프로퍼티

public global::System.Int32 payment_id
리턴 global::System.Int32

rental_id 공개적으로 프로퍼티

public Nullable rental_id
리턴 Nullable

staff_id 공개적으로 프로퍼티

public global::System.Byte staff_id
리턴 global::System.Byte