/ Assembly List / LJCGenTextEdit / GenDataManager

Namespace - LJCGenTextEdit


Syntax

C#
public class GenDataManager

Provides GenData specific XML data manipulation methods.

Public Methods
#ctor Initializes an object instance.
AddRepeatItem Adds a RepeatItem record to the object data.
AddReplacement Adds a Replacement record to the object data.
AddSection Adds a Section record to the object data.
DeleteRepeatItem Deletes the RepeatItem record from the object data.
DeleteReplacement Deletes the Replacement record from the object data.
DeleteSection Deletes the Section record from the object data.
LoadRepeatItems Retrieves a collection of data records.
LoadReplacements Retrieves a collection of data records.
LoadSections Retrieves a collection of data records.
RetrieveRepeatItem Retrieves a RepeatItem record from the object data.
RetrieveReplacement Retrieves a Replacement record from the object data.
RetrieveSection Retrieves a Section record from the object data.
Save Save the XML data.
14 Methods

Properties
FileName Gets or sets the XML data file name.
FileSpec Gets or sets the XML data file specification.
Sections Gets or sets the Sections reference.

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.