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