Click or drag to resize
ContactProfileViewModel Class
Represents view model for the contact component.
Inheritance Hierarchy
SystemObject
  CMS.ContactManagement.Web.UIContactProfileViewModel

Namespace: CMS.ContactManagement.Web.UI
Assembly: CMS.ContactManagement.Web.UI (in CMS.ContactManagement.Web.UI.dll) Version: 10.0.0
Syntax
C#
public class ContactProfileViewModel

The ContactProfileViewModel type exposes the following members.

Constructors
  NameDescription
Public methodContactProfileViewModel
Top
Properties
  NameDescription
Public propertyContactAddress
Gets or sets value specifying the contact address.
Public propertyContactAge
Gets or sets value specifying the contact age.
Public propertyContactEmail
Gets or sets email of the contact.
Public propertyContactGender
Gets or sets value specifying the contact gender.
Public propertyContactID
Gets or sets contact ID.
Public propertyContactName
Gets or sets full name of the contact.
Public propertyContactNotes
Gets or sets value specifying the contact notes.
Public propertyContactType
Gets or sets value specifying the contact type based on license.
Public propertyEditUrl
Gets or sets url that leads to contacts edit page.
Public propertyIsCustomer
Gets or sets whether the contact is in relation with some user.
Public propertyIsUser
Gets or sets whether the contact is in relation with some user.
Top
See Also