CSLA.NET 6.0.0
CSLA .NET is a software development framework that helps you build a reusable, maintainable object-oriented business layer for your app.
Csla.Test.Basic.NameValueListObj Class Reference
Inheritance diagram for Csla.Test.Basic.NameValueListObj:
Csla.NameValueListBase< int, string > Csla.NameValueListBase< int, string >

Protected Member Functions

void DataPortal_Fetch ()
 
void DataPortal_Fetch ()
 
- Protected Member Functions inherited from Csla.NameValueListBase< int, string >
 NameValueListBase ()
 Creates an instance of the type. More...
 
virtual void Initialize ()
 Override this method to set up event handlers so user code in a partial class can respond to events raised by generated code. More...
 
virtual object GetClone ()
 Creates a clone of the object. More...
 
virtual void DataPortal_OnDataPortalInvoke (DataPortalEventArgs e)
 Called by the server-side DataPortal prior to calling the requested DataPortal_XYZ method. More...
 
virtual void DataPortal_OnDataPortalInvokeComplete (DataPortalEventArgs e)
 Called by the server-side DataPortal after calling the requested DataPortal_XYZ method. More...
 
virtual void DataPortal_OnDataPortalException (DataPortalEventArgs e, Exception ex)
 Called by the server-side DataPortal if an exception occurs during data access. More...
 

Additional Inherited Members

- Public Member Functions inherited from Csla.NameValueListBase< int, string >
Value (K key)
 Returns the value corresponding to the specified key. More...
 
Key (V value)
 Returns the key corresponding to the first occurance of the specified value in the list. More...
 
bool ContainsKey (K key)
 Gets a value indicating whether the list contains the specified key. More...
 
bool ContainsValue (V value)
 Gets a value indicating whether the list contains the specified value. More...
 
NameValuePair GetItemByValue (V value)
 Get the item for the first matching value in the collection. More...
 
NameValuePair GetItemByKey (K key)
 Get the item for the first matching key in the collection. More...
 
NameValueListBase< K, V > Clone ()
 Creates a clone of the object. More...
 
- Properties inherited from Csla.NameValueListBase< int, string >
ApplicationContext ApplicationContext [get]
 Gets the current ApplicationContext More...
 

Detailed Description

Definition at line 15 of file csla.netcore.test/Basic/NameValueListObj.cs.

Member Function Documentation

◆ DataPortal_Fetch() [1/2]

void Csla.Test.Basic.NameValueListObj.DataPortal_Fetch ( )
protected

Definition at line 18 of file csla.netcore.test/Basic/NameValueListObj.cs.

◆ DataPortal_Fetch() [2/2]

void Csla.Test.Basic.NameValueListObj.DataPortal_Fetch ( )
protected

Definition at line 19 of file Csla.test/Basic/NameValueListObj.cs.