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

A Car Delivery Network Signature entity
상속: IApiEntity
파일 보기 프로젝트 열기: cardeliverynetwork/openapi.net

Private Properties

프로퍼티 타입 설명

공개 메소드들

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

메소드 상세

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