Class TJCoreOPFAttrMetadata

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TJCoreOPFAttrMetadata = class(TJCoreAttrMetadata)

Description

no description available, TJCoreAttrMetadata description follows

Hierarchy

Overview

Methods

Public constructor Create(const AModel: TJCoreModel; const AOwner: TJCoreClassMetadata; const APropInfo: PPropInfo); override;
Public function CreateADM(const APID: TJCoreOPFPID): TJCoreOPFADM;
Public function IsCollection: Boolean; override;
Public procedure NoLazyload;

Properties

Public property ADMClass: TJCoreOPFADMClass read FADMClass;
Public property AttributeType: TJCoreOPFAttributeType read FAttributeType;
Public property CompositionMetadata: TJCoreOPFClassMetadata read GetCompositionMetadata;
Public property ExternalLinkLeftFieldName: string read FExternalLinkLeftFieldName write FExternalLinkLeftFieldName;
Public property ExternalLinkRightFieldName: string read FExternalLinkRightFieldName write FExternalLinkRightFieldName;
Public property ExternalLinkTableName: string read FExternalLinkTableName write FExternalLinkTableName;
Public property HasExternalLink: Boolean read GetHasExternalLink;
Public property HasLazyload: Boolean read FHasLazyload;
Public property IsPersistent: Boolean read FIsPersistent write FIsPersistent;
Public property OrderFieldName: string read FOrderFieldName write FOrderFieldName;
Public property PersistentFieldName: string read FPersistentFieldName;

Description

Methods

Public constructor Create(const AModel: TJCoreModel; const AOwner: TJCoreClassMetadata; const APropInfo: PPropInfo); override;
 
Public function CreateADM(const APID: TJCoreOPFPID): TJCoreOPFADM;
 
Public function IsCollection: Boolean; override;
 
Public procedure NoLazyload;
 

Properties

Public property ADMClass: TJCoreOPFADMClass read FADMClass;
 
Public property AttributeType: TJCoreOPFAttributeType read FAttributeType;
 
Public property CompositionMetadata: TJCoreOPFClassMetadata read GetCompositionMetadata;
 
Public property ExternalLinkLeftFieldName: string read FExternalLinkLeftFieldName write FExternalLinkLeftFieldName;
 
Public property ExternalLinkRightFieldName: string read FExternalLinkRightFieldName write FExternalLinkRightFieldName;
 
Public property ExternalLinkTableName: string read FExternalLinkTableName write FExternalLinkTableName;
 
Public property HasExternalLink: Boolean read GetHasExternalLink;
 
Public property HasLazyload: Boolean read FHasLazyload;
 
Public property IsPersistent: Boolean read FIsPersistent write FIsPersistent;
 
Public property OrderFieldName: string read FOrderFieldName write FOrderFieldName;
 
Public property PersistentFieldName: string read FPersistentFieldName;
 

Generated by PasDoc 0.14.0.