Class TRatingObject

Unit

Declaration

type TRatingObject = class(TBaseCatalogObject)

Description

TRatingObject

Hierarchy

Overview

Methods

Public constructor Create(AValue: Integer; const ACaption: WideString; AOperator: TMetaSchemaItemOccurenceOperator); reintroduce; virtual;
Public class procedure ParseRatingValue(const ARatingStr: WideString; var ARating: WideString; var AOperator: TMetaSchemaItemOccurenceOperator);
Public procedure AfterConstruction; override;
Public procedure BeforeDestruction; override;
Public procedure RebuildGUID; virtual;

Properties

Public property CatalogRating: TCatalogRating read GetCatalogRating;
Public property Tag: Integer read FTag write FTag;
Published property Value : Integer read FValue write SetValue;
Published property ValueOperator: TMetaSchemaItemOccurenceOperator read FValueOperator write SetValueOperator;
Published property Caption: WideString read FCaption write FCaption;
Published property PhotoCount: Integer read FPhotoCount write FPhotoCount;

Description

Methods

Public constructor Create(AValue: Integer; const ACaption: WideString; AOperator: TMetaSchemaItemOccurenceOperator); reintroduce; virtual;
 
Public class procedure ParseRatingValue(const ARatingStr: WideString; var ARating: WideString; var AOperator: TMetaSchemaItemOccurenceOperator);
 
Public procedure AfterConstruction; override;
 
Public procedure BeforeDestruction; override;
 
Public procedure RebuildGUID; virtual;
 

Properties

Public property CatalogRating: TCatalogRating read GetCatalogRating;
 
Public property Tag: Integer read FTag write FTag;
 
Published property Value : Integer read FValue write SetValue;
 
Published property ValueOperator: TMetaSchemaItemOccurenceOperator read FValueOperator write SetValueOperator;
 
Published property Caption: WideString read FCaption write FCaption;
 
Published property PhotoCount: Integer read FPhotoCount write FPhotoCount;
 

Generated by PasDoc 0.15.0.