<< Click to Display Table of Contents >> Navigation: »No topics above this level« Base.FromXmlTextReader Method |
Reads the configuration from xml configuration file and updates.
[Visual Basic]
Public Overridable Sub FromXmlTextReader( _
ByRef reader As XmlTextReader, _
ByVal flags As ConfigurationFlags, _
ByVal baseObj As Base _
)
[C#]
public virtual int FromXmlTextReader(
ref XmlTextReader reader,
ConfigurationFlags flags,
Base baseObj
);
reader
XmlTextReader used to read xml configuration file.
flags
Flags for the configuration load options.
baseObj
The owner of the instance which will be updated.
0 if successful else an error code.
Base Class | BR.AN.PviServices Namespace
Generated from assembly BR.AN.PviServices [8.1.0.4]