Class TShopFile
Unit
Declaration
type TShopFile = class(TInterfacedObject, IShopFile)
Description
Endless Shop File
Hierarchy
- TInterfacedObject
- TShopFile
Overview
Methods
function GetByteSize: Cardinal; |
|
function GetShops: TArray<IShopRecord>; |
|
procedure SetShops(Shops: TArray<IShopRecord>); |
|
procedure Serialize(Writer: TEoWriter); |
|
class function Deserialize(Reader: TEoReader): TShopFile; |
Properties
property ByteSize: Cardinal read GetByteSize; |
|
property Shops: TArray<IShopRecord> read GetShops write SetShops; |
Description
Methods
function GetByteSize: Cardinal; |
|
This item has no description. |
function GetShops: TArray<IShopRecord>; |
|
This item has no description. |
procedure SetShops(Shops: TArray<IShopRecord>); |
|
This item has no description. |
procedure Serialize(Writer: TEoWriter); |
|
Serializes this Parameters
|
class function Deserialize(Reader: TEoReader): TShopFile; |
|
Deserializes an instance of Parameters
ReturnsThe deserialized object |
Properties
property ByteSize: Cardinal read GetByteSize; |
|
The size of the data that this object was deserialized from.
|
property Shops: TArray<IShopRecord> read GetShops write SetShops; |
|
This item has no description. |
Generated by PasDoc 0.16.0-snapshot.