C# Класс Elastacloud.AzureManagement.Fluent.Commands.MobileServices.CreateMobileServiceTableScriptCommand

Used to create a mobile services application
Наследование: MobileServiceCommand
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Execute ( ) : void
ToString ( ) : string

Returns the string name of the command

Защищенные методы

Метод Описание
CreatePayload ( ) : string

Returns a JSON payload to setup the table

Приватные методы

Метод Описание
CreateMobileServiceTableScriptCommand ( string serviceName, string tableName, CrudOperation operation, string config ) : System

Constructs a command to create a mobile service

Описание методов

CreatePayload() защищенный Метод

Returns a JSON payload to setup the table
protected CreatePayload ( ) : string
Результат string

Execute() публичный Метод

public Execute ( ) : void
Результат void

ToString() публичный Метод

Returns the string name of the command
public ToString ( ) : string
Результат string