C# Class CarDeliveryNetwork.Api.Data.Action

Describes an action to be carried out on a resource.
Inheritance: IApiEntity
Show file Open project: cardeliverynetwork/openapi.net

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