C# Class Simplify.Web.Core.PageAssembly.StringTableItemsSetter

Provides string table items setter
Inheritance: IStringTableItemsSetter
Exibir arquivo Open project: i4004/Simplify.Web

Public Methods

Method Description
Set ( ) : void

Sets this items from string table to data collector.

StringTableItemsSetter ( IDataCollector dataCollector, IStringTable stringTable ) : System

Initializes a new instance of the StringTableItemsSetter class.

Method Details

Set() public method

Sets this items from string table to data collector.
public Set ( ) : void
return void

StringTableItemsSetter() public method

Initializes a new instance of the StringTableItemsSetter class.
public StringTableItemsSetter ( IDataCollector dataCollector, IStringTable stringTable ) : System
dataCollector IDataCollector The data collector.
stringTable IStringTable The string table.
return System