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
Public property Claims
Public property DataFilePermissions
Public property DateTime Gets or sets the date time.
Public property Id
Public property Items
Public property Name
Public property Password
Public property TypeId Gets the type identifier.
Top
Methods
 
Name Description
Public method Add(string, string)
Public method AddDefaultItems()
Public method Clone() (inherited from DataObject).
Public method Contains(string)
Public method GetBoolValue(string)
Public method GetDoubleValue(string)
Public method GetIntValue(string)
Public method GetItems(string)
Public method GetStringValue(string)
Protected method OnPropertyChanged(string)
Public method ToAccountData(DateTime, byte, byte)
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
Events
 
Name Description
Public event PropertyChanged
Top
Fields
 
Name Description
Internal protected (Protected Friend) field dateTime (inherited from Event).
Top

In this article

Definition