RegistrationType Class

Note: This API is now obsolete.

Definition

Namespace: Ignition.Events
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
[ObsoleteAttribute("Use RegistrantType instead. (6.0)")]
[NetForumBusinessObjectAttribute("RegistrantType")]
public class RegistrationType : NetForumEntity
Inheritance
Object    NetForumEntity    RegistrationType

Constructors

RegistrationTypeInitializes a new instance of the RegistrationType class

Properties

Id Primary key of the NetFORUM entity.
(Inherited from NetForumEntity)
IsGuestType 
RevisionInformation
(Inherited from NetForumEntity)
TypeCode 

Methods

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

See Also