RegisteredExhibitor Class

A registered exhibitor's directory information including their goods and services, exhibit hall location, and means of contact.

Definition

Namespace: Ignition.Exhibits
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
public class RegisteredExhibitor : ExhibitorInformation
Inheritance
Object    NetForumEntity    ExhibitorInformation    RegisteredExhibitor

Remarks

Much of the read-only information on this entity may also be accessed directly, and modified as needed, via the ExhibitorRegistrationRepository

Constructors

RegisteredExhibitorInitializes a new instance of the RegisteredExhibitor class

Properties

Attended
(Inherited from ExhibitorInformation)
BoothAssignments 
BoothPreferencesObsolete.
CancelDate
(Inherited from ExhibitorInformation)
CancelReason
(Inherited from ExhibitorInformation)
CompetitorsToAvoid
(Inherited from ExhibitorInformation)
ComplimentaryBoothPersonnel
(Inherited from ExhibitorInformation)
ComplimentaryRegistrations
(Inherited from ExhibitorInformation)
ConfirmationDate
(Inherited from ExhibitorInformation)
ContactCustomerId
(Inherited from ExhibitorInformation)
Obsolete.
Contacts 
ContractReceiveDate
(Inherited from ExhibitorInformation)
ContractSendDate
(Inherited from ExhibitorInformation)
ContractStatus
(Inherited from ExhibitorInformation)
CustomerAddressId
(Inherited from ExhibitorInformation)
CustomerId
(Inherited from ExhibitorInformation)
DirectoryDescriptionHtml
(Inherited from ExhibitorInformation)
DirectoryName
(Inherited from ExhibitorInformation)
EmailId
(Inherited from ExhibitorInformation)
ExhibitionId
(Inherited from ExhibitorInformation)
FaxId
(Inherited from ExhibitorInformation)
Id Primary key of the NetFORUM entity.
(Inherited from NetForumEntity)
InvoiceCode
(Inherited from ExhibitorInformation)
OnWaitlist
(Inherited from ExhibitorInformation)
Obsolete.
OnWaitList
(Inherited from ExhibitorInformation)
OrderCode
(Inherited from ExhibitorInformation)
PhoneId
(Inherited from ExhibitorInformation)
PreferredCommunicationMethod
(Inherited from ExhibitorInformation)
PrimaryContactIndividualId
(Inherited from ExhibitorInformation)
PriorityPointsGained
(Inherited from ExhibitorInformation)
Products 
RegistrantId
(Inherited from ExhibitorInformation)
RevisionInformation
(Inherited from NetForumEntity)
WebsiteId
(Inherited from ExhibitorInformation)

Methods

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

See Also