Class TCatalogItemComment
Unit
idCatalog
Declaration
type TCatalogItemComment = class(TBaseCatalogObject)
Description
No description available, ancestor TBaseCatalogObject description follows
==================== class definitions ====================
Hierarchy
Overview
Methods
Properties
 |
property ItemGUID: String read FItemGUID write FItemGUID; |
 |
property UserGUID: String read FUserGUID write FUserGUID; |
 |
property Moment: TDateTime read FMoment write FMoment; |
 |
property Comments: TxomStringList read FComments write FComments; |
 |
property UserRating: Integer read FUserRating write FUserRating; |
 |
property UserName: WideString read FUserName write FUserName; |
 |
property FullUserName: WideString read FFullUserName write FFullUserName; |
Description
Methods
 |
procedure AfterConstruction; override; |
|
|
 |
procedure BeforeDestruction; override; |
|
|
 |
procedure FillFromDataSet (ADataSet: TDBXOMDataSet); override; |
|
|
Properties
 |
property ItemGUID: String read FItemGUID write FItemGUID; |
|
|
 |
property UserGUID: String read FUserGUID write FUserGUID; |
|
|
 |
property Moment: TDateTime read FMoment write FMoment; |
|
|
 |
property UserRating: Integer read FUserRating write FUserRating; |
|
|
 |
property UserName: WideString read FUserName write FUserName; |
|
|
 |
property FullUserName: WideString read FFullUserName write FFullUserName; |
|
|
Generated by PasDoc 0.15.0.
|