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

Definition

Namespace: Ignition.Crm.AccountManagement
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
[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
Inheritance
Object    NetForumEntity    User
Implements
ICustomer, ICustomerIdentity

Constructors

UserInitializes a new instance of the User class

Properties

Methods

CastToCustomEntityTEntity Safely cast this entity to a custom user-defined type, as configured via the current CustomEntityRegistrar.
(Inherited from NetForumEntity)

See Also