svn path=/trunk/gtk-sharp/; revision=38813
This commit is contained in:
Miguel de Icaza 2005-01-12 19:37:30 +00:00
parent 3156f18c10
commit efc722a12d
3 changed files with 159 additions and 32 deletions

View File

@ -10,7 +10,11 @@
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Docs>
<summary>To be added</summary>
<summary>
<para>
The functions in this section allow applications an easy access to the libgda configuration, thus making them able to access the list of data sources configured in the system, for instance.
</para>
</summary>
<remarks>To be added</remarks>
</Docs>
<Base>
@ -29,7 +33,11 @@
<Parameter Name="path" Type="System.String" />
</Parameters>
<Docs>
<summary>To be added</summary>
<summary>
<para>
Gets a string representing the type of the value of the given key.
</para>
</summary>
<param name="path">a <see cref="T:System.String" /></param>
<returns>a <see cref="T:System.String" /></returns>
<remarks>To be added</remarks>
@ -76,7 +84,11 @@
<Parameter Name="path" Type="System.String" />
</Parameters>
<Docs>
<summary>To be added</summary>
<summary>
<para>
Returns a GList containing the names of all the sections available under the given root directory.
</para>
</summary>
<param name="path">a <see cref="T:System.String" /></param>
<returns>a <see cref="T:GLib.List" /></returns>
<remarks>To be added</remarks>
@ -108,7 +120,11 @@
<Parameter Name="new_value" Type="System.Int32" />
</Parameters>
<Docs>
<summary>To be added</summary>
<summary>
<para>
Sets the given configuration entry to contain an integer.
</para>
</summary>
<param name="path">a <see cref="T:System.String" /></param>
<param name="new_value">a <see cref="T:System.Int32" /></param>
<remarks>To be added</remarks>
@ -140,9 +156,17 @@
<Parameter Name="path" Type="System.String" />
</Parameters>
<Docs>
<summary>To be added</summary>
<summary>
<para>
Removes the given entry from the configuration database.
</para>
</summary>
<param name="path">a <see cref="T:System.String" /></param>
<remarks>To be added</remarks>
<remarks>
<para>
If the section is empty, also remove the section.
</para>
</remarks>
</Docs>
</Member>
<Member MemberName="RemoveSection">
@ -155,7 +179,11 @@
<Parameter Name="path" Type="System.String" />
</Parameters>
<Docs>
<summary>To be added</summary>
<summary>
<para>
Removes the given section from the configuration database.
</para>
</summary>
<param name="path">a <see cref="T:System.String" /></param>
<remarks>To be added</remarks>
</Docs>
@ -171,7 +199,11 @@
<Parameter Name="new_value" Type="System.Boolean" />
</Parameters>
<Docs>
<summary>To be added</summary>
<summary>
<para>
Sets the given configuration entry to contain a boolean.
</para>
</summary>
<param name="path">a <see cref="T:System.String" /></param>
<param name="new_value">a <see cref="T:System.Boolean" /></param>
<remarks>To be added</remarks>
@ -227,7 +259,11 @@
<Parameter Name="id" Type="System.UInt32" />
</Parameters>
<Docs>
<summary>To be added</summary>
<summary>
<para>
Removes a configuration listener previously installed, given its ID.
</para>
</summary>
<param name="id">a <see cref="T:System.UInt32" /></param>
<remarks>To be added</remarks>
</Docs>
@ -242,7 +278,11 @@
<Parameter Name="path" Type="System.String" />
</Parameters>
<Docs>
<summary>To be added</summary>
<summary>
<para>
Returns a list of all keys that exist under the given path.
</para>
</summary>
<param name="path">a <see cref="T:System.String" /></param>
<returns>a <see cref="T:GLib.List" /></returns>
<remarks>To be added</remarks>
@ -258,7 +298,11 @@
<Parameter Name="path" Type="System.String" />
</Parameters>
<Docs>
<summary>To be added</summary>
<summary>
<para>
Gets the value of the specified configuration entry as a float.
</para>
</summary>
<param name="path">a <see cref="T:System.String" /></param>
<returns>a <see cref="T:System.Boolean" /></returns>
<remarks>To be added</remarks>
@ -274,7 +318,11 @@
<Parameter Name="path" Type="System.String" />
</Parameters>
<Docs>
<summary>To be added</summary>
<summary>
<para>
Gets the value of the specified configuration entry as a float.
</para>
</summary>
<param name="path">a <see cref="T:System.String" /></param>
<returns>a <see cref="T:System.Double" /></returns>
<remarks>To be added</remarks>
@ -305,7 +353,11 @@
<Parameter Name="path" Type="System.String" />
</Parameters>
<Docs>
<summary>To be added</summary>
<summary>
<para>
Checks whether the given section exists in the configuration system.
</para>
</summary>
<param name="path">a <see cref="T:System.String" /></param>
<returns>a <see cref="T:System.Boolean" /></returns>
<remarks>To be added</remarks>
@ -353,7 +405,11 @@
<Parameter Name="func" Type="Gda.ConfigListenerFunc" />
</Parameters>
<Docs>
<summary>To be added</summary>
<summary>
<para>
Installs a configuration listener, which is a callback function which will be called every time a change occurs on a given configuration entry.
</para>
</summary>
<param name="path">a <see cref="T:System.String" /></param>
<param name="func">a <see cref="T:Gda.ConfigListenerFunc" /></param>
<returns>a <see cref="T:System.UInt32" /></returns>
@ -371,7 +427,11 @@
<Parameter Name="new_value" Type="System.Double" />
</Parameters>
<Docs>
<summary>To be added</summary>
<summary>
<para>
Sets the given configuration entry to contain a float.
</para>
</summary>
<param name="path">a <see cref="T:System.String" /></param>
<param name="new_value">a <see cref="T:System.Double" /></param>
<remarks>To be added</remarks>
@ -387,7 +447,11 @@
<Parameter Name="path" Type="System.String" />
</Parameters>
<Docs>
<summary>To be added</summary>
<summary>
<para>
Gets the value of the specified configuration entry as an integer.
</para>
</summary>
<param name="path">a <see cref="T:System.String" /></param>
<returns>a <see cref="T:System.Int32" /></returns>
<remarks>To be added</remarks>
@ -403,7 +467,11 @@
<Parameter Name="path" Type="System.String" />
</Parameters>
<Docs>
<summary>To be added</summary>
<summary>
<para>
Checks whether the given key exists in the configuration system.
</para>
</summary>
<param name="path">a <see cref="T:System.String" /></param>
<returns>a <see cref="T:System.Boolean" /></returns>
<remarks>To be added</remarks>
@ -435,7 +503,11 @@
<Parameter Name="new_value" Type="System.String" />
</Parameters>
<Docs>
<summary>To be added</summary>
<summary>
<para>
Sets the given configuration entry to contain a string.
</para>
</summary>
<param name="path">a <see cref="T:System.String" /></param>
<param name="new_value">a <see cref="T:System.String" /></param>
<remarks>To be added</remarks>
@ -466,7 +538,11 @@
<Parameter Name="path" Type="System.String" />
</Parameters>
<Docs>
<summary>To be added</summary>
<summary>
<para>
Gets the value of the specified configuration entry as a string.
</para>
</summary>
<param name="path">a <see cref="T:System.String" /></param>
<returns>a <see cref="T:System.String" /></returns>
<remarks>To be added</remarks>

