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