Minor cleanup of .net server control files. No code changes.
authorMatt Brown <dowdybrown@yahoo.com>
Sat, 4 Jun 2011 03:56:11 +0000 (03:56 +0000)
committerMatt Brown <dowdybrown@yahoo.com>
Sat, 4 Jun 2011 03:56:11 +0000 (03:56 +0000)
git-svn-id: svn://svn.code.sf.net/p/openrico/code/trunk/rico3@85 53df2df2-7ab5-4331-af62-ea79255fa4e2

bin/Rico.dll
bin/Rico.xml [new file with mode: 0644]

index 4957a27..b5569e0 100644 (file)
Binary files a/bin/Rico.dll and b/bin/Rico.dll differ
diff --git a/bin/Rico.xml b/bin/Rico.xml
new file mode 100644 (file)
index 0000000..e5be1e0
--- /dev/null
@@ -0,0 +1,161 @@
+<?xml version="1.0"?>\r
+<doc>\r
+<assembly>\r
+<name>\r
+Rico\r
+</name>\r
+</assembly>\r
+<members>\r
+<member name="P:Rico.TreeResponse.ErrorMsg">\r
+       <summary>\r
+ May contain the text of an error message that occurred outside this control prior to rendering\r
+ </summary>\r
+       <value></value>\r
+       <returns></returns>\r
+       <remarks></remarks>\r
+</member><member name="P:Rico.TreeResponse.dbConnection">\r
+       <summary>\r
+ Database connection object. Required only if sqlText is used.\r
+ </summary>\r
+       <value></value>\r
+       <remarks></remarks>\r
+</member><member name="P:Rico.TreeResponse.SqlText">\r
+       <summary>\r
+ Optional sql query to execute, must return 5 columns matching WriteTreeRow parameters \r
+ </summary>\r
+       <value></value>\r
+       <returns></returns>\r
+       <remarks></remarks>\r
+</member><member name="M:Rico.TreeResponse.WriteTreeRow(System.Object,System.Object,System.Object,System.Object,System.Object)">\r
+       <summary>\r
+ Adds an entry that will be returned with the results. Often used to add the root node.\r
+ </summary>\r
+       <param name="parentID">id of parent, "" if this is the root</param>\r
+       <param name="ID">id that uniquely identifies this node in the tree</param>\r
+       <param name="description">description displayed to the user</param>\r
+       <param name="containerORleaf">"L" or 0 = leaf, "C" or non-zero = container</param>\r
+       <param name="selectable">0=not selectable, 1=selectable</param>\r
+       <remarks></remarks>\r
+</member><member name="T:Rico.TreeResponse">\r
+       <summary>\r
+ Use this class on a page that responds to AJAX requests from a Rico Tree Control\r
+ This class automatically disables caching of the response and sets the response type to text/xml\r
+ </summary>\r
+       <remarks></remarks>\r
+</member><member name="M:Rico.TableCollection.IndexOf(System.String)">\r
+       <summary>\r
+ Returns the index of the table with TblName or -1 if not found\r
+ </summary>\r
+       <param name="TblName"></param>\r
+       <returns></returns>\r
+       <remarks></remarks>\r
+</member><member name="P:Rico.GridBase.HdgRows">\r
+       <summary>\r
+ Lines of text displayed for each heading row\r
+ </summary>\r
+       <value></value>\r
+       <remarks></remarks>\r
+</member><member name="P:Rico.GridBase.DataRows">\r
+       <summary>\r
+ Lines of text displayed for each data row\r
+ </summary>\r
+       <value></value>\r
+       <remarks></remarks>\r
+</member><member name="M:Rico.GridBase.AddColumn(Rico.Column)">\r
+       <summary>\r
+ Adds a column to the colums array\r
+ </summary>\r
+       <param name="ColumnObj"></param>\r
+       <returns></returns>\r
+       <remarks></remarks>\r
+</member><member name="P:Rico.GridBase.OuterDivId">\r
+       <summary>\r
+ Returns the id of the outermost grid container\r
+ </summary>\r
+       <value></value>\r
+       <returns></returns>\r
+       <remarks></remarks>\r
+</member><member name="M:Rico.GridBase.ColClassName(System.Int32)">\r
+       <summary>\r
+ Returns the class name of the specified grid column\r
+ </summary>\r
+       <param name="colnum"></param>\r
+       <returns></returns>\r
+       <remarks></remarks>\r
+</member><member name="M:Rico.GridBase.GridRules">\r
+       <summary>\r
+ Returns the set of css rules that apply to this grid\r
+ </summary>\r
+       <returns></returns>\r
+       <remarks></remarks>\r
+</member><member name="F:Rico.StyleBase.fontsize">\r
+       <summary>\r
+ font size in points\r
+ </summary>\r
+       <remarks></remarks>\r
+</member><member name="F:Rico.StyleBase.GridOnly">\r
+       <summary>\r
+ If true, then style is only applied to the grid, not to exports\r
+ </summary>\r
+       <remarks></remarks>\r
+</member><member name="P:Rico.StyleBase.bgcolor">\r
+       <summary>\r
+ Specifies the background color\r
+ </summary>\r
+       <value></value>\r
+       <returns></returns>\r
+       <remarks></remarks>\r
+</member><member name="P:Rico.StyleBase.color">\r
+       <summary>\r
+ Specifies the font color\r
+ </summary>\r
+       <value></value>\r
+       <returns></returns>\r
+       <remarks></remarks>\r
+</member><member name="P:Rico.StyleBase.align">\r
+       <summary>\r
+ Specifies horizontal alignment\r
+ </summary>\r
+       <value></value>\r
+       <returns></returns>\r
+       <remarks></remarks>\r
+</member><member name="T:Rico.Style">\r
+       <summary>\r
+ Defines a style that can be applied to a grid cell.\r
+ Using a StyleID of ricoLG_evenRow or ricoLG_oddRow will stripe the grid, however striping does not get exported.\r
+ Using a StyleID of ricoLG_selection will set the styling for the selected row.\r
+ </summary>\r
+       <remarks></remarks>\r
+</member><member name="P:Rico.LoadClient.LoadedLanguage">\r
+       <summary>\r
+ Returns the 2 character string representing the Rico locale file that was actually used on the client.\r
+ If there is no match between the requested languages and the available locale files, then english is used.\r
+ Only available during the render phase.\r
+ </summary>\r
+       <value></value>\r
+       <returns></returns>\r
+       <remarks></remarks>\r
+</member><member name="M:Rico.LoadClient.InitLiveGrids">\r
+       <summary>\r
+ Initialize all grids on the page\r
+ Initialize grids with fixed # of rows first,\r
+ then initialize grids with variable # of rows\r
+ </summary>\r
+       <returns>javascript to initialize grids</returns>\r
+       <remarks></remarks>\r
+</member><member name="P:Rico.My.Resources.Resources.ResourceManager">\r
+       <summary>\r
+  Returns the cached ResourceManager instance used by this class.\r
+</summary>\r
+</member><member name="P:Rico.My.Resources.Resources.Culture">\r
+       <summary>\r
+  Overrides the current thread's CurrentUICulture property for all\r
+  resource lookups using this strongly typed resource class.\r
+</summary>\r
+</member><member name="T:Rico.My.Resources.Resources">\r
+       <summary>\r
+  A strongly-typed resource class, for looking up localized strings, etc.\r
+</summary>\r
+</member>\r
+</members>\r
+</doc>
\ No newline at end of file