Show / Hide Table of Contents

Class LocalUpgradeInfo

Inheritance
object
LocalUpgradeInfo
Implements
IEquatable<LocalUpgradeInfo>
Inherited Members
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Services.Installer
Assembly: DotNetNuke.dll
Syntax
public record LocalUpgradeInfo : IEquatable<LocalUpgradeInfo>

Constructors

LocalUpgradeInfo()

Declaration
public LocalUpgradeInfo()

LocalUpgradeInfo(LocalUpgradeInfo)

Declaration
protected LocalUpgradeInfo(LocalUpgradeInfo original)
Parameters
Type Name Description
LocalUpgradeInfo original

Properties

EqualityContract

Declaration
protected virtual Type EqualityContract { get; }
Property Value
Type Description
Type

IsOutdated

Declaration
public bool IsOutdated { get; set; }
Property Value
Type Description
bool

IsValid

Declaration
public bool IsValid { get; set; }
Property Value
Type Description
bool

PackageName

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

Version

Declaration
public Version Version { get; set; }
Property Value
Type Description
Version

Methods

Equals(LocalUpgradeInfo?)

Declaration
public virtual bool Equals(LocalUpgradeInfo? other)
Parameters
Type Name Description
LocalUpgradeInfo other
Returns
Type Description
bool

Equals(object?)

Declaration
public override bool Equals(object? obj)
Parameters
Type Name Description
object obj
Returns
Type Description
bool
Overrides
object.Equals(object)

GetHashCode()

Declaration
public override int GetHashCode()
Returns
Type Description
int
Overrides
object.GetHashCode()

PrintMembers(StringBuilder)

Declaration
protected virtual bool PrintMembers(StringBuilder builder)
Parameters
Type Name Description
StringBuilder builder
Returns
Type Description
bool

ToString()

Declaration
public override string ToString()
Returns
Type Description
string
Overrides
object.ToString()

Operators

operator ==(LocalUpgradeInfo?, LocalUpgradeInfo?)

Declaration
public static bool operator ==(LocalUpgradeInfo? left, LocalUpgradeInfo? right)
Parameters
Type Name Description
LocalUpgradeInfo left
LocalUpgradeInfo right
Returns
Type Description
bool

operator !=(LocalUpgradeInfo?, LocalUpgradeInfo?)

Declaration
public static bool operator !=(LocalUpgradeInfo? left, LocalUpgradeInfo? right)
Parameters
Type Name Description
LocalUpgradeInfo left
LocalUpgradeInfo right
Returns
Type Description
bool

Implements

IEquatable<T>

Extension Methods

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