This commit is contained in:
19
utils/AyaNovaDP/ConversionReport.txt
Normal file
19
utils/AyaNovaDP/ConversionReport.txt
Normal file
@@ -0,0 +1,19 @@
|
||||
This report shows the steps taken to convert your Web application from ASP.NET 1.1 to ASP.NET 2.0.
|
||||
There may be some unresolved conversion issues you will need to manually fix.
|
||||
For more information, please refer to http://go.microsoft.com/fwlink/?LinkId=46995 or search for the help topic "Converting from Visual Studio .NET 2002 or 2003".
|
||||
Conversion Started on project file AyaNovaDP.csproj at June 23 2006, 11:39:29.
|
||||
|
||||
=========================ERRORS===================
|
||||
|
||||
=========================WARNINGS=================
|
||||
Warning: This web project was converted as a file-based web application. If your site contained any IIS meta-information, e.g. sub-folders marked as virtual directories, it is recommended that you close this web site and re-open it using the Open Web Site command and selecting the Local IIS tab.
|
||||
|
||||
=========================COMMENTS=================
|
||||
Web.Config: Added 'xhtmlConformance' attribute.
|
||||
Web.Config: added a reference for assembly DevExpress.Data3.
|
||||
Changed HTML validation schema for all projects to 'Internet Explorer 6.0'.
|
||||
Removed file Bin\AyaNovaDP.dll.
|
||||
Removed file Bin\AyaNovaDP.pdb.
|
||||
Removed file AyaNovaDP.csproj.
|
||||
Removed file AyaNovaDP.csproj.webinfo.
|
||||
Project AyaNovaDP.csproj has been converted successfully at June 23 2006, 11:39:30.
|
||||
123
utils/AyaNovaDP/Web.config
Normal file
123
utils/AyaNovaDP/Web.config
Normal file
@@ -0,0 +1,123 @@
|
||||
<?xml version="1.0"?>
|
||||
<configuration>
|
||||
<startup>
|
||||
<supportedRuntime version="v1.1.4322" />
|
||||
</startup>
|
||||
<appSettings>
|
||||
<!--"Authentication" should always be set to "CSLA" -->
|
||||
<add key="Authentication" value="CSLA" />
|
||||
<add key="ConnectionType" value="DataBase" />
|
||||
<add key="DataBaseType" value="FireBird" />
|
||||
<add key="DataBaseConnectionString" value="ServerType=0;DataSource=devsrvr;DataBase=AYANOVA;User=SYSDBA;Password=aya78787;Dialect=3;" />
|
||||
</appSettings>
|
||||
<system.runtime.remoting>
|
||||
<application>
|
||||
<service>
|
||||
<wellknown mode="SingleCall" objectUri="DataPortal.rem" type="CSLA.Server.DataPortal, CSLA.Server.DataPortal" />
|
||||
<!--
|
||||
<wellknown mode="SingleCall"
|
||||
objectUri="ServicedDataPortal.rem"
|
||||
type="CSLA.Server.ServicedDataPortal.DataPortal, CSLA.Server.ServicedDataPortal" />
|
||||
-->
|
||||
</service>
|
||||
<channels>
|
||||
<channel ref="http">
|
||||
<serverProviders>
|
||||
<provider ref="wsdl" />
|
||||
<!-- TODO: comment the following two lines for .NET 1.0 -->
|
||||
<formatter ref="soap" typeFilterLevel="Full" />
|
||||
<formatter ref="binary" typeFilterLevel="Full" />
|
||||
</serverProviders>
|
||||
</channel>
|
||||
</channels>
|
||||
</application>
|
||||
</system.runtime.remoting>
|
||||
<system.web>
|
||||
<!-- DYNAMIC DEBUG COMPILATION
|
||||
Set compilation debug="true" to enable ASPX debugging. Otherwise, setting this value to
|
||||
false will improve runtime performance of this application.
|
||||
Set compilation debug="true" to insert debugging symbols (.pdb information)
|
||||
into the compiled page. Because this creates a larger file that executes
|
||||
more slowly, you should set this value to true only when debugging and to
|
||||
false at all other times. For more information, refer to the documentation about
|
||||
debugging ASP.NET files.
|
||||
-->
|
||||
<compilation defaultLanguage="c#" debug="true">
|
||||
<compilers>
|
||||
<compiler language="c#" type="Microsoft.CSharp.CSharpCodeProvider, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" extension=".cs" compilerOptions="/d:DEBUG;TRACE" /></compilers>
|
||||
<assemblies>
|
||||
<add assembly="DevExpress.Data.v10.2, Version=10.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
|
||||
<add assembly="System.Security, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
|
||||
<add assembly="Microsoft.VisualC, Version=8.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
|
||||
<add assembly="System.Data.OracleClient, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />
|
||||
<add assembly="System.Runtime.Remoting, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />
|
||||
<add assembly="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />
|
||||
<add assembly="System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" /></assemblies></compilation>
|
||||
<!-- CUSTOM ERROR MESSAGES
|
||||
Set customErrors mode="On" or "RemoteOnly" to enable custom error messages, "Off" to disable.
|
||||
Add <error> tags for each of the errors you want to handle.
|
||||
|
||||
"On" Always display custom (friendly) messages.
|
||||
"Off" Always display detailed ASP.NET error information.
|
||||
"RemoteOnly" Display custom (friendly) messages only to users not running
|
||||
on the local Web server. This setting is recommended for security purposes, so
|
||||
that you do not display application detail information to remote clients.
|
||||
-->
|
||||
<customErrors mode="Off" />
|
||||
<!-- AUTHENTICATION
|
||||
This section sets the authentication policies of the application. Possible modes are "Windows",
|
||||
"Forms", "Passport" and "None"
|
||||
|
||||
"None" No authentication is performed.
|
||||
"Windows" IIS performs authentication (Basic, Digest, or Integrated Windows) according to
|
||||
its settings for the application. Anonymous access must be disabled in IIS.
|
||||
"Forms" You provide a custom form (Web page) for users to enter their credentials, and then
|
||||
you authenticate them in your application. A user credential token is stored in a cookie.
|
||||
"Passport" Authentication is performed via a centralized authentication service provided
|
||||
by Microsoft that offers a single logon and core profile services for member sites.
|
||||
-->
|
||||
<authentication mode="Windows" />
|
||||
<!-- AUTHORIZATION
|
||||
This section sets the authorization policies of the application. You can allow or deny access
|
||||
to application resources by user or role. Wildcards: "*" mean everyone, "?" means anonymous
|
||||
(unauthenticated) users.
|
||||
-->
|
||||
<authorization>
|
||||
<allow users="*" />
|
||||
<!-- Allow all users -->
|
||||
<!-- <allow users="[comma separated list of users]"
|
||||
roles="[comma separated list of roles]"/>
|
||||
<deny users="[comma separated list of users]"
|
||||
roles="[comma separated list of roles]"/>
|
||||
-->
|
||||
</authorization>
|
||||
<!-- APPLICATION-LEVEL TRACE LOGGING
|
||||
Application-level tracing enables trace log output for every page within an application.
|
||||
Set trace enabled="true" to enable application trace logging. If pageOutput="true", the
|
||||
trace information will be displayed at the bottom of each page. Otherwise, you can view the
|
||||
application trace log by browsing the "trace.axd" page from your web application
|
||||
root.
|
||||
-->
|
||||
<trace enabled="false" requestLimit="10" pageOutput="false" traceMode="SortByTime" localOnly="true" />
|
||||
<!-- SESSION STATE SETTINGS
|
||||
By default ASP.NET uses cookies to identify which requests belong to a particular session.
|
||||
If cookies are not available, a session can be tracked by adding a session identifier to the URL.
|
||||
To disable cookies, set sessionState cookieless="true".
|
||||
-->
|
||||
<sessionState mode="Off" stateConnectionString="tcpip=127.0.0.1:42424" sqlConnectionString="data source=127.0.0.1;Trusted_Connection=yes" cookieless="false" timeout="20" />
|
||||
<!-- GLOBALIZATION
|
||||
This section sets the globalization settings of the application.
|
||||
-->
|
||||
<globalization requestEncoding="utf-8" responseEncoding="utf-8" />
|
||||
<xhtmlConformance mode="Legacy" />
|
||||
<httpModules>
|
||||
<add name="ASPxHttpHandlerModule" type="DevExpress.Web.ASPxClasses.ASPxHttpHandlerModule, DevExpress.Web.v10.2, Version=10.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
|
||||
</httpModules>
|
||||
</system.web>
|
||||
|
||||
<system.webServer>
|
||||
<modules>
|
||||
<add name="ASPxHttpHandlerModule" type="DevExpress.Web.ASPxClasses.ASPxHttpHandlerModule, DevExpress.Web.v10.2, Version=10.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
|
||||
</modules>
|
||||
</system.webServer>
|
||||
</configuration>
|
||||
113
utils/AyaNovaDP/Web.config.bak
Normal file
113
utils/AyaNovaDP/Web.config.bak
Normal file
@@ -0,0 +1,113 @@
|
||||
<?xml version="1.0"?>
|
||||
<configuration>
|
||||
<startup>
|
||||
<supportedRuntime version="v1.1.4322" />
|
||||
</startup>
|
||||
<appSettings>
|
||||
<!--"Authentication" should always be set to "CSLA" -->
|
||||
<add key="Authentication" value="CSLA" />
|
||||
<add key="ConnectionType" value="DataBase" />
|
||||
<add key="DataBaseType" value="FireBird" />
|
||||
<add key="DataBaseConnectionString" value="ServerType=0;DataSource=devsrvr;DataBase=AYANOVA;User=SYSDBA;Password=aya78787;Dialect=3;" />
|
||||
</appSettings>
|
||||
<system.runtime.remoting>
|
||||
<application>
|
||||
<service>
|
||||
<wellknown mode="SingleCall" objectUri="DataPortal.rem" type="CSLA.Server.DataPortal, CSLA.Server.DataPortal" />
|
||||
<!--
|
||||
<wellknown mode="SingleCall"
|
||||
objectUri="ServicedDataPortal.rem"
|
||||
type="CSLA.Server.ServicedDataPortal.DataPortal, CSLA.Server.ServicedDataPortal" />
|
||||
-->
|
||||
</service>
|
||||
<channels>
|
||||
<channel ref="http">
|
||||
<serverProviders>
|
||||
<provider ref="wsdl" />
|
||||
<!-- TODO: comment the following two lines for .NET 1.0 -->
|
||||
<formatter ref="soap" typeFilterLevel="Full" />
|
||||
<formatter ref="binary" typeFilterLevel="Full" />
|
||||
</serverProviders>
|
||||
</channel>
|
||||
</channels>
|
||||
</application>
|
||||
</system.runtime.remoting>
|
||||
<system.web>
|
||||
<!-- DYNAMIC DEBUG COMPILATION
|
||||
Set compilation debug="true" to enable ASPX debugging. Otherwise, setting this value to
|
||||
false will improve runtime performance of this application.
|
||||
Set compilation debug="true" to insert debugging symbols (.pdb information)
|
||||
into the compiled page. Because this creates a larger file that executes
|
||||
more slowly, you should set this value to true only when debugging and to
|
||||
false at all other times. For more information, refer to the documentation about
|
||||
debugging ASP.NET files.
|
||||
-->
|
||||
<compilation defaultLanguage="c#" debug="true">
|
||||
<compilers>
|
||||
<compiler language="c#" type="Microsoft.CSharp.CSharpCodeProvider, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" extension=".cs" compilerOptions="/d:DEBUG;TRACE" /></compilers>
|
||||
<assemblies>
|
||||
<add assembly="DevExpress.Data.v10.1, Version=10.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
|
||||
<add assembly="System.Security, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
|
||||
<add assembly="Microsoft.VisualC, Version=8.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
|
||||
<add assembly="System.Data.OracleClient, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />
|
||||
<add assembly="System.Runtime.Remoting, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />
|
||||
<add assembly="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />
|
||||
<add assembly="System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" /></assemblies></compilation>
|
||||
<!-- CUSTOM ERROR MESSAGES
|
||||
Set customErrors mode="On" or "RemoteOnly" to enable custom error messages, "Off" to disable.
|
||||
Add <error> tags for each of the errors you want to handle.
|
||||
|
||||
"On" Always display custom (friendly) messages.
|
||||
"Off" Always display detailed ASP.NET error information.
|
||||
"RemoteOnly" Display custom (friendly) messages only to users not running
|
||||
on the local Web server. This setting is recommended for security purposes, so
|
||||
that you do not display application detail information to remote clients.
|
||||
-->
|
||||
<customErrors mode="Off" />
|
||||
<!-- AUTHENTICATION
|
||||
This section sets the authentication policies of the application. Possible modes are "Windows",
|
||||
"Forms", "Passport" and "None"
|
||||
|
||||
"None" No authentication is performed.
|
||||
"Windows" IIS performs authentication (Basic, Digest, or Integrated Windows) according to
|
||||
its settings for the application. Anonymous access must be disabled in IIS.
|
||||
"Forms" You provide a custom form (Web page) for users to enter their credentials, and then
|
||||
you authenticate them in your application. A user credential token is stored in a cookie.
|
||||
"Passport" Authentication is performed via a centralized authentication service provided
|
||||
by Microsoft that offers a single logon and core profile services for member sites.
|
||||
-->
|
||||
<authentication mode="Windows" />
|
||||
<!-- AUTHORIZATION
|
||||
This section sets the authorization policies of the application. You can allow or deny access
|
||||
to application resources by user or role. Wildcards: "*" mean everyone, "?" means anonymous
|
||||
(unauthenticated) users.
|
||||
-->
|
||||
<authorization>
|
||||
<allow users="*" />
|
||||
<!-- Allow all users -->
|
||||
<!-- <allow users="[comma separated list of users]"
|
||||
roles="[comma separated list of roles]"/>
|
||||
<deny users="[comma separated list of users]"
|
||||
roles="[comma separated list of roles]"/>
|
||||
-->
|
||||
</authorization>
|
||||
<!-- APPLICATION-LEVEL TRACE LOGGING
|
||||
Application-level tracing enables trace log output for every page within an application.
|
||||
Set trace enabled="true" to enable application trace logging. If pageOutput="true", the
|
||||
trace information will be displayed at the bottom of each page. Otherwise, you can view the
|
||||
application trace log by browsing the "trace.axd" page from your web application
|
||||
root.
|
||||
-->
|
||||
<trace enabled="false" requestLimit="10" pageOutput="false" traceMode="SortByTime" localOnly="true" />
|
||||
<!-- SESSION STATE SETTINGS
|
||||
By default ASP.NET uses cookies to identify which requests belong to a particular session.
|
||||
If cookies are not available, a session can be tracked by adding a session identifier to the URL.
|
||||
To disable cookies, set sessionState cookieless="true".
|
||||
-->
|
||||
<sessionState mode="Off" stateConnectionString="tcpip=127.0.0.1:42424" sqlConnectionString="data source=127.0.0.1;Trusted_Connection=yes" cookieless="false" timeout="20" />
|
||||
<!-- GLOBALIZATION
|
||||
This section sets the globalization settings of the application.
|
||||
-->
|
||||
<globalization requestEncoding="utf-8" responseEncoding="utf-8" />
|
||||
<xhtmlConformance mode="Legacy" /></system.web>
|
||||
</configuration>
|
||||
10
utils/AyaNovaDP/_vti_cnf/AyaNovaDP.csproj
Normal file
10
utils/AyaNovaDP/_vti_cnf/AyaNovaDP.csproj
Normal file
@@ -0,0 +1,10 @@
|
||||
vti_encoding:SR|utf8-nl
|
||||
vti_author:SR|JOHN\\johnc
|
||||
vti_modifiedby:SR|JOHN\\johnc
|
||||
vti_timecreated:TR|23 Jan 2006 15:00:16 -0000
|
||||
vti_timelastmodified:TR|24 Jan 2006 00:42:52 -0000
|
||||
vti_filesize:IR|5170
|
||||
vti_extenderversion:SR|4.0.2.8912
|
||||
vti_backlinkinfo:VX|
|
||||
vti_nexttolasttimemodified:TR|23 Jan 2006 15:03:33 -0000
|
||||
vti_cacheddtm:TX|24 Jan 2006 00:42:52 -0000
|
||||
10
utils/AyaNovaDP/_vti_cnf/AyaNovaDP.csproj.webinfo
Normal file
10
utils/AyaNovaDP/_vti_cnf/AyaNovaDP.csproj.webinfo
Normal file
@@ -0,0 +1,10 @@
|
||||
vti_encoding:SR|utf8-nl
|
||||
vti_author:SR|JOHN\\johnc
|
||||
vti_modifiedby:SR|JOHN\\johnc
|
||||
vti_timecreated:TR|23 Jan 2006 15:00:16 -0000
|
||||
vti_timelastmodified:TW|23 Jan 2006 15:00:16 -0000
|
||||
vti_filesize:IR|116
|
||||
vti_extenderversion:SR|4.0.2.8912
|
||||
vti_backlinkinfo:VX|
|
||||
vti_nexttolasttimemodified:TW|23 Jan 2006 15:00:16 -0000
|
||||
vti_cacheddtm:TX|23 Jan 2006 15:00:16 -0000
|
||||
10
utils/AyaNovaDP/_vti_cnf/Web.config
Normal file
10
utils/AyaNovaDP/_vti_cnf/Web.config
Normal file
@@ -0,0 +1,10 @@
|
||||
vti_encoding:SR|utf8-nl
|
||||
vti_author:SR|JOHN\\johnc
|
||||
vti_modifiedby:SR|JOHN\\johnc
|
||||
vti_timecreated:TR|23 Jan 2006 15:02:26 -0000
|
||||
vti_timelastmodified:TR|23 Jan 2006 23:28:18 -0000
|
||||
vti_filesize:IR|5813
|
||||
vti_extenderversion:SR|4.0.2.8912
|
||||
vti_backlinkinfo:VX|
|
||||
vti_nexttolasttimemodified:TR|23 Jan 2006 21:53:29 -0000
|
||||
vti_cacheddtm:TX|23 Jan 2006 23:28:18 -0000
|
||||
4
utils/AyaNovaDP/_vti_pvt/access.cnf
Normal file
4
utils/AyaNovaDP/_vti_pvt/access.cnf
Normal file
@@ -0,0 +1,4 @@
|
||||
vti_encoding:SR|utf8-nl
|
||||
RealmName:john
|
||||
InheritPermissions:true
|
||||
PasswordDir:c:\\inetpub\\wwwroot\\_vti_pvt
|
||||
BIN
utils/AyaNovaDP/_vti_pvt/deptodoc.btr
Normal file
BIN
utils/AyaNovaDP/_vti_pvt/deptodoc.btr
Normal file
Binary file not shown.
BIN
utils/AyaNovaDP/_vti_pvt/doctodep.btr
Normal file
BIN
utils/AyaNovaDP/_vti_pvt/doctodep.btr
Normal file
Binary file not shown.
1
utils/AyaNovaDP/_vti_pvt/linkinfo.cnf
Normal file
1
utils/AyaNovaDP/_vti_pvt/linkinfo.cnf
Normal file
@@ -0,0 +1 @@
|
||||
vti_encoding:SR|utf8-nl
|
||||
23
utils/AyaNovaDP/_vti_pvt/service.cnf
Normal file
23
utils/AyaNovaDP/_vti_pvt/service.cnf
Normal file
@@ -0,0 +1,23 @@
|
||||
vti_encoding:SR|utf8-nl
|
||||
vti_casesensitiveurls:IX|0
|
||||
vti_httpdversion:SX|Microsoft-IIS/5.1
|
||||
vti_textextensions:SX|.txt.actproj.asm.c.cc.cod.cpp.cs.cxx.dbs.def.dsp.dsw.etp.ext.fky.h.hpp.hxx.i.idl.inc.inl.jsl.kci.lgn.lst.mak.map.mk.odh.odl.prc.rc.rc2.rct.rgs.rul.s.sol.sor.sql.srf.tab.tlh.tli.trg.txt.udf.udt.user.usr.vb.vcproj.viw.vspscc.vsscc.vssscc.
|
||||
vti_featurelist:VX|vti_ACIPAddresses vti_ACCreateNewUsers vti_ACChangePassword vti_ACNoUserGroup vti_ACCreateNewGroups vti_ACModifyGroups vti_ServiceMarkUrlDirExec vti_ServerEmailTransport vti_ServerIndexServer
|
||||
vti_dependenciesood:IR|0
|
||||
vti_webservertype:SR|msiis
|
||||
vti_categories:VR|Travel Expense\\ Report Business Competition Goals/Objectives Ideas Miscellaneous Waiting VIP In\\ Process Planning Schedule
|
||||
vti_dontpatchmoveddocs:SW|1
|
||||
vti_htmlextensions:SX|.htm.html.stm.html.htm.shtml.shtm.htt.htx.asp.alx.asa.
|
||||
vti_approvallevels:VR|Content\\ Review Legal\\ Review Code\\ Review Manager\\ Review
|
||||
vti_timecreated:TR|23 Jan 2006 15:00:16 -0000
|
||||
vti_extenderversion:SR|4.0.2.8912
|
||||
vti_longfilenames:IX|1
|
||||
vti_welcomenames:VX|Default.htm Default.asp index.htm iisstart.asp Default.aspx
|
||||
vti_insecureserverurl:SR|http://localhost
|
||||
vti_secureserverurl:SR|https://localhost
|
||||
vti_disableautoimgsizeexts:SX|.asp
|
||||
vti_oldestcompatibleversion:SR|2.0.0.0
|
||||
vti_restartmanual:IX|0
|
||||
vti_defaultcharset:SR|none
|
||||
vti_defaultlanguage:SR|en
|
||||
vti_publishmetainfokeys:VR|vti_assignedto vti_approvallevel vti_categories vti_description
|
||||
0
utils/AyaNovaDP/_vti_pvt/service.lck
Normal file
0
utils/AyaNovaDP/_vti_pvt/service.lck
Normal file
1
utils/AyaNovaDP/_vti_pvt/services.cnf
Normal file
1
utils/AyaNovaDP/_vti_pvt/services.cnf
Normal file
@@ -0,0 +1 @@
|
||||
/
|
||||
0
utils/AyaNovaDP/_vti_pvt/structure.cnf
Normal file
0
utils/AyaNovaDP/_vti_pvt/structure.cnf
Normal file
BIN
utils/AyaNovaDP/bin/CSLA.Core.Bindablebase.dll
Normal file
BIN
utils/AyaNovaDP/bin/CSLA.Core.Bindablebase.dll
Normal file
Binary file not shown.
BIN
utils/AyaNovaDP/bin/CSLA.Server.DataPortal.dll
Normal file
BIN
utils/AyaNovaDP/bin/CSLA.Server.DataPortal.dll
Normal file
Binary file not shown.
117
utils/AyaNovaDP/bin/CSLA.Server.DataPortal.xml
Normal file
117
utils/AyaNovaDP/bin/CSLA.Server.DataPortal.xml
Normal file
@@ -0,0 +1,117 @@
|
||||
<?xml version="1.0"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>
|
||||
CSLA.Server.DataPortal
|
||||
</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="T:CSLA.Server.DataPortal">
|
||||
<summary>
|
||||
Implements the server-side DataPortal as discussed
|
||||
in Chapter 5.
|
||||
</summary>
|
||||
</member><member name="F:CSLA.CriteriaBase.ObjectType">
|
||||
<summary>
|
||||
Type of the business object to be instantiated by
|
||||
the server-side DataPortal.
|
||||
</summary>
|
||||
</member><member name="M:CSLA.CriteriaBase.#ctor(System.Type)">
|
||||
<summary>
|
||||
Initializes CriteriaBase with the type of
|
||||
business object to be created by the DataPortal.
|
||||
</summary>
|
||||
</member><member name="T:CSLA.CriteriaBase">
|
||||
<summary>
|
||||
Base type from which Criteria classes can be
|
||||
derived in a business class.
|
||||
</summary>
|
||||
</member><member name="M:CSLA.Serialization.ISerializationNotification.Serializing">
|
||||
<summary>
|
||||
This method is called before an object is serialized.
|
||||
</summary>
|
||||
</member><member name="M:CSLA.Serialization.ISerializationNotification.Serialized">
|
||||
<summary>
|
||||
This method is called on the original instance of the
|
||||
object after it has been serialized.
|
||||
</summary>
|
||||
</member><member name="M:CSLA.Serialization.ISerializationNotification.Deserialized">
|
||||
<summary>
|
||||
This method is called on a newly deserialized object
|
||||
after deserialization is complete.
|
||||
</summary>
|
||||
</member><member name="T:CSLA.Serialization.ISerializationNotification">
|
||||
<summary>
|
||||
Objects can implement this interface if they wish to be
|
||||
notified of serialization events.
|
||||
</summary>
|
||||
<remarks>
|
||||
<para>
|
||||
Note that .NET serialization does NOT call these methods. Only
|
||||
code that checks for the ISerializationNotification interface
|
||||
when serializating and deserializing objects will invoke these
|
||||
methods.
|
||||
</para><para>
|
||||
The CSLA .NET framework's DataPortal processing and the Clone
|
||||
method in BusinessBase automatically make these calls.
|
||||
</para>
|
||||
</remarks>
|
||||
</member><member name="M:CSLA.Serialization.SerializationNotification.OnSerializing(System.Object)">
|
||||
<summary>
|
||||
Invokes the Serializing method on the target object
|
||||
if it has implemented ISerializationNotification.
|
||||
</summary>
|
||||
<param name="target">Object on which the method should be invoked.</param>
|
||||
</member><member name="M:CSLA.Serialization.SerializationNotification.OnSerialized(System.Object)">
|
||||
<summary>
|
||||
Invokes the Serialized method on the target object
|
||||
if it has implemented ISerializationNotification.
|
||||
</summary>
|
||||
<param name="target">Object on which the method should be invoked.</param>
|
||||
</member><member name="M:CSLA.Serialization.SerializationNotification.OnDeserialized(System.Object)">
|
||||
<summary>
|
||||
Invokes the Deserialized method on the target object
|
||||
if it has implemented ISerializationNotification.
|
||||
</summary>
|
||||
<param name="target">Object on which the method should be invoked.</param>
|
||||
</member><member name="T:CSLA.Serialization.SerializationNotification">
|
||||
<summary>
|
||||
Helper methods for invoking the ISerializatoinNotification
|
||||
methods.
|
||||
</summary>
|
||||
</member><member name="P:CSLA.Server.DataPortalContext.Principal">
|
||||
<summary>
|
||||
The current <see cref="T:CSLA.Security.BusinessPrincipal"/>
|
||||
if CSLA security is being used.
|
||||
</summary>
|
||||
</member><member name="P:CSLA.Server.DataPortalContext.IsRemotePortal">
|
||||
<summary>
|
||||
Returns True if the server-side DataPortal is running
|
||||
on a remote server via remoting.
|
||||
</summary>
|
||||
</member><member name="M:CSLA.Server.DataPortalContext.#ctor(System.Boolean)">
|
||||
<summary>
|
||||
Creates a new DataPortalContext object.
|
||||
</summary>
|
||||
<param name="isRemotePortal">Indicates whether the DataPortal is remote.</param>
|
||||
</member><member name="M:CSLA.Server.DataPortalContext.#ctor(System.Security.Principal.IPrincipal,System.Boolean)">
|
||||
<summary>
|
||||
Creates a new DataPortalContext object.
|
||||
</summary>
|
||||
<param name="principal">The current Principal object.</param>
|
||||
<param name="isRemotePortal">Indicates whether the DataPortal is remote.</param>
|
||||
</member><member name="T:CSLA.Server.DataPortalContext">
|
||||
<summary>
|
||||
Provides consistent context information between the client
|
||||
and server DataPortal objects.
|
||||
</summary>
|
||||
<remarks>
|
||||
The context includes the current
|
||||
<see cref="T:CSLA.Security.BusinessPrincipal"/>
|
||||
object if CSLA security is being used. It also includes a
|
||||
flag indicating whether the server-side DataPortal is running
|
||||
locally or remotely.
|
||||
</remarks>
|
||||
</member>
|
||||
</members>
|
||||
</doc>
|
||||
BIN
utils/AyaNovaDP/bin/CSLA.Server.ServicedDataPortal.dll
Normal file
BIN
utils/AyaNovaDP/bin/CSLA.Server.ServicedDataPortal.dll
Normal file
Binary file not shown.
36
utils/AyaNovaDP/bin/CSLA.Server.ServicedDataPortal.xml
Normal file
36
utils/AyaNovaDP/bin/CSLA.Server.ServicedDataPortal.xml
Normal file
@@ -0,0 +1,36 @@
|
||||
<?xml version="1.0"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>
|
||||
CSLA.Server.ServicedDataPortal
|
||||
</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="M:CSLA.Server.ServicedDataPortal.DataPortal.Create(System.Object,System.Object)">
|
||||
<summary>
|
||||
Invokes the server-side DataPortal Create method within
|
||||
a COM+ transaction.
|
||||
</summary>
|
||||
</member><member name="M:CSLA.Server.ServicedDataPortal.DataPortal.Fetch(System.Object,System.Object)">
|
||||
<summary>
|
||||
Invokes the server-side DataPortal Fetch method within
|
||||
a COM+ transaction.
|
||||
</summary>
|
||||
</member><member name="M:CSLA.Server.ServicedDataPortal.DataPortal.Update(System.Object,System.Object)">
|
||||
<summary>
|
||||
Invokes the server-side DataPortal Update method within
|
||||
a COM+ transaction.
|
||||
</summary>
|
||||
</member><member name="M:CSLA.Server.ServicedDataPortal.DataPortal.Delete(System.Object,System.Object)">
|
||||
<summary>
|
||||
Invokes the server-side DataPortal Delete method within
|
||||
a COM+ transaction.
|
||||
</summary>
|
||||
</member><member name="T:CSLA.Server.ServicedDataPortal.DataPortal">
|
||||
<summary>
|
||||
Implements the transactional server-side DataPortal object as
|
||||
discussed in Chapter 5.
|
||||
</summary>
|
||||
</member>
|
||||
</members>
|
||||
</doc>
|
||||
BIN
utils/AyaNovaDP/bin/CSLA.dll
Normal file
BIN
utils/AyaNovaDP/bin/CSLA.dll
Normal file
Binary file not shown.
2293
utils/AyaNovaDP/bin/CSLA.xml
Normal file
2293
utils/AyaNovaDP/bin/CSLA.xml
Normal file
File diff suppressed because it is too large
Load Diff
BIN
utils/AyaNovaDP/bin/ChilkatDotNet.dll
Normal file
BIN
utils/AyaNovaDP/bin/ChilkatDotNet.dll
Normal file
Binary file not shown.
BIN
utils/AyaNovaDP/bin/DevExpress.Data.v6.3.dll
Normal file
BIN
utils/AyaNovaDP/bin/DevExpress.Data.v6.3.dll
Normal file
Binary file not shown.
BIN
utils/AyaNovaDP/bin/FirebirdSql.Data.Firebird.dll
Normal file
BIN
utils/AyaNovaDP/bin/FirebirdSql.Data.Firebird.dll
Normal file
Binary file not shown.
27871
utils/AyaNovaDP/bin/GZTW.AyaNova.BLL.xml
Normal file
27871
utils/AyaNovaDP/bin/GZTW.AyaNova.BLL.xml
Normal file
File diff suppressed because it is too large
Load Diff
BIN
utils/AyaNovaDP/bin/GZTW.Data.dll
Normal file
BIN
utils/AyaNovaDP/bin/GZTW.Data.dll
Normal file
Binary file not shown.
BIN
utils/AyaNovaDP/bin/GZTW.Profile.dll
Normal file
BIN
utils/AyaNovaDP/bin/GZTW.Profile.dll
Normal file
Binary file not shown.
10
utils/AyaNovaDP/bin/_vti_cnf/AyaNovaDP.dll
Normal file
10
utils/AyaNovaDP/bin/_vti_cnf/AyaNovaDP.dll
Normal file
@@ -0,0 +1,10 @@
|
||||
vti_encoding:SR|utf8-nl
|
||||
vti_author:SR|JOHN\\johnc
|
||||
vti_modifiedby:SR|JOHN\\johnc
|
||||
vti_timecreated:TR|23 Jan 2006 15:06:15 -0000
|
||||
vti_timelastmodified:TW|23 Jan 2006 23:23:04 -0000
|
||||
vti_filesize:IR|16384
|
||||
vti_extenderversion:SR|4.0.2.8912
|
||||
vti_backlinkinfo:VX|
|
||||
vti_nexttolasttimemodified:TW|23 Jan 2006 23:23:04 -0000
|
||||
vti_cacheddtm:TX|24 Jan 2006 00:42:55 -0000
|
||||
10
utils/AyaNovaDP/bin/_vti_cnf/AyaNovaDP.pdb
Normal file
10
utils/AyaNovaDP/bin/_vti_cnf/AyaNovaDP.pdb
Normal file
@@ -0,0 +1,10 @@
|
||||
vti_encoding:SR|utf8-nl
|
||||
vti_author:SR|JOHN\\johnc
|
||||
vti_modifiedby:SR|JOHN\\johnc
|
||||
vti_timecreated:TR|23 Jan 2006 15:06:15 -0000
|
||||
vti_timelastmodified:TW|23 Jan 2006 23:31:58 -0000
|
||||
vti_filesize:IR|7680
|
||||
vti_extenderversion:SR|4.0.2.8912
|
||||
vti_backlinkinfo:VX|
|
||||
vti_nexttolasttimemodified:TW|23 Jan 2006 23:31:58 -0000
|
||||
vti_cacheddtm:TX|24 Jan 2006 00:26:53 -0000
|
||||
10
utils/AyaNovaDP/bin/_vti_cnf/CSLA.Core.Bindablebase.dll
Normal file
10
utils/AyaNovaDP/bin/_vti_cnf/CSLA.Core.Bindablebase.dll
Normal file
@@ -0,0 +1,10 @@
|
||||
vti_encoding:SR|utf8-nl
|
||||
vti_author:SR|JOHN\\johnc
|
||||
vti_modifiedby:SR|JOHN\\johnc
|
||||
vti_timecreated:TR|23 Jan 2006 15:01:35 -0000
|
||||
vti_timelastmodified:TW|23 Jan 2006 23:22:27 -0000
|
||||
vti_filesize:IR|20480
|
||||
vti_extenderversion:SR|4.0.2.8912
|
||||
vti_backlinkinfo:VX|
|
||||
vti_nexttolasttimemodified:TW|23 Jan 2006 23:22:27 -0000
|
||||
vti_cacheddtm:TX|24 Jan 2006 00:36:56 -0000
|
||||
10
utils/AyaNovaDP/bin/_vti_cnf/CSLA.Server.DataPortal.dll
Normal file
10
utils/AyaNovaDP/bin/_vti_cnf/CSLA.Server.DataPortal.dll
Normal file
@@ -0,0 +1,10 @@
|
||||
vti_encoding:SR|utf8-nl
|
||||
vti_author:SR|JOHN\\johnc
|
||||
vti_modifiedby:SR|JOHN\\johnc
|
||||
vti_timecreated:TR|23 Jan 2006 15:01:35 -0000
|
||||
vti_timelastmodified:TW|23 Jan 2006 23:22:28 -0000
|
||||
vti_filesize:IR|9728
|
||||
vti_extenderversion:SR|4.0.2.8912
|
||||
vti_backlinkinfo:VX|
|
||||
vti_nexttolasttimemodified:TW|23 Jan 2006 23:22:28 -0000
|
||||
vti_cacheddtm:TX|24 Jan 2006 00:36:55 -0000
|
||||
@@ -0,0 +1,10 @@
|
||||
vti_encoding:SR|utf8-nl
|
||||
vti_author:SR|JOHN\\johnc
|
||||
vti_modifiedby:SR|JOHN\\johnc
|
||||
vti_timecreated:TR|23 Jan 2006 15:01:35 -0000
|
||||
vti_timelastmodified:TW|23 Jan 2006 23:22:28 -0000
|
||||
vti_filesize:IR|6656
|
||||
vti_extenderversion:SR|4.0.2.8912
|
||||
vti_backlinkinfo:VX|
|
||||
vti_nexttolasttimemodified:TW|23 Jan 2006 23:22:28 -0000
|
||||
vti_cacheddtm:TX|24 Jan 2006 00:36:55 -0000
|
||||
10
utils/AyaNovaDP/bin/_vti_cnf/CSLA.dll
Normal file
10
utils/AyaNovaDP/bin/_vti_cnf/CSLA.dll
Normal file
@@ -0,0 +1,10 @@
|
||||
vti_encoding:SR|utf8-nl
|
||||
vti_author:SR|JOHN\\johnc
|
||||
vti_modifiedby:SR|JOHN\\johnc
|
||||
vti_timecreated:TR|23 Jan 2006 15:01:35 -0000
|
||||
vti_timelastmodified:TW|23 Jan 2006 23:22:27 -0000
|
||||
vti_filesize:IR|61440
|
||||
vti_extenderversion:SR|4.0.2.8912
|
||||
vti_backlinkinfo:VX|
|
||||
vti_nexttolasttimemodified:TW|23 Jan 2006 23:22:27 -0000
|
||||
vti_cacheddtm:TX|24 Jan 2006 00:36:56 -0000
|
||||
9
utils/AyaNovaDP/bin/_vti_cnf/ChilkatDotNet.dll
Normal file
9
utils/AyaNovaDP/bin/_vti_cnf/ChilkatDotNet.dll
Normal file
@@ -0,0 +1,9 @@
|
||||
vti_encoding:SR|utf8-nl
|
||||
vti_author:SR|JOHN\\johnc
|
||||
vti_modifiedby:SR|JOHN\\johnc
|
||||
vti_timecreated:TR|23 Jan 2006 23:34:53 -0000
|
||||
vti_timelastmodified:TR|23 Jan 2006 23:34:53 -0000
|
||||
vti_cacheddtm:TX|23 Jan 2006 23:34:53 -0000
|
||||
vti_filesize:IR|3342336
|
||||
vti_extenderversion:SR|4.0.2.8912
|
||||
vti_backlinkinfo:VX|
|
||||
10
utils/AyaNovaDP/bin/_vti_cnf/GZTW.AyaNova.BLL.dll
Normal file
10
utils/AyaNovaDP/bin/_vti_cnf/GZTW.AyaNova.BLL.dll
Normal file
@@ -0,0 +1,10 @@
|
||||
vti_encoding:SR|utf8-nl
|
||||
vti_author:SR|JOHN\\johnc
|
||||
vti_modifiedby:SR|JOHN\\johnc
|
||||
vti_timecreated:TR|23 Jan 2006 23:34:52 -0000
|
||||
vti_timelastmodified:TW|23 Jan 2006 23:34:52 -0000
|
||||
vti_filesize:IR|1708032
|
||||
vti_extenderversion:SR|4.0.2.8912
|
||||
vti_backlinkinfo:VX|
|
||||
vti_nexttolasttimemodified:TW|23 Jan 2006 23:34:52 -0000
|
||||
vti_cacheddtm:TX|24 Jan 2006 00:37:00 -0000
|
||||
10
utils/AyaNovaDP/bin/_vti_cnf/GZTW.AyaNova.BLL.xml
Normal file
10
utils/AyaNovaDP/bin/_vti_cnf/GZTW.AyaNova.BLL.xml
Normal file
@@ -0,0 +1,10 @@
|
||||
vti_encoding:SR|utf8-nl
|
||||
vti_author:SR|JOHN\\johnc
|
||||
vti_modifiedby:SR|JOHN\\johnc
|
||||
vti_timecreated:TR|24 Jan 2006 00:36:51 -0000
|
||||
vti_timelastmodified:TW|24 Jan 2006 00:36:51 -0000
|
||||
vti_filesize:IR|997976
|
||||
vti_extenderversion:SR|4.0.2.8912
|
||||
vti_backlinkinfo:VX|
|
||||
vti_nexttolasttimemodified:TR|24 Jan 2006 00:36:51 -0000
|
||||
vti_cacheddtm:TX|24 Jan 2006 00:37:00 -0000
|
||||
10
utils/AyaNovaDP/bin/_vti_cnf/GZTW.Data.dll
Normal file
10
utils/AyaNovaDP/bin/_vti_cnf/GZTW.Data.dll
Normal file
@@ -0,0 +1,10 @@
|
||||
vti_encoding:SR|utf8-nl
|
||||
vti_author:SR|JOHN\\johnc
|
||||
vti_modifiedby:SR|JOHN\\johnc
|
||||
vti_timecreated:TR|23 Jan 2006 15:01:36 -0000
|
||||
vti_timelastmodified:TW|23 Jan 2006 23:22:27 -0000
|
||||
vti_filesize:IR|61440
|
||||
vti_extenderversion:SR|4.0.2.8912
|
||||
vti_backlinkinfo:VX|
|
||||
vti_nexttolasttimemodified:TW|23 Jan 2006 23:22:27 -0000
|
||||
vti_cacheddtm:TX|24 Jan 2006 00:36:55 -0000
|
||||
10
utils/AyaNovaDP/bin/_vti_cnf/GZTW.Profile.dll
Normal file
10
utils/AyaNovaDP/bin/_vti_cnf/GZTW.Profile.dll
Normal file
@@ -0,0 +1,10 @@
|
||||
vti_encoding:SR|utf8-nl
|
||||
vti_author:SR|JOHN\\johnc
|
||||
vti_modifiedby:SR|JOHN\\johnc
|
||||
vti_timecreated:TR|23 Jan 2006 15:01:37 -0000
|
||||
vti_timelastmodified:TW|23 Jan 2006 23:22:27 -0000
|
||||
vti_filesize:IR|45056
|
||||
vti_extenderversion:SR|4.0.2.8912
|
||||
vti_backlinkinfo:VX|
|
||||
vti_nexttolasttimemodified:TW|23 Jan 2006 23:22:27 -0000
|
||||
vti_cacheddtm:TX|24 Jan 2006 00:36:55 -0000
|
||||
9
utils/AyaNovaDP/bin/_vti_cnf/log4net.dll
Normal file
9
utils/AyaNovaDP/bin/_vti_cnf/log4net.dll
Normal file
@@ -0,0 +1,9 @@
|
||||
vti_encoding:SR|utf8-nl
|
||||
vti_author:SR|JOHN\\johnc
|
||||
vti_modifiedby:SR|JOHN\\johnc
|
||||
vti_timecreated:TR|24 Jan 2006 00:42:42 -0000
|
||||
vti_timelastmodified:TR|24 Jan 2006 00:42:42 -0000
|
||||
vti_cacheddtm:TX|24 Jan 2006 00:42:42 -0000
|
||||
vti_filesize:IR|249856
|
||||
vti_extenderversion:SR|4.0.2.8912
|
||||
vti_backlinkinfo:VX|
|
||||
BIN
utils/AyaNovaDP/bin/log4net.dll
Normal file
BIN
utils/AyaNovaDP/bin/log4net.dll
Normal file
Binary file not shown.
Reference in New Issue
Block a user