Property | Type | Description | |
---|---|---|---|
Parse | void |
Method | Description | |
---|---|---|
GetMobileServiceTablePermissionsParser ( System.Xml.Linq.XDocument response ) : System |
Creates a new GetRoleStatusParser to pull the status of the deployment
|
Method | Description | |
---|---|---|
GetSchema ( ) : System.Xml.Linq.XNamespace |
Gets the schema of the Xml response
|
Method | Description | |
---|---|---|
Parse ( ) : void |
Parses the response to give a boolean value which lets us know whether all of the nodes are in the running state (true) or (false) even a single one isn't
|
public GetMobileServiceTablePermissionsParser ( System.Xml.Linq.XDocument response ) : System | ||
response | System.Xml.Linq.XDocument | The document returned by the web |
return | System |
protected GetSchema ( ) : System.Xml.Linq.XNamespace | ||
return | System.Xml.Linq.XNamespace |