ConfigurationListProviderGetEntityBasedListT Method
Retrieves a list configured through entities; usually found in child forms of the Setup/Configuration page of a module.
Namespace: Ignition.Framework.RepositoriesAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
public IReadOnlyCollection<T> GetEntityBasedList<T>()
where T : new(), NetForumEntity
Public Function GetEntityBasedList(Of T As {New, NetForumEntity}) As IReadOnlyCollection(Of T)
public:
generic<typename T>
where T : gcnew(), NetForumEntity
virtual IReadOnlyCollection<T>^ GetEntityBasedList() sealed
abstract GetEntityBasedList : unit -> IReadOnlyCollection<'T> when 'T : new() and NetForumEntity
override GetEntityBasedList : unit -> IReadOnlyCollection<'T> when 'T : new() and NetForumEntity
- T
- The type of entity that the list is based on
IReadOnlyCollectionTThe requested list