Class TEif
Unit
Declaration
type TEif = class(TInterfacedObject, IEif)
Description
Endless Item File
Hierarchy
- TInterfacedObject
- TEif
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); |
![]() |
class function Deserialize(Reader: TEoReader): TEif; |
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
|
![]() |
class function Deserialize(Reader: TEoReader): TEif; |
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 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.