Class TVersionMatchSettings

Unit

Declaration

type TVersionMatchSettings = class(TBaseCatalogObject)

Description

TVersionMatchSettings

Hierarchy

Overview

Methods

Public procedure AfterConstruction; override;
Public procedure BeforeDestruction; override;
Public function FindMatchingForPlaceHolder (const APlaceHolderGUID: String): TVersionPlaceHolderMatching; virtual;
Public function AddMatching (const APlaceHolderGUID: String; const AMatchingType: TVersionMatchingType; const AMask: WideString = ''): TVersionPlaceHolderMatching; virtual;

Properties

Published property ScopeMask: WideString read FScopeMask write FScopeMask;
Published property ScopeOffsetFolder: TVersionMatchScopeOffsetFolder read FScopeOffsetFolder write FScopeOffsetFolder;
Published property ScopeOffsetFolderMask: WideString read FScopeOffsetFolderMask write FScopeOffsetFolderMask;
Published property MainVersionMatching: TVersionPlaceHolderMatching read FMainVersionMatching write FMainVersionMatching;
Published property PlaceHolderMatchings: TVersionPlaceHolderMatchings read FPlaceHolderMatchings write FPlaceHolderMatchings;

Description

Methods

Public procedure AfterConstruction; override;
 
Public procedure BeforeDestruction; override;
 
Public function FindMatchingForPlaceHolder (const APlaceHolderGUID: String): TVersionPlaceHolderMatching; virtual;
 
Public function AddMatching (const APlaceHolderGUID: String; const AMatchingType: TVersionMatchingType; const AMask: WideString = ''): TVersionPlaceHolderMatching; virtual;
 

Properties

Published property ScopeMask: WideString read FScopeMask write FScopeMask;
 
Published property ScopeOffsetFolder: TVersionMatchScopeOffsetFolder read FScopeOffsetFolder write FScopeOffsetFolder;
 
Published property ScopeOffsetFolderMask: WideString read FScopeOffsetFolderMask write FScopeOffsetFolderMask;
 
Published property MainVersionMatching: TVersionPlaceHolderMatching read FMainVersionMatching write FMainVersionMatching;
 
Published property PlaceHolderMatchings: TVersionPlaceHolderMatchings read FPlaceHolderMatchings write FPlaceHolderMatchings;
 

Generated by PasDoc 0.15.0.