Class TCatalogPropRelation

Unit

Declaration

type TCatalogPropRelation = class(TBaseCatalogObject)

Description

TCatalogPropRelation

Hierarchy

Overview

Methods

Public procedure AfterConstruction; override;
Public procedure BeforeDestruction; override;
Public procedure FillFromDataSet (ADataSet: TDBXOMDataSet); override;
Public function RelationCaption: WideString;
Public procedure SwitchParentChild;

Properties

Public property ParentProp: TCatalogItemProp read FParentProp;
Public property ChildProp: TCatalogItemProp read FChildProp;
Published property ParentGUID: String read FParentGUID write FParentGUID;
Published property ChildGUID: String read FChildGUID write FChildGUID;
Published property ParentRule: WideString read FParentRule write FParentRule;
Published property ChildRule: WideString read FChildRule write FChildRule;
Published property AssignChild: Boolean read FAssignChild write FAssignChild;
Published property AssignParent: Boolean read FAssignParent write FAssignParent;
Published property IsAlias: Boolean read FIsAlias write FIsAlias;
Published property PhotoCount : Integer read FPhotoCount write FPhotoCount;

Description

Methods

Public procedure AfterConstruction; override;
 
Public procedure BeforeDestruction; override;
 
Public procedure FillFromDataSet (ADataSet: TDBXOMDataSet); override;
 
Public function RelationCaption: WideString;
 
Public procedure SwitchParentChild;
 

Properties

Public property ParentProp: TCatalogItemProp read FParentProp;
 
Public property ChildProp: TCatalogItemProp read FChildProp;
 
Published property ParentGUID: String read FParentGUID write FParentGUID;
 
Published property ChildGUID: String read FChildGUID write FChildGUID;
 
Published property ParentRule: WideString read FParentRule write FParentRule;
 
Published property ChildRule: WideString read FChildRule write FChildRule;
 
Published property AssignChild: Boolean read FAssignChild write FAssignChild;
 
Published property AssignParent: Boolean read FAssignParent write FAssignParent;
 
Published property IsAlias: Boolean read FIsAlias write FIsAlias;
 
Published property PhotoCount : Integer read FPhotoCount write FPhotoCount;
 

Generated by PasDoc 0.15.0.