Class TTaskRestriction

Unit

Declaration

type TTaskRestriction = class(TBackboneElement)

Description

A task to be performed.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property repetitions : Int64 read Getrepetitions write Setrepetitions;
Public property repetitionsElement : TpositiveInt read GetrepetitionsElement write SetrepetitionsElement;
Public property period : TPeriod read Getperiod write Setperiod;
Public property recipient : TReferenceArray read GetrecipientArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property repetitions : Int64 read Getrepetitions write Setrepetitions;

Indicates the number of times the requested action should occur.

Public property repetitionsElement : TpositiveInt read GetrepetitionsElement write SetrepetitionsElement;
 
Public property period : TPeriod read Getperiod write Setperiod;

The time-period for which fulfillment is sought. This must fall within the overall time period authorized in the referenced request. E.g. ServiceRequest.occurance[x].

Public property recipient : TReferenceArray read GetrecipientArray;

For requests that are targeted to more than one potential recipient/target, to identify who is fulfillment is sought for.


Generated by PasDoc 0.15.0.