NetForumEntityCastToCustomEntityTEntity Method
Safely cast this entity to a custom user-defined type, as configured via the current
CustomEntityRegistrar.
Namespace: Ignition.Framework.EntitiesAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
public TEntity CastToCustomEntity<TEntity>()
where TEntity : NetForumEntity
Public Function CastToCustomEntity(Of TEntity As NetForumEntity) As TEntity
public:
generic<typename TEntity>
where TEntity : NetForumEntity
TEntity CastToCustomEntity()
member CastToCustomEntity : unit -> 'TEntity when 'TEntity : NetForumEntity
- TEntity
- The custom type to cast this entity to
TEntityThe entity, cast to a custom type