C# 클래스 VideoRentalService.SCustomer

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

공개 프로퍼티들

프로퍼티 타입 설명
active global::System.Boolean
address_id global::System.Int32
create_date global::System.DateTime
customer_id global::System.Int32
email global::System.String
first_name global::System.String
last_name global::System.String
last_update global::System.DateTime
store_id global::System.Byte

공개 메소드들

메소드 설명
Createcustomer ( global customer_id, global store_id, global first_name, global last_name, global address_id, global active, global create_date, global last_update, string email ) : SCustomer

메소드 상세

Createcustomer() 공개 메소드

public Createcustomer ( global customer_id, global store_id, global first_name, global last_name, global address_id, global active, global create_date, global last_update, string email ) : SCustomer
customer_id global
store_id global
first_name global
last_name global
address_id global
active global
create_date global
last_update global
email string
리턴 SCustomer

프로퍼티 상세

active 공개적으로 프로퍼티

public global::System.Boolean active
리턴 global::System.Boolean

address_id 공개적으로 프로퍼티

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

create_date 공개적으로 프로퍼티

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

customer_id 공개적으로 프로퍼티

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

email 공개적으로 프로퍼티

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

first_name 공개적으로 프로퍼티

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

last_name 공개적으로 프로퍼티

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

last_update 공개적으로 프로퍼티

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

store_id 공개적으로 프로퍼티

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