Click or drag to resize

Author Class

Represents a NetFORUM Abstract Author
Inheritance Hierarchy
SystemObject
  Ignition.Framework.EntitiesNetForumEntity
    Ignition.Events.AbstractsAuthor

Namespace: Ignition.Events.Abstracts
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
[NetForumBusinessObjectAttribute("Abstract Author")]
public class Author : NetForumEntity

The Author type exposes the following members.

Constructors
 NameDescription
Public methodAuthorInitializes a new instance of the Author class
Public methodAuthor(IIndividualIdentity, AuthorType)Initializes a new instance of the Author class
Top
Properties
 NameDescription
Public propertyAbstractId 
Public propertyAuthorTypeId 
Public propertyId Primary key of the NetFORUM entity.
(Inherited from NetForumEntity)
Public propertyIndividualId 
Public propertyIsPrimary 
Public propertyRevisionInformation
(Inherited from NetForumEntity)
Top
Methods
 NameDescription
Public methodCastToCustomEntityTEntity Safely cast this entity to a custom user-defined type, as configured via the current CustomEntityRegistrar.
(Inherited from NetForumEntity)
Top
See Also