View File

@ -10,7 +10,11 @@
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Docs>
<summary>To be added</summary>
<summary>
<para>
An in-memory representation of a database table.
</para>
</summary>
<remarks>To be added</remarks>
</Docs>
<Base>
@ -48,7 +52,11 @@
<Parameter Name="model" Type="Gda.DataModel" />
</Parameters>
<Docs>
<summary>To be added</summary>
<summary>
<para>
Adds data in the table from the given model.
</para>
</summary>
<param name="model">a <see cref="T:Gda.DataModel" /></param>
<remarks>To be added</remarks>
</Docs>
@ -63,7 +71,11 @@
<Parameter Name="fa" Type="Gda.FieldAttributes" />
</Parameters>
<Docs>
<summary>To be added</summary>
<summary>
<para>
Adds a field to the Table.
</para>
</summary>
<param name="fa">a <see cref="T:Gda.FieldAttributes" /></param>
<remarks>To be added</remarks>
</Docs>
@ -91,9 +103,13 @@
</Parameters>
<Docs>
<summary>To be added</summary>
<param name="name">a <see cref="T:System.String" /></param>
<param name="name">a <see cref="T:System.String" /> Name for your new table.</param>
<returns>a <see cref="T:Gda.Table" /></returns>
<remarks>To be added</remarks>
<remarks>
<para>
It is mainly used by the GdaXmlDatabase class, but you can also use it in your applications for whatever you may need it.
</para>
</remarks>
</Docs>
</Member>
<Member MemberName=".ctor">
@ -111,7 +127,14 @@
<param name="model">a <see cref="T:Gda.DataModel" /></param>
<param name="add_data">a <see cref="T:System.Boolean" /></param>
<returns>a <see cref="T:Gda.Table" /></returns>
<remarks>To be added</remarks>
<remarks>
<para>
This is very useful to maintain an in-memory copy of a given recordset obtained from a database.
</para>
<para>
This is also used when exporting data to a GdaXmlDatabase object.
</para>
</remarks>
</Docs>
</Member>
<Member MemberName="Name">
@ -122,7 +145,11 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary>
<para>
Gets / Sets the name of the given Table.
</para>
</summary>
<returns>a <see cref="T:System.String" /></returns>
<remarks>To be added</remarks>
</Docs>

View File

@ -10,7 +10,11 @@
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Docs>
<summary>To be added</summary>
<summary>
<para>
Management of transactions.
</para>
</summary>
<remarks>To be added</remarks>
</Docs>
<Base>
@ -60,7 +64,11 @@
<Parameter Name="name" Type="System.String" />
</Parameters>
<Docs>
<summary>To be added</summary>
<summary>
<para>
Construct this object, which allows a fine-tune and full control of transactions to be used with providers.
</para>
</summary>
<param name="name">a <see cref="T:System.String" /></param>
<returns>a <see cref="T:Gda.Transaction" /></returns>
<remarks>To be added</remarks>
@ -74,9 +82,17 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary>
<para>
Gets / Sets the name of the given transaction.
</para>
</summary>
<returns>a <see cref="T:System.String" /></returns>
<remarks>To be added</remarks>
<remarks>
<para>
This is very useful when using providers that support named transactions.
</para>
</remarks>
</Docs>
</Member>
<Member MemberName="IsolationLevel">
@ -87,9 +103,17 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary>
<para>
Gets / Sets the isolation level for the given transaction.
</para>
</summary>
<returns>a <see cref="T:Gda.TransactionIsolation" /></returns>
<remarks>To be added</remarks>
<remarks>
<para>
This specifies the locking behavior for the database connection during the given transaction.
</para>
</remarks>
</Docs>
</Member>
<Member MemberName="GType">