C# Class CarDeliveryNetwork.Api.Data.EndPoint

A Car Delivery Network EndPoint entity.
Inheritance: IApiEntity
Afficher le fichier Open project: cardeliverynetwork/openapi.net Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
InitObjects ( ) : void

Initializes the child objects associated with this EndPoint.

Method Details

EndPoint() public méthode

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

InitObjects() protected méthode

Initializes the child objects associated with this EndPoint.
protected InitObjects ( ) : void
Résultat void

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