Class TBoardPostListing
Unit
Declaration
type TBoardPostListing = class(TInterfacedObject, IBoardPostListing)
Description
An entry in the list of town board posts
Hierarchy
- TInterfacedObject
- TBoardPostListing
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); |
|
class function Deserialize(Reader: TEoReader): TBoardPostListing; |
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
|
class function Deserialize(Reader: TEoReader): TBoardPostListing; |
|
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 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.