Метод | Описание | |
---|---|---|
DataStoreInMemoryXmlWriter ( ) : System |
Default constructor - ConformanceLevel = Auto.
|
|
DataStoreInMemoryXmlWriter ( |
Constructor - set your own XmlWriterSettings
|
|
Write ( Stream stream, DataStoreInMemory dataStore ) : void |
Writes the data store's objects to the stream.
|
|
Write ( Stream stream, IBusinessObject>.IDictionary |
Writes the dictionary of business objects (only the actual bos) to the stream
|
|
Write ( StringBuilder s, DataStoreInMemory dataStore ) : void |
Writes the datastore's objects to a StringBuilder
|
|
Write ( |
Writes the businessobjects to the writer.
|
public DataStoreInMemoryXmlWriter ( ) : System | ||
Результат | System |
public DataStoreInMemoryXmlWriter ( |
||
xmlWriterSettings | ||
Результат | System |
public Write ( Stream stream, DataStoreInMemory dataStore ) : void | ||
stream | Stream | |
dataStore | DataStoreInMemory | |
Результат | void |
public Write ( Stream stream, IBusinessObject>.IDictionary |
||
stream | Stream | |
businessObjects | IBusinessObject>.IDictionary | |
Результат | void |
public Write ( StringBuilder s, DataStoreInMemory dataStore ) : void | ||
s | StringBuilder | |
dataStore | DataStoreInMemory | |
Результат | void |
public Write ( |
||
writer | ||
businessObjects | IBusinessObject>.IDictionary | |
includeStartDocument | bool | If true, starts a new xml doc and will close the writer /// after completion. If false, will act as if the write already has a doc started /// (ie, won't add the startdoc element or close the writer). Defaults to true |
Результат | void |