[NetForumBusinessObjectAttribute("ExhibitorBoothPersonnel")]
public class ExhibitorBoothPersonnel : NetForumEntity<NetForumBusinessObjectAttribute("ExhibitorBoothPersonnel")>
Public Class ExhibitorBoothPersonnel
Inherits NetForumEntity[NetForumBusinessObjectAttribute(L"ExhibitorBoothPersonnel")]
public ref class ExhibitorBoothPersonnel : public NetForumEntity[<NetForumBusinessObjectAttribute("ExhibitorBoothPersonnel")>]
type ExhibitorBoothPersonnel =
class
inherit NetForumEntity
end| ExhibitorBoothPersonnel | Initializes a new instance of the ExhibitorBoothPersonnel class |
| BadgeName | |
| CustomerAddressId | |
| CustomerId | |
| EventRegistrationId | |
| ExhibitorId | |
| FirstName | |
| FullName | |
| Id |
Primary key of the NetFORUM entity.
(Inherited from NetForumEntity) |
| LastName | |
| MiddleName | |
| NickName | |
| Prefix | |
| RevisionInformation | (Inherited from NetForumEntity) |
| CastToCustomEntityTEntity |
Safely cast this entity to a custom user-defined type, as configured via the current CustomEntityRegistrar.
(Inherited from NetForumEntity) |