CSLA .NET 10.0.0
A home for your business logic
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123456]
 NCsla
 NConfiguration
 NCore
 NData
 NDataPortalClient
 NChannels
 NProperties
 NReflection
 NRules
 NRuntime
 NSecurity
 NSerialization
 NServer
 NState
 NBlazor
 NThreading
 NAnalyzers
 NAspNetCore
 NGenerator
 NWeb
 NWindows
 NXaml
 CApplicationContextProvides consistent context information between the client and server DataPortal objects
 CBusinessBase< T >This is the base class from which most business objects will be derived
 CBusinessBindingListBase< T, C >This is the base class from which most business collections or lists will be derived
 CBusinessListBase< T, C >This is the base class from which most business collections or lists will be derived
 CCommandBase< T >This is the base class from which command objects will be derived
 CCriteriaBase< T >Base type from which Criteria classes can be derived in a business class
 CDataPortalEventArgsProvides information about the DataPortal call
 CDataPortalExceptionThis exception is returned for any errors occurring during the server-side DataPortal invocation
 CInjectAttributeSpecifies a parameter that is provided via dependency injection
 CDataPortalResult< T >DataPortalResult defines the results of DataPortal operation. It contains object that was received from the server, an error (if occurred) and userState - user defined information that was passed into data portal on initial request
 CDataPortalServerResourceAttributeSpecifies a server resource required by a business type so the data portal can route any calls to the correct server
 CDataPortalServerRoutingTagAttributeSpecifies a routing tag for use by the server-side data portal
 CDataPortal< T >Client side data portal used for making asynchronous data portal calls in .NET
 CDynamicBindingListBase< T >This is the base class from which collections of editable root business objects should be derived
 CDynamicListBase< T >This is the base class from which collections of editable root business objects should be derived
 CFilteredBindingList< T >Provides a filtered view into an existing IList(Of T)
 CIChildDataPortalInterface defining the members of the child data portal type
 CIChildDataPortalFactoryDefines a data portal service used to get an access to a client-side data portal instance
 CIChildDataPortal< T >Interface defining the members of the child data portal type
 CIContainsDeletedListDefines an object that holds a list of deleted items
 CIDataPortalInterface defining the members of the data portal type
 CIDataPortalFactoryDefines a data portal service used to get an access to a client-side data portal instance
 CIDataPortalResultIDataPortalResult defines the results of DataPortal operation
 CIDataPortal< T >Interface defining the members of the data portal type
 CLazySingleton< T >An alternative to Lazy<T>
 CLinqObservableCollection< T >Synchronized view over a source list, filtered, sorted and ordered based on a query result
 CMethodInfoMaintains metadata about a method
 CNameValueListBase< K, V >This is the base class from which readonly name/value collections should be derived
 CPropertyInfo< T >Maintains metadata about a property
 CPropertyLoadExceptionException indicating a failure to set a property's field
 CReadOnlyBase< T >This is a base class from which readonly business classes can be derived
 CReadOnlyBindingListBase< T, C >This is the base class from which readonly collections of readonly objects should be derived
 CReadOnlyListBase< T, C >This is the base class from which readonly collections of readonly objects should be derived
 CSmartDateProvides a date data type that understands the concept of an empty date value
 CSortedBindingList< T >Provides a sorted view into an existing IList(Of T)
 CTransactionalAttributeMarks a DataPortal_XYZ method to run within the specified transactional context
 CCslaImplementPropertiesInterfaceAttribute< T >Indicate that a type should be auto serialized
 CExtractedAttributeDefinitionClass for extracted attribute definition
 CExtractedTypeDefinitionThe definition of a type, extracted from the syntax tree provided by Roslyn