[NetForumBusinessObjectAttribute("ExhibitBoothCategory")]
public class BoothCategory : NetForumEntity
<NetForumBusinessObjectAttribute("ExhibitBoothCategory")>
Public Class BoothCategory
Inherits NetForumEntity
[NetForumBusinessObjectAttribute(L"ExhibitBoothCategory")]
public ref class BoothCategory : public NetForumEntity
[<NetForumBusinessObjectAttribute("ExhibitBoothCategory")>]
type BoothCategory =
class
inherit NetForumEntity
end
BoothCategory | Initializes a new instance of the BoothCategory 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) |