SessionRegistration Class

Definition

Namespace: Ignition.Events
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
[NetForumBusinessObjectAttribute("EventsRegistrantSession")]
public class SessionRegistration : TrackSessionRegistration
Inheritance
Object    NetForumEntity    TrackSessionRegistration    SessionRegistration

Constructors

SessionRegistrationInitializes a new instance of the SessionRegistration class

Properties

Attended
(Inherited from TrackSessionRegistration)
ConfirmationDate
(Inherited from TrackSessionRegistration)
EventId
(Inherited from TrackSessionRegistration)
Id Primary key of the NetFORUM entity.
(Inherited from NetForumEntity)
RegistrationId
(Inherited from TrackSessionRegistration)
RevisionInformation
(Inherited from NetForumEntity)
SessionId
(Inherited from TrackSessionRegistration)
TrackId
(Inherited from TrackSessionRegistration)

Methods

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

See Also