Show / Hide Table of Contents

Class UpgradeIndicatorViewModel

Inheritance
object
UpgradeIndicatorViewModel
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Web.Components.Controllers.Models
Assembly: DotNetNuke.Web.dll
Syntax
public class UpgradeIndicatorViewModel

Constructors

UpgradeIndicatorViewModel()

Declaration
public UpgradeIndicatorViewModel()

Properties

AltText

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

CssClass

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

ID

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

ImageUrl

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

ToolTip

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

WebAction

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

Extension Methods

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