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