C# Class CarDeliveryNetwork.Api.Data.Signature

A Car Delivery Network Signature entity
Inheritance: IApiEntity
Afficher le fichier Open project: cardeliverynetwork/openapi.net

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
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.

Method Details

ToString() public méthode

Returns a serial representation of the object in JSON format.
public ToString ( ) : string
Résultat string

ToString() public méthode

Returns a serial representation of the object in the specified format.
public ToString ( Types format ) : string
format Types Format to serialize to.
Résultat string