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.
Name | Description | |
---|---|---|
Fundamental(DateTime, int, int, byte) |
Name | Description | |
---|---|---|
DateTime | Gets or sets the date time. (inherited from Event). | |
Fields | ||
FundamentalType | ||
Item(int) | ||
Item(string) | ||
TypeId | Gets the type identifier. |
Name | Description | |
---|---|---|
AddField(string, int) | ||
Clone() | (inherited from DataObject). | |
Contains(string) | ||
GetIndex(string) | ||
Print() | ||
Print_Temporary() | ||
RemoveField(string) | ||
ToJSON() | Returns a JSON formatted String that represents this instance. (inherited from Event). | |
ToString() | Returns a String that represents this instance. |