TS3AndOperator
Class in AWS.S3
And operator class.
Ancestors
Properties
Prefix
property Prefix: string
Tags
property Tags: IAWSTags
Constructors
Create
constructor Create; overload;
Constructor for TS3AndOperator.
constructor Create(const ANode: IXMLNode); overload;
Constructor for TS3AndOperator.
Parameters
| Name | Description |
|---|---|
ANode | An And XML node. |
Methods
CreateNode
function CreateNode(const AParentNode: IXMLNode): IXMLNode;
Create an XML node representation of the And condition.
Parameters
| Name | Description |
|---|---|
AParentNode | A parent XML node for the And node. |
Returns
An And XML node.