Click or drag to resize
ContactsGroupedByGenderViewModel Class
Represents view model for number of contacts in Gender
Inheritance Hierarchy
SystemObject
  CMS.ContactManagement.Web.UI.InternalContactsGroupedByGenderViewModel

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 ContactsGroupedByGenderViewModel

The ContactsGroupedByGenderViewModel type exposes the following members.

Constructors
  NameDescription
Public methodContactsGroupedByGenderViewModel
Top
Properties
  NameDescription
Public propertyGender
Contacts' gender.
Public propertyNumberOfContacts
Number of contacts in Gender.
Top
See Also