Show / Hide Table of Contents

Class PreviewProfile

Inheritance
object
PreviewProfile
Implements
IPreviewProfile
IHydratable
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Services.Mobile
Assembly: DotNetNuke.dll
Syntax
public class PreviewProfile : IPreviewProfile, IHydratable

Constructors

PreviewProfile()

Declaration
public PreviewProfile()

Properties

Height

Declaration
public int Height { get; set; }
Property Value
Type Description
int

Id

Declaration
public int Id { get; set; }
Property Value
Type Description
int

KeyID

Declaration
public int KeyID { get; set; }
Property Value
Type Description
int

Name

Declaration
public string Name { get; set; }
Property Value
Type Description
string

PortalId

Declaration
public int PortalId { get; set; }
Property Value
Type Description
int

SortOrder

Declaration
public int SortOrder { get; set; }
Property Value
Type Description
int

UserAgent

Declaration
public string UserAgent { get; set; }
Property Value
Type Description
string

Width

Declaration
public int Width { get; set; }
Property Value
Type Description
int

Methods

Fill(IDataReader)

Declaration
public void Fill(IDataReader dr)
Parameters
Type Name Description
IDataReader dr

Implements

IPreviewProfile
IHydratable

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS