Class TExternalFlowProperties

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TExternalFlowProperties = class(TGoPhastPersistent)

Description

no description available, TGoPhastPersistent description follows

Hierarchy

Overview

Fields

Private FFlowFileData: TFlowFileCollection;
Private FFullFlowFileName: string;
Private FFlowFileChoice: TFlowFileChoice;
Private FReferenceTimeChoice: TFlowFileReferenceTime;

Methods

Private function GetReferenceTimeChoice: TFlowFileReferenceTime;
Private function SaveFlowFileData: Boolean;
Private procedure SetFlowFileChoice(const Value: TFlowFileChoice);
Private procedure SetFlowFileData(const Value: TFlowFileCollection);
Private procedure SetFullFlowFileName(const Value: string);
Private procedure SetReferenceTimeChoice(const Value: TFlowFileReferenceTime);
Private function GetFlowFileName: string;
Private procedure SetFlowFileName(const Value: string);
Public procedure Assign(Source: TPersistent); override;
Public constructor Create(Model: TBaseModel);
Public destructor Destroy; override;
Public procedure Clear;

Properties

Public property FullFlowFileName: string read FFullFlowFileName write SetFullFlowFileName;
Published property FlowFileChoice: TFlowFileChoice read FFlowFileChoice write SetFlowFileChoice;
Published property ReferenceTimeChoice: TFlowFileReferenceTime read GetReferenceTimeChoice write SetReferenceTimeChoice;
Published property FlowFileData: TFlowFileCollection read FFlowFileData write SetFlowFileData stored SaveFlowFileData;
Published property FlowFileName: string read GetFlowFileName write SetFlowFileName;

Description

Fields

Private FFlowFileData: TFlowFileCollection;
 
Private FFullFlowFileName: string;
 
Private FFlowFileChoice: TFlowFileChoice;
 
Private FReferenceTimeChoice: TFlowFileReferenceTime;
 

Methods

Private function GetReferenceTimeChoice: TFlowFileReferenceTime;
 
Private function SaveFlowFileData: Boolean;
 
Private procedure SetFlowFileChoice(const Value: TFlowFileChoice);
 
Private procedure SetFlowFileData(const Value: TFlowFileCollection);
 
Private procedure SetFullFlowFileName(const Value: string);
 
Private procedure SetReferenceTimeChoice(const Value: TFlowFileReferenceTime);
 
Private function GetFlowFileName: string;
 
Private procedure SetFlowFileName(const Value: string);
 
Public procedure Assign(Source: TPersistent); override;
 
Public constructor Create(Model: TBaseModel);
 
Public destructor Destroy; override;
 
Public procedure Clear;
 

Properties

Public property FullFlowFileName: string read FFullFlowFileName write SetFullFlowFileName;
 
Published property FlowFileChoice: TFlowFileChoice read FFlowFileChoice write SetFlowFileChoice;
 
Published property ReferenceTimeChoice: TFlowFileReferenceTime read GetReferenceTimeChoice write SetReferenceTimeChoice;
 
Published property FlowFileData: TFlowFileCollection read FFlowFileData write SetFlowFileData stored SaveFlowFileData;
 
Published property FlowFileName: string read GetFlowFileName write SetFlowFileName;
 

Generated by PasDoc 0.12.1 on 2013-05-13 15:41:51