Class AddinKey
- Namespace
- Dynamicweb.Marketplace
- Assembly
- Dynamicweb.Marketplace.dll
public sealed class AddinKey : IEquatable<AddinKey>
- Inheritance
-
AddinKey
- Implements
- Inherited Members
Constructors
AddinKey(string?, string?, string?, string?, string?)
public AddinKey(string? package, string? extension, string? installedVersion, string? latestVersion, string? addinProvider)
Parameters
Properties
AddinProvider
public string? AddinProvider { get; }
Property Value
Extension
public string? Extension { get; }
Property Value
InstalledVersion
public string? InstalledVersion { get; }
Property Value
LatestVersion
public string? LatestVersion { get; }
Property Value
Package
public string? Package { get; }
Property Value
Methods
Equals(AddinKey?)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(AddinKey? other)
Parameters
otherAddinKeyAn object to compare with this object.
Returns
Equals(object?)
Determines whether the specified object is equal to the current object.
public override bool Equals(object? obj)
Parameters
objobjectThe object to compare with the current object.
Returns
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
Returns
- int
A hash code for the current object.
Parse(string?)
public static AddinKey? Parse(string? key)
Parameters
keystring
Returns
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.