Click or drag to resize
ContactsGroupedByAgeViewModel Class
Represents view model for number of contacts in Category
Inheritance Hierarchy
SystemObject
  CMS.ContactManagement.Web.UI.InternalContactsGroupedByAgeViewModel

Namespace: CMS.ContactManagement.Web.UI.Internal
Assembly: CMS.ContactManagement.Web.UI (in CMS.ContactManagement.Web.UI.dll) Version: 11.0.0
Syntax
C#
public class ContactsGroupedByAgeViewModel

The ContactsGroupedByAgeViewModel type exposes the following members.

Constructors
  NameDescription
Public methodContactsGroupedByAgeViewModel
Top
Properties
  NameDescription
Public propertyCategory
Gets or sets age category (25–34, 34–44 etc.)
Public propertyNumberOfContacts
Number of contacts in Category.
Top
See Also