Class GroupKey
- Namespace
- Dynamicweb.Ecommerce.Products
- Assembly
- Dynamicweb.Ecommerce.dll
- Inheritance
-
Group
Key
- Implements
- Inherited Members
Constructors
GroupKey(string, string)
Parameters
Properties
GroupId
The group identifier.
Property Value
LanguageId
The language identifier.
Property Value
Methods
Equals(GroupKey)
Determines whether the specified Group
Parameters
Returns
Equals(object)
Determines whether the specified object is equal to this instance.
Parameters
Returns
GetHashCode()
Returns a hash code for this instance.
Returns
- int
A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
Parse(string)
Parses the given input
as a Group
Parameters
input
stringThe key string to parse.
Returns
ToString()
Returns a string representation of this instance.
Returns
TryParse(string, out GroupKey)
Tries to parse the given input
as a Group
Parameters
input
stringThe key string to parse.
groupKey
GroupKey The out variable containing the Group
Key if parsing was possible.