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