 | 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.28229
Syntaxpublic 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
Type Parameters
- T
- The type of entity that the list is based on
Return Value
IReadOnlyCollectionTThe requested list
See Also