Class TInnQuestionRecord
Unit
Declaration
type TInnQuestionRecord = class(TInterfacedObject, IInnQuestionRecord)
Description
Record of a question and answer that the player must answer to register citizenship with an inn
Hierarchy
- TInterfacedObject
- TInnQuestionRecord
Overview
Methods
function GetByteSize: Cardinal; |
|
function GetQuestion: string; |
|
procedure SetQuestion(Question: string); |
|
function GetAnswer: string; |
|
procedure SetAnswer(Answer: string); |
|
procedure Serialize(Writer: TEoWriter); |
|
class function Deserialize(Reader: TEoReader): TInnQuestionRecord; |
Properties
property ByteSize: Cardinal read GetByteSize; |
|
property Question: string read GetQuestion write SetQuestion; |
|
property Answer: string read GetAnswer write SetAnswer; |
Description
Methods
function GetByteSize: Cardinal; |
|
This item has no description. |
function GetQuestion: string; |
|
This item has no description. |
procedure SetQuestion(Question: string); |
|
This item has no description. |
function GetAnswer: string; |
|
This item has no description. |
procedure SetAnswer(Answer: string); |
|
This item has no description. |
procedure Serialize(Writer: TEoWriter); |
|
Serializes this Parameters
|
class function Deserialize(Reader: TEoReader): TInnQuestionRecord; |
|
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 Question: string read GetQuestion write SetQuestion; |
|
|
property Answer: string read GetAnswer write SetAnswer; |
|
|
Generated by PasDoc 0.16.0-snapshot.