C# Класс Simplify.Web.Core.PageAssembly.StringTableItemsSetter

Provides string table items setter
Наследование: IStringTableItemsSetter
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

Set() публичный Метод

Sets this items from string table to data collector.
public Set ( ) : void
Результат void

StringTableItemsSetter() публичный Метод

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.
Результат System