Click or drag to resize

Document Class

Car Delivery Network
A Car Delivery Network Document entity
Inheritance Hierarchy
SystemObject
  CarDeliveryNetwork.Api.DataDocument

Namespace: CarDeliveryNetwork.Api.Data
Assembly: CarDeliveryNetwork.Api.Data (in CarDeliveryNetwork.Api.Data.dll) Version: 3.2.3101.0 (3.2.3101)
Syntax
C#
public class Document

The Document type exposes the following members.

Constructors
 NameDescription
Public methodDocumentInitializes a new instance of the Document class
Top
Properties
 NameDescription
Public propertyComment Comment
Public propertyFriendlyType Readonly - FriendlyType
Public propertyTitle Title
Public propertyType Type
Public propertyUrl The URL of the document
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