| C# |
|---|
| public class GenDataManager |
| #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. |
| 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. |