Click or drag to resize

GeneralRepositoryGetTEntity Method

Note: This API is now obsolete.


Namespace: Ignition.Framework.Repositories
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
[ObsoleteAttribute("Use GetById instead, which behaves identically. (6.1)")]
public TEntity Get<TEntity>(
	NetForumId id
)
where TEntity : new(), NetForumEntity

Parameters

id  NetForumId
 

Type Parameters

TEntity

Return Value

TEntity
See Also