Interface IEif
Unit
Declaration
type IEif = interface(IInterface)
Description
Endless Item File
Attributes
- GUID['{5CEA9939-E2AC-578B-AD7D-068B21103FE9}']
Hierarchy
- IInterface
- IEif
Overview
Methods
function GetByteSize: Cardinal; |
|
function GetRid: TArray<Cardinal>; |
|
procedure SetRid(Rid: TArray<Cardinal>); |
|
function GetTotalItemsCount: Cardinal; |
|
procedure SetTotalItemsCount(TotalItemsCount: Cardinal); |
|
function GetVersion: Cardinal; |
|
procedure SetVersion(Version: Cardinal); |
|
function GetItems: TArray<IEifRecord>; |
|
procedure SetItems(Items: TArray<IEifRecord>); |
|
procedure Serialize(Writer: TEoWriter); |
Properties
property ByteSize: Cardinal read GetByteSize; |
|
property Rid: TArray<Cardinal> read GetRid write SetRid; |
|
property TotalItemsCount: Cardinal read GetTotalItemsCount write SetTotalItemsCount; |
|
property Version: Cardinal read GetVersion write SetVersion; |
|
property Items: TArray<IEifRecord> read GetItems write SetItems; |
Description
Methods
function GetByteSize: Cardinal; |
|
This item has no description. |
function GetRid: TArray<Cardinal>; |
|
This item has no description. |
procedure SetRid(Rid: TArray<Cardinal>); |
|
This item has no description. |
function GetTotalItemsCount: Cardinal; |
|
This item has no description. |
procedure SetTotalItemsCount(TotalItemsCount: Cardinal); |
|
This item has no description. |
function GetVersion: Cardinal; |
|
This item has no description. |
procedure SetVersion(Version: Cardinal); |
|
This item has no description. |
function GetItems: TArray<IEifRecord>; |
|
This item has no description. |
procedure SetItems(Items: TArray<IEifRecord>); |
|
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 Rid: TArray<Cardinal> read GetRid write SetRid; |
|
|
property TotalItemsCount: Cardinal read GetTotalItemsCount write SetTotalItemsCount; |
|
|
property Version: Cardinal read GetVersion write SetVersion; |
|
|
property Items: TArray<IEifRecord> read GetItems write SetItems; |
|
This item has no description. |
Generated by PasDoc 0.16.0-snapshot.