Track Class

Represents a NetFORUM Event Track via the EventsTrack business object

Definition

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

Constructors

TrackInitializes a new instance of the Track class

Properties

Description 
EventId 
HasTrackFees 
Id Primary key of the NetFORUM entity.
(Inherited from NetForumEntity)
Name 
RevisionInformation
(Inherited from NetForumEntity)
ShortDescription 
TrackSessions 

Methods

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

See Also