Class AddinKey
- Namespace
- Dynamicweb.Marketplace
- Assembly
- Dynamicweb.Marketplace.dll
- Inheritance
-
Addin
Key
- 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
Property Value
Extension
Property Value
InstalledVersion
Property Value
LatestVersion
Property Value
Package
Property Value
Methods
Equals(AddinKey?)
Indicates whether the current object is equal to another object of the same type.
Parameters
other
AddinKey An object to compare with this object.
Returns
Equals(object?)
Determines whether the specified object is equal to the current object.
Parameters
obj
objectThe object to compare with the current object.
Returns
GetHashCode()
Serves as the default hash function.
Returns
- int
A hash code for the current object.
Parse(string?)
Parameters
key
string
Returns
ToString()
Returns a string that represents the current object.
Returns
- string
A string that represents the current object.