Click or drag to resize
PersonaReportConfigurationViewModel Class
Represents view model containing the PersonaInfo configuration data suitable for the persona report.
Inheritance Hierarchy
SystemObject
  CMS.Personas.Web.UI.InternalPersonaReportConfigurationViewModel

Namespace: CMS.Personas.Web.UI.Internal
Assembly: CMS.Personas.Web.UI (in CMS.Personas.Web.UI.dll) Version: 11.0.0
Syntax
C#
public sealed class PersonaReportConfigurationViewModel

The PersonaReportConfigurationViewModel type exposes the following members.

Constructors
  NameDescription
Public methodPersonaReportConfigurationViewModel
Top
Properties
  NameDescription
Public propertyPersonaID
Gets or sets value representing PersonaID.
Public propertyPersonaImage
Gets or sets string containing the image tag with source directing to the image of PersonaInfo.
Public propertyPersonaName
Gets or sets value representing PersonaName.
Top
See Also