C# Class SaneWeb.ViewProcessor.Marker

Mostrar archivo Open project: ext0/SaneWeb Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Marker ( DataBoundView view, int index ) : System

Initializes a marker for the referenced DataBoundView at the specified index

Method Details

Marker() public method

Initializes a marker for the referenced DataBoundView at the specified index
public Marker ( DataBoundView view, int index ) : System
view DataBoundView Relevant DataBoundView object
index int Starting index of the @ tag
return System