C# Класс CarDeliveryNetwork.Api.Data.Action

Describes an action to be carried out on a resource.
Наследование: IApiEntity
Показать файл Открыть проект

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

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

Returns a serial representation of the object in JSON format.

ToString ( Types format ) : string

Returns a serial representation of the object in the specified format.

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

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

Returns a serial representation of the object in JSON format.
public ToString ( ) : string
Результат string

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

Returns a serial representation of the object in the specified format.
public ToString ( Types format ) : string
format Types Format to serialize to.
Результат string