Interface IShopSoldItem
Unit
Declaration
type IShopSoldItem = interface(IInterface)
Description
A sold item when selling an item to a shop
Attributes
- GUID['{C03B8D5C-4737-54E7-8DC9-A6A5E8BC7E1A}']
Hierarchy
- IInterface
- IShopSoldItem
Overview
Methods
function GetByteSize: Cardinal; |
|
function GetAmount: Cardinal; |
|
procedure SetAmount(Amount: Cardinal); |
|
function GetId: Cardinal; |
|
procedure SetId(Id: Cardinal); |
|
procedure Serialize(Writer: TEoWriter); |
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
|
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.