C# Class AjaxControlToolkit.Reference.Core.DocBase

Mostrar archivo Open project: DevExpress/AjaxControlToolkit Class Usage Examples

Public Methods

Method Description
DocBase ( string fullName ) : System
Fill ( IEnumerable values, ContentType contentType ) : DocBase

Method Details

DocBase() public method

public DocBase ( string fullName ) : System
fullName string
return System

Fill() public abstract method

public abstract Fill ( IEnumerable values, ContentType contentType ) : DocBase
values IEnumerable
contentType ContentType
return DocBase