Class OverviewCardGroupConfigurationExtensions
Extension method class for overview card groups configuration.
public static class OverviewCardGroupConfigurationExtensions
- Inheritance
-
objectOverviewCardGroupConfigurationExtensions
Methods
AddCard(OverviewCardGroup, OverviewCard)
Adds new card into the card group.
public static OverviewCardGroup AddCard(this OverviewCardGroup cardGroup, OverviewCard card)
Parameters
cardGroup
OverviewCardGroupCard group.
card
OverviewCardCard to be added to the given
cardGroup
.
Returns
- OverviewCardGroup
Card groups collection.
AddCardGroup(ICollection<OverviewCardGroup>)
Adds new card group into the collection.
public static OverviewCardGroup AddCardGroup(this ICollection<OverviewCardGroup> collection)
Parameters
collection
ICollection<OverviewCardGroup>Card groups collection.
Returns
- OverviewCardGroup
Card groups collection.