Click or drag to resize

User Class

Note: This API is now obsolete.

Represents a NetFORUM eWeb user. Used as a convenient lighter-weight form of an Individual when they're accessing the system as an end-user
Inheritance Hierarchy
SystemObject
  Ignition.Framework.EntitiesNetForumEntity
    Ignition.Crm.AccountManagementUser

Namespace: Ignition.Crm.AccountManagement
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
[NetForumBusinessObjectAttribute("Individual")]
[ObsoleteAttribute("Ignition's user management model is being simplified. Use Individual or other implementation of ICustomer instead. (5.4)")]
public class User : NetForumEntity, ICustomer, ICustomerIdentity

The User type exposes the following members.

Constructors
 NameDescription
Public methodUserInitializes a new instance of the User class
Top
Properties
 NameDescription
Public propertyCustomerType 
Public propertyEmailAddress 
Public propertyFirstName 
Public propertyId Primary key of the NetFORUM entity.
(Inherited from NetForumEntity)
Public propertyIsMember 
Public propertyLastName 
Public propertyName 
Public propertyRecordNumber 
Public propertyRecordNumberId 
Public propertyRevisionInformation
(Inherited from NetForumEntity)
Public propertySortName 
Public propertyWebLogin 
Top
Methods
 NameDescription
Public methodCastToCustomEntityTEntity Safely cast this entity to a custom user-defined type, as configured via the current CustomEntityRegistrar.
(Inherited from NetForumEntity)
Top
See Also