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
Apptus.ESales.ConnectorCssClass
Namespace: Apptus.ESales.Connector
Assembly: Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 3.47.3
Syntax
C#
public sealed class CssClass
The CssClass type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | ForAddingToCartNotification |
Converts a ticket to css classes for automatic adding to cart notifications.
|
![]() | ForClickNotification |
Converts a ticket to css classes for automatic click notifications.
|
![]() | ForClickNotificationAndSiteOverlay |
Converts a ticket to css classes for automatic click notifications and site overlay.
|
![]() | ForSiteOverlay |
Converts a ticket to css classes for site overlay element identification.
|
![]() ![]() | Get | |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
See Also