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