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

Used to create a mobile services application
Inheritance: MobileServiceCommand
显示文件 Open project: azurecoder/fluent-management Class Usage Examples

Public Methods

Method Description
Execute ( ) : void
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
CreateMobileServiceTableScriptCommand ( string serviceName, string tableName, CrudOperation operation, string config ) : System

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

Execute() public method

public Execute ( ) : void
return void

ToString() public method

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