C# Class SenseNet.Services.ExportToCsvApplication

Inheritance: Application, IHttpHandler
Show file Open project: maxpavlov/FlexNet

Public Methods

Method Description
ExportToCsvApplication ( Node parent ) : System.Collections.Generic
ExportToCsvApplication ( Node parent, string nodeTypeName ) : System.Collections.Generic
ProcessRequest ( HttpContext context ) : void

Protected Methods

Method Description
ExportToCsvApplication ( NodeToken nt ) : System.Collections.Generic

Private Methods

Method Description
CreateHeader ( ) : List
GetAllFieldNames ( ) : List
GetVisibleFieldNames ( ) : List
ToCsv ( ) : string

Method Details

ExportToCsvApplication() public method

public ExportToCsvApplication ( Node parent ) : System.Collections.Generic
parent Node
return System.Collections.Generic

ExportToCsvApplication() public method

public ExportToCsvApplication ( Node parent, string nodeTypeName ) : System.Collections.Generic
parent Node
nodeTypeName string
return System.Collections.Generic

ExportToCsvApplication() protected method

protected ExportToCsvApplication ( NodeToken nt ) : System.Collections.Generic
nt SenseNet.ContentRepository.Storage.NodeToken
return System.Collections.Generic

ProcessRequest() public method

public ProcessRequest ( HttpContext context ) : void
context System.Web.HttpContext
return void