Keyoti Search for ASP.NET API Docs
ServiceConfiguration Class
API DocumentationKeyoti.SearchEngine.WindowsServiceServiceConfiguration
Keyoti Search for ASP.NET 2010
Declaration Syntax
C#Visual BasicVisual C++
[SerializableAttribute]
public class ServiceConfiguration : DataSet
<SerializableAttribute> _
Public Class ServiceConfiguration _
	Inherits DataSet
[SerializableAttribute]
public ref class ServiceConfiguration : public DataSet
Members
All MembersConstructorsMethodsPropertiesEvents



IconMemberDescription
ServiceConfiguration()()()

ServiceConfiguration(SerializationInfo, StreamingContext)

AcceptChanges()()()
Commits all the changes made to this DataSet since it was loaded or since the last time AcceptChanges()()() was called.
(Inherited from DataSet.)
BeginInit()()()
Begins the initialization of a DataSet that is used on a form or used by another component. The initialization occurs at run time.
(Inherited from DataSet.)
CaseSensitive
Gets or sets a value indicating whether string comparisons within DataTable objects are case-sensitive.
(Inherited from DataSet.)
Clear()()()
Clears the DataSet of any data by removing all rows in all tables.
(Inherited from DataSet.)
Clone()()()
(Overrides DataSet.Clone()()().)
Container
Gets the container for the component.
(Inherited from MarshalByValueComponent.)
Copy()()()
Copies both the structure and data for this DataSet.
(Inherited from DataSet.)
CreateDataReader()()()
Returns a DataTableReader with one result set per DataTable, in the same sequence as the tables appear in the Tables collection.
(Inherited from DataSet.)
CreateDataReader(array<DataTable>[]()[])
Returns a DataTableReader with one result set per DataTable.
(Inherited from DataSet.)
DataSetName
Gets or sets the name of the current DataSet.
(Inherited from DataSet.)
DefaultViewManager
Gets a custom view of the data contained in the DataSet to allow filtering, searching, and navigating using a custom DataViewManager.
(Inherited from DataSet.)
DesignMode
Gets a value indicating whether the component is currently in design mode.
(Inherited from MarshalByValueComponent.)
DetermineSchemaSerializationMode(SerializationInfo, StreamingContext)
Determines the SchemaSerializationMode for a DataSet.
(Inherited from DataSet.)
DetermineSchemaSerializationMode(XmlReader)
Determines the SchemaSerializationMode for a DataSet.
(Inherited from DataSet.)
Dispose()()()
Releases all resources used by the MarshalByValueComponent.
(Inherited from MarshalByValueComponent.)
Dispose(Boolean)
Releases the unmanaged resources used by the MarshalByValueComponent and optionally releases the managed resources.
(Inherited from MarshalByValueComponent.)
Disposed
Adds an event handler to listen to the Disposed event on the component.
(Inherited from MarshalByValueComponent.)
EndInit()()()
Ends the initialization of a DataSet that is used on a form or used by another component. The initialization occurs at run time.
(Inherited from DataSet.)
EnforceConstraints
Gets or sets a value indicating whether constraint rules are followed when attempting any update operation.
(Inherited from DataSet.)
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Events
Gets the list of event handlers that are attached to this component.
(Inherited from MarshalByValueComponent.)
ExtendedProperties
Gets the collection of customized user information associated with the DataSet.
(Inherited from DataSet.)
Finalize()()()
[To be supplied.]
(Inherited from MarshalByValueComponent.)
GetChanges()()()
Gets a copy of the DataSet that contains all changes made to it since it was loaded or since AcceptChanges()()() was last called.
(Inherited from DataSet.)
GetChanges(DataRowState)
Gets a copy of the DataSet containing all changes made to it since it was last loaded, or since AcceptChanges()()() was called, filtered by DataRowState.
(Inherited from DataSet.)
GetHashCode()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetObjectData(SerializationInfo, StreamingContext)
Populates a serialization information object with the data needed to serialize the DataSet.
(Inherited from DataSet.)
GetSchemaSerializable()()()
(Overrides DataSet.GetSchemaSerializable()()().)
GetSerializationData(SerializationInfo, StreamingContext) (Inherited from DataSet.)
GetService(Type)
Gets the implementer of the IServiceProvider.
(Inherited from MarshalByValueComponent.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
GetXml()()()
Returns the XML representation of the data stored in the DataSet.
(Inherited from DataSet.)
GetXmlSchema()()()
Returns the XML Schema for the XML representation of the data stored in the DataSet.
(Inherited from DataSet.)
HasChanges()()()
Gets a value indicating whether the DataSet has changes, including new, deleted, or modified rows.
(Inherited from DataSet.)
HasChanges(DataRowState)
Gets a value indicating whether the DataSet has changes, including new, deleted, or modified rows, filtered by DataRowState.
(Inherited from DataSet.)
HasErrors
Gets a value indicating whether there are errors in any of the DataTable objects within this DataSet.
(Inherited from DataSet.)
IndexDirectories

IndexDirectory

InferXmlSchema(XmlReader, array<String>[]()[])
Applies the XML schema from the specified XmlReader to the DataSet.
(Inherited from DataSet.)
InferXmlSchema(Stream, array<String>[]()[])
Applies the XML schema from the specified Stream to the DataSet.
(Inherited from DataSet.)
InferXmlSchema(TextReader, array<String>[]()[])
Applies the XML schema from the specified TextReader to the DataSet.
(Inherited from DataSet.)
InferXmlSchema(String, array<String>[]()[])
Applies the XML schema from the specified file to the DataSet.
(Inherited from DataSet.)
Initialized
Occurs after the DataSet is initialized.
(Inherited from DataSet.)
InitializeDerivedDataSet()()() (Inherited from DataSet.)
IsBinarySerialized(SerializationInfo, StreamingContext)
Inspects the format of the serialized representation of the DataSet.
(Inherited from DataSet.)
IsInitialized
Gets a value that indicates whether the DataSet is initialized.
(Inherited from DataSet.)
Load(IDataReader, LoadOption, FillErrorEventHandler, array<DataTable>[]()[])
Fills a DataSet with values from a data source using the supplied IDataReader, using an array of DataTable instances to supply the schema and namespace information.
(Inherited from DataSet.)
Load(IDataReader, LoadOption, array<DataTable>[]()[])
Fills a DataSet with values from a data source using the supplied IDataReader, using an array of DataTable instances to supply the schema and namespace information.
(Inherited from DataSet.)
Load(IDataReader, LoadOption, array<String>[]()[])
Fills a DataSet with values from a data source using the supplied IDataReader, using an array of strings to supply the names for the tables within the DataSet.
(Inherited from DataSet.)
Locale
Gets or sets the locale information used to compare strings within the table.
(Inherited from DataSet.)
MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Merge(DataSet)
Merges a specified DataSet and its schema into the current DataSet.
(Inherited from DataSet.)
Merge(DataSet, Boolean)
Merges a specified DataSet and its schema into the current DataSet, preserving or discarding any changes in this DataSet according to the given argument.
(Inherited from DataSet.)
Merge(DataSet, Boolean, MissingSchemaAction)
Merges a specified DataSet and its schema with the current DataSet, preserving or discarding changes in the current DataSet and handling an incompatible schema according to the given arguments.
(Inherited from DataSet.)
Merge(DataTable)
Merges a specified DataTable and its schema into the current DataSet.
(Inherited from DataSet.)
Merge(DataTable, Boolean, MissingSchemaAction)
Merges a specified DataTable and its schema into the current DataSet, preserving or discarding changes in the DataSet and handling an incompatible schema according to the given arguments.
(Inherited from DataSet.)
Merge(array<DataRow>[]()[])
Merges an array of DataRow objects into the current DataSet.
(Inherited from DataSet.)
Merge(array<DataRow>[]()[], Boolean, MissingSchemaAction)
Merges an array of DataRow objects into the current DataSet, preserving or discarding changes in the DataSet and handling an incompatible schema according to the given arguments.
(Inherited from DataSet.)
MergeFailed
Occurs when a target and source DataRow have the same primary key value, and EnforceConstraints is set to true.
(Inherited from DataSet.)
Namespace
Gets or sets the namespace of the DataSet.
(Inherited from DataSet.)
OnPropertyChanging(PropertyChangedEventArgs)
Raises the OnPropertyChanging(PropertyChangedEventArgs) event.
(Inherited from DataSet.)
OnRemoveRelation(DataRelation)
Occurs when a DataRelation object is removed from a DataTable.
(Inherited from DataSet.)
OnRemoveTable(DataTable)
Occurs when a DataTable is removed from a DataSet.
(Inherited from DataSet.)
Prefix
Gets or sets an XML prefix that aliases the namespace of the DataSet.
(Inherited from DataSet.)
RaisePropertyChanging(String)
Sends a notification that the specified DataSet property is about to change.
(Inherited from DataSet.)
ReadXml(XmlReader)
Reads XML schema and data into the DataSet using the specified XmlReader.
(Inherited from DataSet.)
ReadXml(Stream)
Reads XML schema and data into the DataSet using the specified Stream.
(Inherited from DataSet.)
ReadXml(TextReader)
Reads XML schema and data into the DataSet using the specified TextReader.
(Inherited from DataSet.)
ReadXml(String)
Reads XML schema and data into the DataSet using the specified file.
(Inherited from DataSet.)
ReadXml(XmlReader, XmlReadMode)
Reads XML schema and data into the DataSet using the specified XmlReader and XmlReadMode.
(Inherited from DataSet.)
ReadXml(Stream, XmlReadMode)
Reads XML schema and data into the DataSet using the specified Stream and XmlReadMode.
(Inherited from DataSet.)
ReadXml(TextReader, XmlReadMode)
Reads XML schema and data into the DataSet using the specified TextReader and XmlReadMode.
(Inherited from DataSet.)
ReadXml(String, XmlReadMode)
Reads XML schema and data into the DataSet using the specified file and XmlReadMode.
(Inherited from DataSet.)
ReadXmlSchema(XmlReader)
Reads the XML schema from the specified XmlReader into the DataSet.
(Inherited from DataSet.)
ReadXmlSchema(Stream)
Reads the XML schema from the specified Stream into the DataSet.
(Inherited from DataSet.)
ReadXmlSchema(TextReader)
Reads the XML schema from the specified TextReader into the DataSet.
(Inherited from DataSet.)
ReadXmlSchema(String)
Reads the XML schema from the specified file into the DataSet.
(Inherited from DataSet.)
ReadXmlSerializable(XmlReader)
(Overrides DataSet.ReadXmlSerializable(XmlReader).)
RejectChanges()()()
Rolls back all the changes made to the DataSet since it was created, or since the last time AcceptChanges()()() was called.
(Inherited from DataSet.)
Relations
Get the collection of relations that link tables and allow navigation from parent tables to child tables.
(Inherited from DataSet.)
RemotingFormat
Gets or sets a SerializationFormat for the DataSet used during remoting.
(Inherited from DataSet.)
Reset()()()
Resets the DataSet to its original state. Subclasses should override Reset()()() to restore a DataSet to its original state.
(Inherited from DataSet.)
SchemaSerializationMode
Gets or sets a SchemaSerializationMode for a DataSet.
(Inherited from DataSet.)
ShouldSerializeRelations()()()
(Overrides DataSet.ShouldSerializeRelations()()().)
ShouldSerializeTables()()()
(Overrides DataSet.ShouldSerializeTables()()().)
Site
Gets or sets an ISite for the DataSet.
(Inherited from DataSet.)
Tables
Gets the collection of tables contained in the DataSet.
(Inherited from DataSet.)
ToString()()()
Returns a String containing the name of the Component, if any. This method should not be overridden.
(Inherited from MarshalByValueComponent.)
WriteXml(Stream)
Writes the current data for the DataSet using the specified Stream.
(Inherited from DataSet.)
WriteXml(TextWriter)
Writes the current data for the DataSet using the specified TextWriter.
(Inherited from DataSet.)
WriteXml(XmlWriter)
Writes the current data for the DataSet to the specified XmlWriter.
(Inherited from DataSet.)
WriteXml(String)
Writes the current data for the DataSet to the specified file.
(Inherited from DataSet.)
WriteXml(Stream, XmlWriteMode)
Writes the current data, and optionally the schema, for the DataSet using the specified Stream and XmlWriteMode. To write the schema, set the value for the mode parameter to WriteSchema.
(Inherited from DataSet.)
WriteXml(TextWriter, XmlWriteMode)
Writes the current data, and optionally the schema, for the DataSet using the specified TextWriter and XmlWriteMode. To write the schema, set the value for the mode parameter to WriteSchema.
(Inherited from DataSet.)
WriteXml(XmlWriter, XmlWriteMode)
Writes the current data, and optionally the schema, for the DataSet using the specified XmlWriter and XmlWriteMode. To write the schema, set the value for the mode parameter to WriteSchema.
(Inherited from DataSet.)
WriteXml(String, XmlWriteMode)
Writes the current data, and optionally the schema, for the DataSet to the specified file using the specified XmlWriteMode. To write the schema, set the value for the mode parameter to WriteSchema.
(Inherited from DataSet.)
WriteXmlSchema(Stream)
Writes the DataSet structure as an XML schema to using the specified Stream object.
(Inherited from DataSet.)
WriteXmlSchema(TextWriter)
Writes the DataSet structure as an XML schema to a TextWriter object.
(Inherited from DataSet.)
WriteXmlSchema(XmlWriter)
Writes the DataSet structure as an XML schema to an XmlWriter object.
(Inherited from DataSet.)
WriteXmlSchema(String)
Writes the DataSet structure as an XML schema to a file.
(Inherited from DataSet.)
Inheritance Hierarchy
Object
MarshalByValueComponent
 DataSet
  ServiceConfiguration

Assembly: Keyoti2.SearchEngine.Core (Module: Keyoti2.SearchEngine.Core) Version: 2010.4.1.609