A Car Delivery Network Signature entity
Inheritance Hierarchy
CarDeliveryNetwork.Api.DataSignature
Namespace: CarDeliveryNetwork.Api.Data
Assembly: CarDeliveryNetwork.Api.Data (in CarDeliveryNetwork.Api.Data.dll) Version: 3.2.3077.0 (3.2.3077)
Syntax
C#
public class Signature
The Signature type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | Signature | Initializes a new instance of the Signature class |
Properties
Name | Description | |
---|---|---|
![]() | Comment |
Readonly - Signoff comment
|
![]() | DisplayTime |
Readonly - The sign time, or time the signature was declared as not available
|
![]() | NotSignedReason | Obsolete.
Readonly - Obsolete - Returns the first in the list of NotSignedReasons
|
![]() | NotSignedReasons |
Readonly - A list of reasons that a signature was not supplied
|
![]() | SignedBy |
Readonly - SignedBy
|
![]() | Time |
Readonly - The sign time, or time the signature was declared as not available
|
![]() | Url |
Readonly - The url of the Signature
|
Methods
Name | Description | |
---|---|---|
![]() | ToString |
Returns a serial representation of the object in JSON format.
(Overrides ObjectToString.) |
![]() | ToString(MessageFormat) |
Returns a serial representation of the object in the specified format.
|
See Also