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
- IInterface
- IBoardPostListing
Overview
Methods
function GetByteSize: Cardinal; |
|
function GetPostId: Cardinal; |
|
procedure SetPostId(PostId: Cardinal); |
|
function GetAuthor: string; |
|
procedure SetAuthor(Author: string); |
|
function GetSubject: string; |
|
procedure SetSubject(Subject: string); |
|
procedure Serialize(Writer: TEoWriter); |
Properties
property ByteSize: Cardinal read GetByteSize; |
|
property PostId: Cardinal read GetPostId write SetPostId; |
|
property Author: string read GetAuthor write SetAuthor; |
|
property Subject: string read GetSubject write SetSubject; |
Description
Methods
function GetByteSize: Cardinal; |
|
This item has no description. |
function GetPostId: Cardinal; |
|
This item has no description. |
procedure SetPostId(PostId: Cardinal); |
|
This item has no description. |
function GetAuthor: string; |
|
This item has no description. |
procedure SetAuthor(Author: string); |
|
This item has no description. |
function GetSubject: string; |
|
This item has no description. |
procedure SetSubject(Subject: string); |
|
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 PostId: Cardinal read GetPostId write SetPostId; |
|
|
property Author: string read GetAuthor write SetAuthor; |
|
This item has no description. |
property Subject: string read GetSubject write SetSubject; |
|
This item has no description. |
Generated by PasDoc 0.16.0-snapshot.