Class TCatalogPropRelationRule

Unit

Declaration

type TCatalogPropRelationRule = class(TBaseCatalogObject)

Description

TCatalogPropRelationRule

Hierarchy

Overview

Methods

Public procedure AfterConstruction; override;
Public procedure BeforeDestruction; override;

Properties

Public property Prop: TCatalogItemProp read FProp write FProp;
Public property SubProps: TCatalogItemProps read GetSubProps write FSubProps;
Published property PropGUID: String read FPropGUID write FPropGUID;
Published property Rule: WideString read FRule write FRule;
Published property Direction: TCatalogPropRelationRuleDirection read FDirection write FDirection;
Published property PhotoCount : Integer read FPhotoCount write FPhotoCount;

Description

Methods

Public procedure AfterConstruction; override;
 
Public procedure BeforeDestruction; override;
 

Properties

Public property Prop: TCatalogItemProp read FProp write FProp;
 
Public property SubProps: TCatalogItemProps read GetSubProps write FSubProps;
 
Published property PropGUID: String read FPropGUID write FPropGUID;
 
Published property Rule: WideString read FRule write FRule;
 
Published property Direction: TCatalogPropRelationRuleDirection read FDirection write FDirection;
 
Published property PhotoCount : Integer read FPhotoCount write FPhotoCount;
 

Generated by PasDoc 0.15.0.