CCDSContainerGetItemsT Method

Retrieves the list of CCDS category objects based on a specified type.

Namespace:  Dtx.DataAccessExt.BL
Assembly:  Dtx.DataAccessExt (in Dtx.DataAccessExt.dll) Version: 11.0.12.85

Syntax
C#
public List<T> GetItems<T>()
where T : new(), ICCDSCategory

Type Parameters

T
The type of CCDS category to get.

Return Value

Type: ListT
List of CCDS category objects.
See Also