User Class
public class User : DataObject,
INotifyPropertyChanged
This language is not supported or no code example is available.
public ref class User : public DataObject^,
public INotifyPropertyChanged^
This language is not supported or no code example is available.
public class User
extends DataObject
implements INotifyPropertyChanged
This language is not supported or no code example is available.
Name | Description | |
---|---|---|
User() | ||
User(string, string) |
Name | Description | |
---|---|---|
Add(string, string) | ||
AddDefaultItems() | ||
Clone() | (inherited from DataObject). | |
Contains(string) | ||
GetBoolValue(string) | ||
GetDoubleValue(string) | ||
GetIntValue(string) | ||
GetItems(string) | ||
GetStringValue(string) | ||
OnPropertyChanged(string) | ||
ToAccountData(DateTime, byte, byte) | ||
ToJSON() | Returns a JSON formatted String that represents this instance. (inherited from Event). | |
ToString() | Returns a String that represents this instance. (inherited from Event). |
Name | Description | |
---|---|---|
PropertyChanged |