C# Class CarDeliveryNetwork.Api.Data.Signature

A Car Delivery Network Signature entity
Inheritance: IApiEntity
Mostrar archivo Open project: cardeliverynetwork/openapi.net

Private Properties

Property Type Description

Public Methods

Method 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 method

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

ToString() public method

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