C# Class CarDeliveryNetwork.Api.Data.EndPoint

A Car Delivery Network EndPoint entity.
Inheritance: IApiEntity
Show file Open project: cardeliverynetwork/openapi.net Class Usage Examples

Public Methods

Method Description
EndPoint ( ) : System

Initializes a new instance of the CarDeliveryNetwork.Api.Data.EndPoint class.

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.

Protected Methods

Method Description
InitObjects ( ) : void

Initializes the child objects associated with this EndPoint.

Method Details

EndPoint() public method

Initializes a new instance of the CarDeliveryNetwork.Api.Data.EndPoint class.
public EndPoint ( ) : System
return System

InitObjects() protected method

Initializes the child objects associated with this EndPoint.
protected InitObjects ( ) : void
return void

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