C# Class TSystems.RELOAD.Transport.FetchKindResponse

The FetchAns structure contains a series of FetchKindResponse structures. There MUST be one FetchKindResponse element for each Kind-ID in the request. see RELOAD base -12 p.95
Afficher le fichier Open project: RELOAD-NET/RELOAD.NET Class Usage Examples

Méthodes publiques

Свойство Type Description
generation System.UInt64
kind System.UInt32
values List

Méthodes publiques

Méthode Description
FetchKindResponse ( ) : System
FetchKindResponse ( UInt32 kind, System.UInt64 generation, List values ) : System
ToString ( ) : string

Method Details

FetchKindResponse() public méthode

public FetchKindResponse ( ) : System
Résultat System

FetchKindResponse() public méthode

public FetchKindResponse ( UInt32 kind, System.UInt64 generation, List values ) : System
kind System.UInt32
generation System.UInt64
values List
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

generation public_oe property

public UInt64,System generation
Résultat System.UInt64

kind public_oe property

public UInt32,System kind
Résultat System.UInt32

values public_oe property

public List values
Résultat List