Click or drag to resize

RegistrationType Class

Note: This API is now obsolete.

Inheritance Hierarchy
SystemObject
  Ignition.Framework.EntitiesNetForumEntity
    Ignition.EventsRegistrationType

Namespace: Ignition.Events
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
[ObsoleteAttribute("Use RegistrantType instead. (6.0)")]
[NetForumBusinessObjectAttribute("RegistrantType")]
public class RegistrationType : NetForumEntity

The RegistrationType type exposes the following members.

Constructors
 NameDescription
Public methodRegistrationTypeInitializes a new instance of the RegistrationType class
Top
Properties
 NameDescription
Public propertyId Primary key of the NetFORUM entity.
(Inherited from NetForumEntity)
Public propertyIsGuestType 
Public propertyRevisionInformation
(Inherited from NetForumEntity)
Public propertyTypeCode 
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