TrackSession Class

Represents a NetFORUM Track Session via the EventsTrackSessionXref business object

Definition

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

Constructors

TrackSessionInitializes a new instance of the TrackSession class

Properties

EventId 
Id Primary key of the NetFORUM entity.
(Inherited from NetForumEntity)
RevisionInformation
(Inherited from NetForumEntity)
SessionCode 
SessionId
(Inherited from SxtRelationship)
SessionTypeId 
Title 
TrackId
(Overrides SxtRelationshipTrackId)

Methods

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

See Also