Class TShopSoldItem
Unit
Declaration
type TShopSoldItem = class(TInterfacedObject, IShopSoldItem)
Description
A sold item when selling an item to a shop
Hierarchy
- TInterfacedObject
- TShopSoldItem
Overview
Methods
![]() |
function _GetByteSize: Cardinal; |
![]() |
function _GetAmount: Cardinal; |
![]() |
procedure _SetAmount(Amount: Cardinal); |
![]() |
function _GetId: Cardinal; |
![]() |
procedure _SetId(Id: Cardinal); |
![]() |
procedure Serialize(Writer: TEoWriter); |
![]() |
class function Deserialize(Reader: TEoReader): TShopSoldItem; |
Properties
![]() |
property ByteSize: Cardinal read _GetByteSize; |
![]() |
property Amount: Cardinal read _GetAmount write _SetAmount; |
![]() |
property Id: Cardinal read _GetId write _SetId; |
Description
Methods
![]() |
function _GetByteSize: Cardinal; |
|
This item has no description. | |
![]() |
function _GetAmount: Cardinal; |
|
This item has no description. | |
![]() |
procedure _SetAmount(Amount: Cardinal); |
|
This item has no description. | |
![]() |
function _GetId: Cardinal; |
|
This item has no description. | |
![]() |
procedure _SetId(Id: Cardinal); |
|
This item has no description. | |
![]() |
procedure Serialize(Writer: TEoWriter); |
|
Serializes this Parameters
| |
![]() |
class function Deserialize(Reader: TEoReader): TShopSoldItem; |
|
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 Amount: Cardinal read _GetAmount write _SetAmount; |
|
| |
![]() |
property Id: Cardinal read _GetId write _SetId; |
|
| |
Generated by PasDoc 0.16.0-snapshot.
