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