This commit is contained in:
2018-06-29 19:47:36 +00:00
commit be7f501333
3769 changed files with 1425961 additions and 0 deletions

Binary file not shown.

Binary file not shown.

View 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>

Binary file not shown.

View 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>

Binary file not shown.

2293
utils/AyaNovaDP/bin/CSLA.xml Normal file

File diff suppressed because it is too large Load Diff

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

Binary file not shown.

View 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

View 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

View 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

View 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

View 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|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

View 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

View 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|

View 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

View 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

View 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

View 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

View 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|

Binary file not shown.