Click or drag to resize
UserData Class
Represents user data.
Inheritance Hierarchy

Namespace: dk.webCRM.ApiSync.BusinessLayer.Entities
Assembly: dk.webCRM.ApiSync.BusinessLayer (in dk.webCRM.ApiSync.BusinessLayer.dll) Version: 2.0.0.5 (2.0.0.5)
Syntax
[SerializableAttribute]
public class UserData

The UserData type exposes the following members.

Constructors
  NameDescription
Public methodUserData
Initializes a new instance of class.
Top
Properties
  NameDescription
Public propertyAccessLevel
Gets or sets the user access level.
Public propertyID
Gets or sets the user Id number.
Public propertyInitials
Gets or sets the user initials.
Public propertyLoginName
Gets or sets the login name.
Public propertyName
Gets or sets the user name.
Top
See Also