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

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

Méthodes publiques

Méthode Description
Execute ( ) : void
ToString ( ) : string

Returns the string name of the command

Méthodes protégées

Méthode Description
CreatePayload ( ) : string

Returns a JSON payload to setup the table

Private Methods

Méthode Description
CreateMobileServiceTableScriptCommand ( string serviceName, string tableName, CrudOperation operation, string config ) : System

Constructs a command to create a mobile service

Method Details

CreatePayload() protected méthode

Returns a JSON payload to setup the table
protected CreatePayload ( ) : string
Résultat string

Execute() public méthode

public Execute ( ) : void
Résultat void

ToString() public méthode

Returns the string name of the command
public ToString ( ) : string
Résultat string