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