Class TCatalogItemComment

Unit

Declaration

type TCatalogItemComment = class(TBaseCatalogObject)

Description

No description available, ancestor TBaseCatalogObject description follows

==================== class definitions ====================

Hierarchy

Overview

Methods

Public procedure AfterConstruction; override;
Public procedure BeforeDestruction; override;
Public procedure FillFromDataSet (ADataSet: TDBXOMDataSet); override;

Properties

Published property ItemGUID: String read FItemGUID write FItemGUID;
Published property UserGUID: String read FUserGUID write FUserGUID;
Published property Moment: TDateTime read FMoment write FMoment;
Published property Comments: TxomStringList read FComments write FComments;
Published property UserRating: Integer read FUserRating write FUserRating;
Published property UserName: WideString read FUserName write FUserName;
Published property FullUserName: WideString read FFullUserName write FFullUserName;

Description

Methods

Public procedure AfterConstruction; override;
 
Public procedure BeforeDestruction; override;
 
Public procedure FillFromDataSet (ADataSet: TDBXOMDataSet); override;
 

Properties

Published property ItemGUID: String read FItemGUID write FItemGUID;
 
Published property UserGUID: String read FUserGUID write FUserGUID;
 
Published property Moment: TDateTime read FMoment write FMoment;
 
Published property Comments: TxomStringList read FComments write FComments;
 
Published property UserRating: Integer read FUserRating write FUserRating;
 
Published property UserName: WideString read FUserName write FUserName;
 
Published property FullUserName: WideString read FFullUserName write FFullUserName;
 

Generated by PasDoc 0.15.0.