CsvFormat
Assembly: ServiceStack.dll
View Source
Declaration
public class CsvFormat : IPlugin, IHasStringId, IHasId<string>
Properties
Id
View Source
Declaration
public string Id { get; set; }
Methods
Register(IAppHost)
View Source
Declaration
public void Register(IAppHost appHost)
Parameters
Type | Name |
---|---|
ServiceStack.IAppHost | appHost |
SerializeToStream(IRequest, Object, Stream)
View Source
Declaration
public void SerializeToStream(IRequest req, object request, Stream stream)
Parameters
Type | Name |
---|---|
ServiceStack.Web.IRequest | req |
System.Object | request |
System.IO.Stream | stream |