TrackRegistration Class

Definition

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

Constructors

TrackRegistrationInitializes a new instance of the TrackRegistration 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