C# Class SampleEnv3.Order

Mostrar archivo Open project: cruppstahl/upscaledb Class Usage Examples

Public Properties

Property Type Description
assignee String
customerId int
id int

Public Methods

Method Description
GetCustomerKey ( ) : byte[]
GetKey ( ) : byte[]
GetRecord ( ) : byte[]
Order ( int id, int customerId, string assignee ) : System

Method Details

GetCustomerKey() public method

public GetCustomerKey ( ) : byte[]
return byte[]

GetKey() public method

public GetKey ( ) : byte[]
return byte[]

GetRecord() public method

public GetRecord ( ) : byte[]
return byte[]

Order() public method

public Order ( int id, int customerId, string assignee ) : System
id int
customerId int
assignee string
return System

Property Details

assignee public_oe property

public String assignee
return String

customerId public_oe property

public int customerId
return int

id public_oe property

public int id
return int