Click or drag to resize
ContactsGroupedByLocationViewModel Class
Represents view model for location associated with a number of contacts from the location.
Inheritance Hierarchy
SystemObject
  CMS.ContactManagement.Web.UI.InternalContactsGroupedByLocationViewModel

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 ContactsGroupedByLocationViewModel

The ContactsGroupedByLocationViewModel type exposes the following members.

Constructors
  NameDescription
Public methodContactsGroupedByLocationViewModel
Top
Properties
  NameDescription
Public propertyLocationKey
Code of the location.
Public propertyNumberOfContacts
Number of contacts from the location.
Top
See Also