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

A Car Delivery Network Signature entity
Наследование: IApiEntity
Показать файл Открыть проект

Private Properties

Свойство Тип Описание

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

Метод Описание
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