Signature Class

Car Delivery Network API DocumentationCar Delivery Network
A Car Delivery Network Signature entity
Inheritance Hierarchy

SystemObject
  CarDeliveryNetwork.Api.DataSignature

Namespace:  CarDeliveryNetwork.Api.Data
Assembly:  CarDeliveryNetwork.Api.Data (in CarDeliveryNetwork.Api.Data.dll) Version: 3.2.3098.0 (3.2.3098)
Syntax

C#
public class Signature

The Signature type exposes the following members.

Constructors

  NameDescription
Public methodSignature
Initializes a new instance of the Signature class
Top
Properties

  NameDescription
Public propertyComment
Readonly - Signoff comment
Public propertyDisplayTime
Readonly - The sign time, or time the signature was declared as not available
Public propertyNotSignedReason Obsolete.
Readonly - Obsolete - Returns the first in the list of NotSignedReasons
Public propertyNotSignedReasons
Readonly - A list of reasons that a signature was not supplied
Public propertySignedBy
Readonly - SignedBy
Public propertyTime
Readonly - The sign time, or time the signature was declared as not available
Public propertyUrl
Readonly - The url of the Signature
Top
Methods

  NameDescription
Public methodToString
Returns a serial representation of the object in JSON format.
(Overrides ObjectToString.)
Public methodToString(MessageFormat)
Returns a serial representation of the object in the specified format.
Top
See Also

Reference