Click or drag to resize
User Class DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Class that defines a particular User in DataPA Enterprise.
Inheritance Hierarchy
SystemObject
  DataPAServerSecurityUser

Namespace: DataPAServerSecurity
Assembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[SerializableAttribute]
public class User : _User, ISerializable

The User type exposes the following members.

Constructors
  NameDescription
Public methodUser
Creates and returns a new User object.
Public methodUser(UsersCollection)
Creates and returns a new User object.
Public methodUser(UsersCollection, String)
Creates and returns a new User object.
Public methodUser(UsersCollection, String, String)
Creates and returns a new User object.
Public methodUser(UsersCollection, String, String, String)
Creates and returns a new User object.
Top
Methods
  NameDescription
Public methodGetObjectData
Top
Fields
Properties
  NameDescription
Public propertyGroup
Gets and sets the group for this user.
Public propertyGUID
Gets and sets a GUID that uniquely identifies this object.
Public propertyID
Gets a value that indicates the Unique ID of this object.
Public propertyIsDefaultAdmin
Public propertyName
Gets and sets the name of this user.
Public propertyObjectSizes
Gets a dictionary of serialized objects contained in this object, along with their sizes (in bytes)
Public propertyParent
Gets and sets the parent of this object.
Public propertyPassword
Gets and sets the password for this user.
Public propertyUserName
Gets and sets the username for this user.
Top
Remarks