[NetForumBusinessObjectAttribute("ExhibitBoothType")]
public class BoothType : NetForumEntity<NetForumBusinessObjectAttribute("ExhibitBoothType")>
Public Class BoothType
Inherits NetForumEntity[NetForumBusinessObjectAttribute(L"ExhibitBoothType")]
public ref class BoothType : public NetForumEntity[<NetForumBusinessObjectAttribute("ExhibitBoothType")>]
type BoothType =
class
inherit NetForumEntity
end| BoothType | Initializes a new instance of the BoothType class |
| Id |
Primary key of the NetFORUM entity.
(Inherited from NetForumEntity) |
| Name | |
| RevisionInformation | (Inherited from NetForumEntity) |
| CastToCustomEntityTEntity |
Safely cast this entity to a custom user-defined type, as configured via the current CustomEntityRegistrar.
(Inherited from NetForumEntity) |