C# Class Telerik.Web.Mvc.UI.ClientSideObjectWriterFactory

Defines the factory to create IClientSideObjectWriter.
Inheritance: IClientSideObjectWriterFactory
Show file Open project: juanplopes/simple-telerik Class Usage Examples

Public Methods

Method Description
Create ( string id, string type, TextWriter textWriter ) : IClientSideObjectWriter

Creates a writer.

Method Details

Create() public method

Creates a writer.
public Create ( string id, string type, TextWriter textWriter ) : IClientSideObjectWriter
id string The id.
type string The type.
textWriter System.IO.TextWriter The text writer.
return IClientSideObjectWriter