NetForumEntity Class

Represents a generic NetFORUM Business Object, with some additional Ignition-provided functionality

Definition

Namespace: Ignition.Framework.Entities
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
public abstract class NetForumEntity
Inheritance
Object    NetForumEntity
Derived
More

Constructors

NetForumEntityInitializes a new instance of the NetForumEntity class

Properties

Id Primary key of the NetFORUM entity.
RevisionInformation 

Methods

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

See Also