C# Class CustomActionResults.Controllers.CsvFileCreator

Afficher le fichier Open project: jeffreypalermo/mvc2inaction Class Usage Examples

Méthodes publiques

Méthode Description
AsBytes ( IEnumerable modelList ) : byte[]

Private Methods

Méthode Description
BuildHeaders ( IEnumerable modelList, StringBuilder sb ) : void
BuildRowData ( IEnumerable modelList, object modelItem, StringBuilder sb ) : void
BuildRows ( IEnumerable modelList, StringBuilder sb ) : void

Method Details

AsBytes() public méthode

public AsBytes ( IEnumerable modelList ) : byte[]
modelList IEnumerable
Résultat byte[]