Class TGroupMember

Unit

Declaration

type TGroupMember = class(TBackboneElement)

Description

Represents a defined collection of entities that may be discussed or acted upon collectively but which are not expected to act collectively, and are not formally or legally recognized; i.e. a collection of entities that isn't an Organization.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property entity : TReference read Getentity write Setentity;
Public property period : TPeriod read Getperiod write Setperiod;
Public property inactive : boolean read Getinactive write Setinactive;
Public property inactiveElement : Tboolean read GetinactiveElement write SetinactiveElement;

Description

Methods

Public constructor Create; override;
 

Properties

Public property entity : TReference read Getentity write Setentity;

A reference to the entity that is a member of the group. Must be consistent with Group.type. If the entity is another group, then the type must be the same.

Public property period : TPeriod read Getperiod write Setperiod;

The period that the member was in the group, if known.

Public property inactive : boolean read Getinactive write Setinactive;

A flag to indicate that the member is no longer in the group, but previously may have been a member.

Public property inactiveElement : Tboolean read GetinactiveElement write SetinactiveElement;
 

Generated by PasDoc 0.15.0.