Click or drag to resize

EWebAccountRegistration Class

Represents a new individual. Used to create new end-users for a system quickly by condensing commonly entered information into a single object. Consumed by CreateAccount(EWebAccountRegistration)
Inheritance Hierarchy
SystemObject
  Ignition.Framework.EntitiesNetForumEntity
    Ignition.Crm.AccountManagementEWebAccountRegistration

Namespace: Ignition.Crm.AccountManagement
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
[NetForumBusinessObjectAttribute("Individual")]
public class EWebAccountRegistration : NetForumEntity

The EWebAccountRegistration type exposes the following members.

Constructors
 NameDescription
Public methodEWebAccountRegistrationInitializes a new instance of the EWebAccountRegistration class
Top
Properties
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