Click or drag to resize
CssClass Class
Class used to generate the css classes that are required to use automatic notifications or site overlay for web pages. The class has methods that returns string representations for the css classes given a ticket.
Inheritance Hierarchy
SystemObject
  Apptus.ESales.ConnectorCssClass

Namespace:  Apptus.ESales.Connector
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.4.1
Syntax
C#
public sealed class CssClass

The CssClass type exposes the following members.

Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodForAddingToCartNotification
Converts a ticket to css classes for automatic adding to cart notifications.
Public methodForClickNotification
Converts a ticket to css classes for automatic click notifications.
Public methodForClickNotificationAndSiteOverlay
Converts a ticket to css classes for automatic click notifications and site overlay.
Public methodForSiteOverlay
Converts a ticket to css classes for site overlay element identification.
Public methodStatic memberGet
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also