Skip to main content

TS3Owner

Class in AWS.S3

Owner class.

Ancestors

Properties

DisplayName

property DisplayName: string

ID

property ID: string

Constructors

Create

constructor Create; overload;

Constructor for TS3Owner.


constructor Create(const ADisplayName, AID: string); overload;

Constructor for TS3Owner.

Parameters

NameDescription
ADisplayNameThe display name of the owner.
AIDThe ID of the owner.

constructor Create(const ANode: IXMLNode); overload;

Constructor for TS3Owner.

Parameters

NameDescription
ANodeAn Owner XML node.

Methods

CreateNode

function CreateNode(const AParentNode: IXMLNode): IXMLNode;

Create an XML node representing Owner.

Parameters

NameDescription
AParentNodeThe XML parent node for the new node.

Returns

An Owner XML node.