Click or drag to resize

RegisteredExhibitor Class

A registered exhibitor's directory information including their goods and services, exhibit hall location, and means of contact.
Inheritance Hierarchy
SystemObject
  Ignition.Framework.EntitiesNetForumEntity
    Ignition.ExhibitsExhibitorInformation
      Ignition.ExhibitsRegisteredExhibitor

Namespace: Ignition.Exhibits
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
public class RegisteredExhibitor : ExhibitorInformation

The RegisteredExhibitor type exposes the following members.

Constructors
 NameDescription
Public methodRegisteredExhibitorInitializes a new instance of the RegisteredExhibitor class
Top
Properties
 NameDescription
Public propertyAttended
(Inherited from ExhibitorInformation)
Public propertyBoothAssignments 
Public propertyBoothPreferencesObsolete.
Public propertyCancelDate
(Inherited from ExhibitorInformation)
Public propertyCancelReason
(Inherited from ExhibitorInformation)
Public propertyCompetitorsToAvoid
(Inherited from ExhibitorInformation)
Public propertyComplimentaryBoothPersonnel
(Inherited from ExhibitorInformation)
Public propertyComplimentaryRegistrations
(Inherited from ExhibitorInformation)
Public propertyConfirmationDate
(Inherited from ExhibitorInformation)
Public propertyContactCustomerIdObsolete.

(Inherited from ExhibitorInformation)
Public propertyContacts 
Public propertyContractReceiveDate
(Inherited from ExhibitorInformation)
Public propertyContractSendDate
(Inherited from ExhibitorInformation)
Public propertyContractStatus
(Inherited from ExhibitorInformation)
Public propertyCustomerAddressId
(Inherited from ExhibitorInformation)
Public propertyCustomerId
(Inherited from ExhibitorInformation)
Public propertyDirectoryDescriptionHtml
(Inherited from ExhibitorInformation)
Public propertyDirectoryName
(Inherited from ExhibitorInformation)
Public propertyEmailId
(Inherited from ExhibitorInformation)
Public propertyExhibitionId
(Inherited from ExhibitorInformation)
Public propertyFaxId
(Inherited from ExhibitorInformation)
Public propertyId Primary key of the NetFORUM entity.
(Inherited from NetForumEntity)
Public propertyInvoiceCode
(Inherited from ExhibitorInformation)
Public propertyOnWaitlistObsolete.

(Inherited from ExhibitorInformation)
Public propertyOnWaitList
(Inherited from ExhibitorInformation)
Public propertyOrderCode
(Inherited from ExhibitorInformation)
Public propertyPhoneId
(Inherited from ExhibitorInformation)
Public propertyPreferredCommunicationMethod
(Inherited from ExhibitorInformation)
Public propertyPrimaryContactIndividualId
(Inherited from ExhibitorInformation)
Public propertyPriorityPointsGained
(Inherited from ExhibitorInformation)
Public propertyProducts 
Public propertyRegistrantId
(Inherited from ExhibitorInformation)
Public propertyRevisionInformation
(Inherited from NetForumEntity)
Public propertyWebsiteId
(Inherited from ExhibitorInformation)
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
Remarks
Much of the read-only information on this entity may also be accessed directly, and modified as needed, via the ExhibitorRegistrationRepository
See Also