ShopItemIdentity Class |
Namespace: Dynamicweb.Analytics
The ShopItemIdentity type exposes the following members.
Name | Description | |
---|---|---|
ShopItemIdentity |
Initializes a new instance of an object.
| |
ShopItemIdentity(ShopItemIdentity) |
Initializes a new instance of an object.
| |
ShopItemIdentity(String, String, String) |
Initializes a new instance of an object.
|
Name | Description | |
---|---|---|
ID |
Gets or sets the ID of the item.
| |
LanguageID |
Gets or sets the language ID of the item.
| |
Suffix |
Gets or sets the optional suffix of the item identity.
|
Name | Description | |
---|---|---|
Combine |
Combines the components of this identity and returns a string that represents the identity.
| |
CompareTo |
Compare the current object to the given one.
| |
CopyTo |
Copies the state of the current object into the given one.
| |
Equals |
Determines whether current object is equal to the given one.
(Overrides ObjectEquals(Object).) | |
GetHashCode | (Overrides ObjectGetHashCode.) | |
Parse |
Parses the shop identity from the given string.
| |
ToString |
Returns a string representation of the current object.
(Overrides ObjectToString.) |
Name | Description | |
---|---|---|
IComparableCompareTo |
Compare the current object to the given one.
|