DataObject Class

A base class for data objects
[DataContract()] 
public class DataObject : Event
This language is not supported or no code example is available.
[DataContract()] 
public ref class DataObject : public Event^
This language is not supported or no code example is available.
public  
DataContract() 
class DataObject 
extends Event
This language is not supported or no code example is available.
Name Description
Public constructor DataObject() Initializes a new instance of the DataObject class.
Public constructor DataObject(DataObject) Initializes a new instance of the DataObject class.
Public constructor DataObject(DateTime) Initializes a new instance of the DataObject class.
Top
Name Description
Public property DateTime Gets or sets the date time. (inherited from Event).
Public property TypeId Gets the type identifier.
Top
Methods
 
Name Description
Public method Clone()
Public method ToJSON() Returns a JSON formatted String that represents this instance. (inherited from Event).
Public method ToString() Returns a String that represents this instance. (inherited from Event).
Top
Fields
 
Name Description
Internal protected (Protected Friend) field dateTime (inherited from Event).
Top

In this article

Definition