Class TIfcTelecomAddress

Unit

Declaration

type TIfcTelecomAddress = class(TIfcAddress)

Description

Address to which telephone, electronic mail and other forms of telecommunications should be addressed.

Spec: https://standards.buildingsmart.org/IFC/RELEASE/IFC4_3/HTML/lexical/IfcTelecomAddress.htm

Hierarchy

Overview

Methods

Public constructor Create(AOwner: TComponent); override;
Public destructor Destroy; override;

Properties

Published property TelephoneNumbers: TCastleStringList read FTelephoneNumbers;
Published property FacsimileNumbers: TCastleStringList read FFacsimileNumbers;
Published property PagerNumber: TIfcLabel read FPagerNumber write FPagerNumber;
Published property ElectronicMailAddresses: TCastleStringList read FElectronicMailAddresses;
Published property WWWHomePageURL: TIfcURIReference read FWWWHomePageURL write FWWWHomePageURL;
Published property MessagingIDs: TCastleStringList read FMessagingIDs;

Description

Methods

Public constructor Create(AOwner: TComponent); override;

This item has no description.

Public destructor Destroy; override;

This item has no description.

Properties

Published property TelephoneNumbers: TCastleStringList read FTelephoneNumbers;

The list of telephone numbers at which telephone messages may be received.

Published property FacsimileNumbers: TCastleStringList read FFacsimileNumbers;

The list of fax numbers at which fax messages may be received.

Published property PagerNumber: TIfcLabel read FPagerNumber write FPagerNumber;

The pager number at which paging messages may be received.

Published property ElectronicMailAddresses: TCastleStringList read FElectronicMailAddresses;

The list of Email addresses at which Email messages may be received.

Published property WWWHomePageURL: TIfcURIReference read FWWWHomePageURL write FWWWHomePageURL;

The world wide web address at which the preliminary page of information for the person or organization can be located.

Published property MessagingIDs: TCastleStringList read FMessagingIDs;

IDs or addresses for any other means of telecommunication, for example instant messaging, voice-over-IP, or file transfer protocols. The communication protocol is indicated by the URI value with scheme designations such as irc:, sip:, or ftp:.


Generated by PasDoc 0.16.0-snapshot.