Class AzureInvoices
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of Azure invoices.
public class AzureInvoices : BypassSection
- Inheritance
-
AzureInvoices
- Inherited Members
Constructors
AzureInvoices()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.AzureInvoices class.
public AzureInvoices()
Properties
Items
Gets or sets the items in the collection.
public AzureInvoiceCollection Items { get; set; }
Property Value
Methods
Clone()
Returns a CENTREL.XIA.Configuration.Types.AzureInvoices cloned from this object.
public AzureInvoices Clone()
Returns
- AzureInvoices
A CENTREL.XIA.Configuration.Types.AzureInvoices.
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.AzureInvoices class from the specified XML.
public static AzureInvoices FromXml(string xml)
Parameters
xml
stringThe XML representation of the object.
Returns
- AzureInvoices
A CENTREL.XIA.Configuration.Types.AzureInvoices class.
ToString()
Returns the invoices as a human readable string.
public override string ToString()
Returns
- string
The invoices as a human readable string.