C# Class Elastacloud.AzureManagement.Fluent.Commands.Parsers.ListImagesParser

Parses the response of a list of disks within a subscription
Inheritance: BaseParser
Mostrar archivo Open project: azurecoder/fluent-management

Private Properties

Property Type Description
Parse void

Public Methods

Method Description
ListImagesParser ( System.Xml.Linq.XDocument response ) : System

Protected Methods

Method Description
GetSchema ( ) : System.Xml.Linq.XNamespace

Private Methods

Method Description
Parse ( ) : void

Method Details

GetSchema() protected method

protected GetSchema ( ) : System.Xml.Linq.XNamespace
return System.Xml.Linq.XNamespace

ListImagesParser() public method

public ListImagesParser ( System.Xml.Linq.XDocument response ) : System
response System.Xml.Linq.XDocument
return System