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
| Name | Description |
|---|---|
ADisplayName | The display name of the owner. |
AID | The ID of the owner. |
constructor Create(const ANode: IXMLNode); overload;
Constructor for TS3Owner.
Parameters
| Name | Description |
|---|---|
ANode | An Owner XML node. |
Methods
CreateNode
function CreateNode(const AParentNode: IXMLNode): IXMLNode;
Create an XML node representing Owner.
Parameters
| Name | Description |
|---|---|
AParentNode | The XML parent node for the new node. |
Returns
An Owner XML node.