C# Class Elastacloud.AzureManagement.Fluent.Commands.MobileServices.CreateMobileServiceTableCommand

Used to create a mobile services application
Inheritance: MobileServiceCommand
Mostra file Open project: azurecoder/fluent-management Class Usage Examples

Public Methods

Method Description
ToString ( ) : string

Returns the string name of the command

Protected Methods

Method Description
CreatePayload ( ) : string

Returns a JSON payload to setup the table

Private Methods

Method Description
CreateMobileServiceTableCommand ( string serviceName, string tableName, string config ) : System.Xml.Linq

Constructs a command to create a mobile service

Method Details

CreatePayload() protected method

Returns a JSON payload to setup the table
protected CreatePayload ( ) : string
return string

ToString() public method

Returns the string name of the command
public ToString ( ) : string
return string