C# Class TSystems.RELOAD.Storage.StoreKindData

Each StoreKindData element represents the data to be stored for a single Kind-ID. RELOAD base -12 p.86 --mine
Datei anzeigen Open project: RELOAD-NET/RELOAD.NET Class Usage Examples

Public Methods

Method Description
Add ( StoredData sd ) : void
StoreKindData ( UInt32 kindId, System.UInt64 gen ) : System

Method Details

Add() public method

public Add ( StoredData sd ) : void
sd StoredData
return void

StoreKindData() public method

public StoreKindData ( UInt32 kindId, System.UInt64 gen ) : System
kindId System.UInt32
gen System.UInt64
return System