Class DbResourceWriter

DbResourceWriter is an IResourceWriter for writing resources to a database

System.Object
  Westwind.Globalization.DbResourceWriter
public class DbResourceWriter : object, IResourceWriter,
   IDisposable

Class Members

MemberDescription

Constructor

Constructs a DbResourceWriter object

AddResource

Adds a resource to the list of resources to be written to an output file or output stream

public sealed void AddResource(string name,     object value)

public sealed void AddResource(string name,     string value)

public sealed void AddResource(string name,     Byte[] value)

Close

Closes the resource writer after releasing any resources associated with it

public sealed void Close()

Dispose

Releases all resources used by the object

public sealed void Dispose()

Generate

Writes all the resources added by the AddResource method to the output file or stream

public sealed void Generate()

public void Generate(bool DeleteAllRowsFirst)

Requirements

Namespace: Westwind.Globalization
Assembly: westwind.globalization.dll

© West Wind Technologies, 2006 - 2019 • Updated: 01/24/18
Comment or report problem with topic