C# Class VideoRentalService.SCustomer

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

Public Properties

Property Type Description
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

Public Methods

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

Method Details

Createcustomer() public method

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

Property Details

active public_oe property

public global::System.Boolean active
return global::System.Boolean

address_id public_oe property

public global::System.Int32 address_id
return global::System.Int32

create_date public_oe property

public global::System.DateTime create_date
return global::System.DateTime

customer_id public_oe property

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

email public_oe property

public global::System.String email
return global::System.String

first_name public_oe property

public global::System.String first_name
return global::System.String

last_name public_oe property

public global::System.String last_name
return global::System.String

last_update public_oe property

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

store_id public_oe property

public global::System.Byte store_id
return global::System.Byte