C# Class SampleEnv3.Customer

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

Méthodes publiques

Свойство Type Description
id int
name string

Méthodes publiques

Méthode Description
Customer ( byte id, byte name ) : System
Customer ( int id, String name ) : System
GetKey ( ) : byte[]
GetRecord ( ) : byte[]

Method Details

Customer() public méthode

public Customer ( byte id, byte name ) : System
id byte
name byte
Résultat System

Customer() public méthode

public Customer ( int id, String name ) : System
id int
name String
Résultat System

GetKey() public méthode

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

GetRecord() public méthode

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

Property Details

id public_oe property

public int id
Résultat int

name public_oe property

public string name
Résultat string