Fundamental Class

[DataContract()] 
public class Fundamental : DataObject
This language is not supported or no code example is available.
[DataContract()] 
public ref class Fundamental : public DataObject^
This language is not supported or no code example is available.
public  
DataContract() 
class Fundamental 
extends DataObject
This language is not supported or no code example is available.
Name Description
Public property DateTime Gets or sets the date time. (inherited from Event).
Public property Fields
Public property FundamentalType
Public property Item(int)
Public property Item(string)
Public property TypeId Gets the type identifier.
Top
Methods
 
Name Description
Public method Static AddField(string, int)
Public method Clone() (inherited from DataObject).
Public method Static Contains(string)
Public method Static GetIndex(string)
Public method Static Print()
Public method Print_Temporary()
Public method Static RemoveField(string)
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.
Top
Fields
 
Name Description
Internal protected (Protected Friend) field dateTime (inherited from Event).
Top

In this article

Definition