Click or drag to resize
RequestStockHelper Class
Inserts items into HttpContext.Current.Items.
Inheritance Hierarchy
SystemObject
  CMS.HelpersAbstractStockHelperRequestStockHelper
    CMS.HelpersRequestStockHelper

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 11.0.0
Syntax
C#
public class RequestStockHelper : AbstractStockHelper<RequestStockHelper>, 
	ISimpleDataContainer

The RequestStockHelper type exposes the following members.

Constructors
  NameDescription
Public methodRequestStockHelper
Top
Properties
Methods
  NameDescription
Public methodGetValue
Returns value of column.
Public methodSetValue
Sets value of column.
Top
Extension Methods
  NameDescription
Public Extension MethodCheckRequiredColumns
Returns true if given list of columns do not have null values in the object
(Defined by DataExtensions.)
Top
See Also