The StrandsScriptGenerator type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
StrandsScriptGenerator |
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetCultureSettingsScript |
Returns script which sets current culture, so correct item captions can be shown.
| |
GetCurrencySettingsScript |
Returns script which sets current currency, so correct prices can be shown.
| |
GetCustomizedRendererScript |
Returns code which registers custom rendering function and declaration of the rendering function. Jquery templates library has to be included in order for this code to work.
| |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetInitializationScript |
Returns script which starts execution of the Strands library. Must be included after Strands library.
| |
GetLibraryIncludeScript |
Returns script which includes Strands library file. Returned string contains html script tags.
| |
GetPurchasedTrackingScript |
Returns script which logs "purchased" event to the Strands Recommender.
| |
GetSearchedTrackingScript |
Returns script which logs "searched" event to the Strands Recommender.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetUpdateShoppingCartTrackingScript |
Returns script which logs "updateschoppingcart" event to the Strands Recommender.
| |
GetUserLoggedTrackingScript |
Returns script which logs "userlogged" event to the Strands Recommender.
This script indicates which user is browsing the web. This event needs to be logged at every page user visits (see http://recommender.strands.com/developers/javascript/#ulogin"/).
Strands can later associate this user ID with the ID of the newsletter recipient and show appropriate recommendations.
| |
GetVisitedTrackingScript |
Returns script which logs "visited" event to the Strands Recommender.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Extension Methods
Name | Description | |
---|---|---|
GetAPIString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) | |
GetString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) | |
ToBoolean |
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToDateTime |
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToDouble |
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToGuid |
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToInteger |
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToString |
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.) |
See Also