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