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