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