This commit is contained in:
SchreiberM
2017-02-08 13:58:09 +01:00
parent 747ec9ce14
commit 82e417bad0
49 changed files with 7213 additions and 59 deletions

View File

@@ -103,7 +103,13 @@ DD_LIB_Standards
<value></value>
<returns></returns>
<remarks></remarks>
</member><member name="M:DD_LIB_Standards.clsWD_GET.WDFile_exists(System.String)">
</member><member name="M:DD_LIB_Standards.clsWD_GET.GetObjecttypesAsObjects">
<summary>
returns all objecttypes as windream-Objects
</summary>
<returns>all widnream-Objecttypes as objects</returns>
<remarks></remarks>
</member><member name="M:DD_LIB_Standards.clsWD_GET.WDFile_exists(System.String,System.Boolean)">
<summary>
Checks wether a file is existing in windream
</summary>
@@ -117,6 +123,14 @@ DD_LIB_Standards
<param name="indexname">Name of indexfield</param>
<returns>Returns integer, which describes the type</returns>
<remarks></remarks>
</member><member name="M:DD_LIB_Standards.clsWD_GET.Get_File_Rights(System.String,System.String)">
<summary>
Returns a windream-type as Integer.
</summary>
<param name="filepath">filepath of windream-file</param>
<param name="username">Username to check</param>
<returns>Returns info about filerights</returns>
<remarks></remarks>
</member><member name="M:DD_LIB_Standards.clsWindream.CreateSession_AsUser(System.Object,System.Object,System.Object,System.Object)">
<summary>
Creates a personified session
@@ -192,11 +206,19 @@ DD_LIB_Standards
<value></value>
<returns></returns>
<remarks></remarks>
</member><member name="M:DD_LIB_Standards.clsDatabase.Init(System.String,System.Boolean)">
<summary>
Establishes a databaseconnection and returns false or true
</summary>
<param name="conString">SQL-Server ConnectionString</param>
<param name="isProxy">true if this is a proxy-Conenction</param>
<returns>Returns true when file exists, false if not</returns>
<remarks></remarks>
</member><member name="M:DD_LIB_Standards.clsWD_SET.Create_Version(System.String,System.String)">
<summary>
Creates a new version of the file
</summary>
<param name="WD_File">full filepath to the file</param>
<param name="WD_File">full WD_File to the file</param>
<param name="Comment">Comment</param>
<returns>Returns true when version was created exists, false if not</returns>
<remarks></remarks>
@@ -204,19 +226,28 @@ DD_LIB_Standards
<summary>
Deletes a file in windream
</summary>
<param name="WD_File">full filepath to the file</param>
<param name="WD_File">full WD_File to the file</param>
<returns>Returns true when file was deleted, false if not</returns>
<remarks></remarks>
</member><member name="M:DD_LIB_Standards.clsWD_SET.IndexFile(System.String,System.String,System.String,System.String)">
<summary>
Passes indexvalues to a windream-file
</summary>
<param name="WD_File">full filepath to the file</param>
<param name="WD_File">full WD_File to the file</param>
<param name="_Indexname">Indexname of Index</param>
<param name="_Value">Value for indexing</param>
<param name="_objecttype">_objecttype</param>
<returns>Returns true when indexing was successfull, false if not</returns>
<remarks></remarks>
</member><member name="M:DD_LIB_Standards.clsWD_SET.REMOVE_VEKTOR_LINK(System.String,System.String,System.String)">
<summary>
Removes the vektorlink from windream
</summary>
<param name="WD_File">full WD_File to the file</param>
<param name="vktIndexName">Indexname of Vektor-Index</param>
<param name="deleteValue">Value which is to be deleted</param>
<returns>Returns true when indexing was successfull, false if not</returns>
<remarks></remarks>
</member>
</members>
</doc>