Click or drag to resize

RazorTemplateBaseTModelLoopItem Class

A loop item, returned in a list by GetLoop.
Inheritance Hierarchy
SystemObject
  Dynamicweb.RenderingRazorTemplateBaseTModelLoopItem

Namespace:  Dynamicweb.Rendering
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.10.0
Syntax
public class LoopItem

The RazorTemplateBaseTModelLoopItem generic type exposes the following members.

Properties
  NameDescription
Public propertyIndex
Gets the index.
Public propertyLoops
Returns a list of loops on this instance.
Public propertyValues
Gets the raw values in a Dictonary. The key is the name of the tag, the value is value of the tag.
Top
Methods
  NameDescription
Public methodGetBoolean
Gets a boolean representation of the tag value.
Public methodGetDate
Gets a date representation of the tag value.
Public methodGetDouble
Gets a double representation of the tag value.
Public methodGetInteger
Gets a integer representation of the tag value.
Public methodGetLong
Gets a string representation of the tag value.
Public methodGetLoop
Public methodGetString
Gets a string representation of the tag value.
Public methodGetValue
Gets the value.
Public methodTemplateTags
Prints a table of the template tags in the current template instance.
Public methodTemplateTags(String)
Prints a table of the template tags containing the search string in the current template instance.
Top
Remarks
Do not call or instanciate directly. Use
See Also