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.
