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