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