ConfigurationListProviderGetEntityBasedListItemT Method
Retrieves a single item from a list of configured through entities by its Id, with null pass-through
Namespace: Ignition.Framework.RepositoriesAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
public T GetEntityBasedListItem<T>(
NetForumId id
)
where T : new(), NetForumEntity
Public Function GetEntityBasedListItem(Of T As {New, NetForumEntity}) (
id As NetForumId
) As T
public:
generic<typename T>
where T : gcnew(), NetForumEntity
virtual T GetEntityBasedListItem(
NetForumId^ id
) sealed
abstract GetEntityBasedListItem :
id : NetForumId -> 'T when 'T : new() and NetForumEntity
override GetEntityBasedListItem :
id : NetForumId -> 'T when 'T : new() and NetForumEntity
- id NetForumId
- The id of the list item to retrieve, or null
- T
- The type of entity that the list is based on
TThe requested item if id was not null; otherwise null