Click or drag to resize

EvlRelationship Class

Represents a NetFORUM Event Location via the EventsLocation business object
Inheritance Hierarchy
SystemObject
  Ignition.Framework.EntitiesNetForumEntity
    Ignition.EventsEvlRelationship
      Ignition.EventsEvlRelationshipWithDenormalizedLoc

Namespace: Ignition.Events
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
[NetForumBusinessObjectAttribute("EventsLocation")]
public class EvlRelationship : NetForumEntity

The EvlRelationship type exposes the following members.

Constructors
 NameDescription
Public methodEvlRelationshipInitializes a new instance of the EvlRelationship class
Top
Properties
 NameDescription
Public propertyEventId 
Public propertyId Primary key of the NetFORUM entity.
(Inherited from NetForumEntity)
Public propertyIsPrimary 
Public propertyLocationId 
Public propertyName 
Public propertyRevisionInformation
(Inherited from NetForumEntity)
Public propertySessionId 
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