C# 클래스 CarDeliveryNetwork.Api.Data.EndPoint

A Car Delivery Network EndPoint entity.
상속: IApiEntity
파일 보기 프로젝트 열기: cardeliverynetwork/openapi.net 1 사용 예제들

공개 메소드들

메소드 설명
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.

보호된 메소드들

메소드 설명
InitObjects ( ) : void

Initializes the child objects associated with this EndPoint.

메소드 상세

EndPoint() 공개 메소드

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

InitObjects() 보호된 메소드

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

ToString() 공개 메소드

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

ToString() 공개 메소드

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