C# 클래스 Simplify.Web.Core.PageAssembly.StringTableItemsSetter

Provides string table items setter
상속: IStringTableItemsSetter
파일 보기 프로젝트 열기: i4004/Simplify.Web

공개 메소드들

메소드 설명
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