C# Class SampleEnv3.Order

Afficher le fichier Open project: cruppstahl/upscaledb Class Usage Examples

Méthodes publiques

Свойство Type Description
assignee String
customerId int
id int

Méthodes publiques

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

Method Details

GetCustomerKey() public méthode

public GetCustomerKey ( ) : byte[]
Résultat byte[]

GetKey() public méthode

public GetKey ( ) : byte[]
Résultat byte[]

GetRecord() public méthode

public GetRecord ( ) : byte[]
Résultat byte[]

Order() public méthode

public Order ( int id, int customerId, string assignee ) : System
id int
customerId int
assignee string
Résultat System

Property Details

assignee public_oe property

public String assignee
Résultat String

customerId public_oe property

public int customerId
Résultat int

id public_oe property

public int id
Résultat int