Event Class

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

In this article

Definition