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

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

The ContactDetailsViewModel type exposes the following members.

Constructors
  NameDescription
Public methodContactDetailsViewModel
Top
Properties
  NameDescription
Public propertyFieldCaption
Gets or sets localized caption of the detail item.
Public propertyFieldName
Gets or sets name of the detail item.
Public propertyFieldType
Gets or sets type of the FieldValue.
Public propertyFieldValue
Gets or sets value of the detail item.
Top
See Also