Author Class

Represents a NetFORUM Abstract Author

Definition

Namespace: Ignition.Events.Abstracts
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
[NetForumBusinessObjectAttribute("Abstract Author")]
public class Author : NetForumEntity
Inheritance
Object    NetForumEntity    Author

Constructors

AuthorInitializes a new instance of the Author class
Author(IIndividualIdentity, AuthorType)Initializes a new instance of the Author class

Properties

AbstractId 
AuthorTypeId 
Id Primary key of the NetFORUM entity.
(Inherited from NetForumEntity)
IndividualId 
IsPrimary 
RevisionInformation
(Inherited from NetForumEntity)

Methods

CastToCustomEntityTEntity Safely cast this entity to a custom user-defined type, as configured via the current CustomEntityRegistrar.
(Inherited from NetForumEntity)

See Also