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