C# Class SampleEnv3.Customer

Mostrar archivo Open project: cruppstahl/upscaledb Class Usage Examples

Public Properties

Property Type Description
id int
name string

Public Methods

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

Method Details

Customer() public method

public Customer ( byte id, byte name ) : System
id byte
name byte
return System

Customer() public method

public Customer ( int id, String name ) : System
id int
name String
return System

GetKey() public method

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

GetRecord() public method

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

Property Details

id public_oe property

public int id
return int

name public_oe property

public string name
return string