Interface IBoardPostListing

Unit

Declaration

type IBoardPostListing = interface(IInterface)

Description

An entry in the list of town board posts

Attributes
GUID['{0E5FEC67-FA68-56AC-8B79-DAF9C1AE0B09}']

Hierarchy

Overview

Methods

Public function GetByteSize: Cardinal;
Public function GetPostId: Cardinal;
Public procedure SetPostId(PostId: Cardinal);
Public function GetAuthor: string;
Public procedure SetAuthor(Author: string);
Public function GetSubject: string;
Public procedure SetSubject(Subject: string);
Public procedure Serialize(Writer: TEoWriter);

Properties

Public property ByteSize: Cardinal read GetByteSize;
Public property PostId: Cardinal read GetPostId write SetPostId;
Public property Author: string read GetAuthor write SetAuthor;
Public property Subject: string read GetSubject write SetSubject;

Description

Methods

Public function GetByteSize: Cardinal;

This item has no description.

Public function GetPostId: Cardinal;

This item has no description.

Public procedure SetPostId(PostId: Cardinal);

This item has no description.

Public function GetAuthor: string;

This item has no description.

Public procedure SetAuthor(Author: string);

This item has no description.

Public function GetSubject: string;

This item has no description.

Public procedure SetSubject(Subject: string);

This item has no description.

Public procedure Serialize(Writer: TEoWriter);

Serializes this IBoardPostListing object to the provided TEoWriter.

Parameters
Writer
The writer that this object will be serialized to

Properties

Public property ByteSize: Cardinal read GetByteSize;

The size of the data that this object was deserialized from.

Note
0 if the instance was not created by the Deserialize method.

Public property PostId: Cardinal read GetPostId write SetPostId;

Note
Value range is 0-64008

Public property Author: string read GetAuthor write SetAuthor;

This item has no description.

Public property Subject: string read GetSubject write SetSubject;

This item has no description.


Generated by PasDoc 0.16.0-snapshot.