Click or drag to resize
User Class
Class that represents a user resource along with associated properties.
Inheritance Hierarchy
SystemObject
  Oracle.Cloud.Mobile.AuthorizationUser

Namespace: Oracle.Cloud.Mobile.Authorization
Assembly: Oracle.Cloud.Mobile (in Oracle.Cloud.Mobile.dll) Version: 16.1.3.1 (16.1.3.1)
Syntax
public sealed class User : IDictionary<string, string>, 
	ICollection<KeyValuePair<string, string>>, IEnumerable<KeyValuePair<string, string>>, 
	IEnumerable

The User type exposes the following members.

Properties
  NameDescription
Public propertyCount
Inherited from IDictionary.
Public propertyEMail
The user's email address.
Public propertyFirstName
The user's first name.
Public propertyId
The user's ID.
Public propertyIsReadOnly
Inherited from IDictionary.
Public propertyItem
Returns the value of a property associated with the user resource.
Public propertyKeys
Inherited from IDictionary.
Public propertyLastName
The user's last name.
Public propertyUserName
The username used to login.
Public propertyValues
Inherited from IDictionary.
Top
Methods
  NameDescription
Public methodAdd(KeyValuePairString, String)
Inherited from IDictionary.
Public methodAdd(String, String)
Inherited from IDictionary.
Public methodClear
Inherited from IDictionary.
Public methodContains
Inherited from IDictionary.
Public methodContainsKey
Inherited from IDictionary.
Public methodCopyTo
Inherited from IDictionary.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetEnumerator
Inherited from IDictionary.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodRemove(KeyValuePairString, String)
Inherited from IDictionary.
Public methodRemove(String)
Inherited from IDictionary.
Public methodToString
The JSON representation of the user resource.
(Overrides ObjectToString.)
Public methodTryGetValue
Inherited from IDictionary.
Top
See Also