Click or drag to resize

ShopItemIdentity Class

Represents a shop item identity.
Inheritance Hierarchy
SystemObject
  Dynamicweb.AnalyticsShopItemIdentity

Namespace:  Dynamicweb.Analytics
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public class ShopItemIdentity : IComparable, 
	IComparable<ShopItemIdentity>

The ShopItemIdentity type exposes the following members.

Constructors
  NameDescription
Public methodShopItemIdentity
Initializes a new instance of an object.
Public methodShopItemIdentity(ShopItemIdentity)
Initializes a new instance of an object.
Public methodShopItemIdentity(String, String, String)
Initializes a new instance of an object.
Top
Properties
  NameDescription
Public propertyID
Gets or sets the ID of the item.
Public propertyLanguageID
Gets or sets the language ID of the item.
Public propertySuffix
Gets or sets the optional suffix of the item identity.
Top
Methods
  NameDescription
Public methodCombine
Combines the components of this identity and returns a string that represents the identity.
Public methodCompareTo
Compare the current object to the given one.
Public methodCopyTo
Copies the state of the current object into the given one.
Public methodEquals
Determines whether current object is equal to the given one.
(Overrides ObjectEquals(Object).)
Public methodGetHashCode (Overrides ObjectGetHashCode.)
Public methodStatic memberParse
Parses the shop identity from the given string.
Public methodToString
Returns a string representation of the current object.
(Overrides ObjectToString.)
Top
Fields
  NameDescription
Public fieldStatic memberSeparator
Gets a character that is used to separate identity components.
Top
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate methodIComparableCompareTo
Compare the current object to the given one.
Top
See Also