▼NCsla | |
►NAspNetCore | |
►NMvc | |
►NTagHelpers | |
CCslaErrorsTagHelper | Razor tag helper that displays CSLA .NET validation error text in a span |
CCslaInformationTagHelper | Razor tag helper that displays CSLA .NET information text in a span |
CCslaWarningsTagHelper | Razor tag helper that displays CSLA .NET validation warning text in a span |
►NRazorPages | |
CPageModel | Custom PageModel for CSLA .NET |
CApplicationContextManager | Application context manager that uses HttpContextAccessor when resolving HttpContext to store context values |
CPropertyInfo | Exposes metastate for a property |
►NAxml | |
►NBinding | |
CBinding | Contains an individual binding to tie a property on an Axml view to the property on a supplied object |
CBindingManager | Provides the ability to bing properties on Axml controls to properties on CSLA objects |
CActivityBase | CSLA helper to be used in place of the normal Xamarin Android activity that contains a reference to a CSLA ViewModel and a BindingManager |
►CResource | |
CAttribute | |
CString | |
►NBlazor | |
►NClient | |
►NAuthentication | |
CCslaAuthenticationStateProvider | ASP.NET AuthenticationStateProvider that relies on the CslaUserService to manage the current user |
►CCslaUserService | Expose Csla.ApplicationContext.User for use in Blazor authentication pages |
CCurrentUserChangedEventArgs | Event args for CurrentUserChanged event |
CCslaPermissionRequirement | CSLA permissions requirement |
CCslaPermissionsHandler | Authorization handler for CSLA permissions |
CCslaPermissionsPolicyProvider | CSLA permissions policy provider |
CCslaValidationMessageBase | Validation message base type |
CCslaValidator | Class offering integration of CSLA validation into Blazor edit forms This is a component with no visible behaviour; it simply requests hook up of validation |
CHasPermissionAttribute | Authorizes user if they have permission |
CIPropertyInfo | Exposes metastate for a property |
CPropertyInfo | Exposes metastate for a property |
CViewModel | Base type for creating your own viewmodel |
►NBrokeredDataPortalHost | |
CBrokeredHost | Brokered assembly entry point for the data portal |
►NChannels | |
►NGrpc | |
CGrpcPortal | Exposes server-side DataPortal functionality through gRPC |
CGrpcProxy | Implements a data portal proxy to relay data portal calls to a remote application server by using gRPC |
►NRabbitMq | |
CRabbitMqPortal | Exposes server-side DataPortal functionality through RabbitMQ |
CRabbitMqProxy | Implements a data portal proxy to relay data portal calls to a remote application server by using RabbitMQ |
►NConfiguration | |
CConfigurationErrorsException | Exception thrown due to configuration errors |
CConnectionStringSettings | Information about a connection string |
CConnectionStringSettingsCollection | Collection of connection strings |
CCslaBuilder | Default CSLA .NET service builder |
CCslaConfiguration | Use this type to configure the settings for CSLA .NET |
CCslaConfigurationOptions | Contains configuration options which can be loaded using dot net core configuration subsystem |
CCslaDataConfiguration | Use this type to configure the settings for the CSLA .NET data portal |
CCslaDataPortalConfiguration | Use this type to configure the settings for the CSLA .NET data portal |
CCslaDataPortalConfigurationOptions | Use this type to configure the settings for the CSLA .NET data portal using dot net core |
CCslaSecurityConfiguration | Use this type to configure the settings for security |
CCslaSerializationConfiguration | Use this type to configure the settings for serialization |
CICslaBuilder | Define CSLA .NET service builder |
CICslaConfiguration | Use this type to configure the settings for CSLA .NET |
►NCore | |
►NFieldManager | |
CFieldData | Contains a field value and related metadata |
CFieldDataManager | Manages properties and property data for a business object |
CIFieldData | Defines the members required by a field data storage object |
CPropertyInfoList | List of IPropertyInfo objects for a business object type |
►NLoadManager | |
CAsyncLoadException | Exception class to add the PropertyInfo and better nmessage to an async exception |
►NTypeConverters | |
CSmartDateConverter | Converts values to and from a SmartDate |
CAddedNewEventArgs | Object containing information about a newly added object |
CApplicationContextManager | Default context manager for the user property and local/client/global context dictionaries |
CApplicationContextManagerStatic | Context manager for the user property and local/client/global context dictionaries that uses static fields to maintain per-thread context |
CApplicationContextManagerTls | Context manager for the user property and local/client/global context dictionaries that uses thread local storage (TLS) to maintain per-thread context |
CBindableBase | This class implements INotifyPropertyChanged and INotifyPropertyChanging in a serialization-safe manner |
CBusinessBase | This is the non-generic base class from which most business objects will be derived |
CBusyChangedEventArgs | Event arguments for the BusyChanged event |
CChildChangedEventArgs | Contains event data about the changed child object |
CContextDictionary | Dictionary type that is serializable with the SerializationFormatterFactory.GetFormatter() |
CErrorEventArgs | Event arguments for an unhandled async exception |
CExtendedBindingList | Extends BindingList of T by adding extra behaviors |
CGraphMerger | Implements behavior to merge one object graph into a clone of itself (typically post-serialization) |
CIBusinessObject | This is the core interface implemented by all CSLA .NET base classes |
CICheckRules | Defines the common methods for any business object which exposes means to supress and check business rules |
CICommandObject | This interface is implemented by all Command objects |
CIContextManager | Defines the interface for an application context manager type |
CIdentityManager | Used by the root object in a graph to manage the object instance identity values for the graph |
CIEditableBusinessObject | Defines the common methods required by all editable CSLA single objects |
CIEditableCollection | Defines the common methods required by all editable CSLA collection objects |
CIExtendedBindingList | Extends IBindingList by adding extra events |
CIMemberInfo | Maintains metadata about a method or property |
CINotifyBusy | Interface defining an object that notifies when it is busy executing an asynchronous operation |
CINotifyChildChanged | Implemented by classes that notify when a child object has changed |
CINotifyUnhandledAsyncException | Implemented by an object that perfoms asynchronous operations that may raise exceptions |
CInvalidQueryException | |
CIObservableBindingList | Defines additional elements for an ObservableCollection as required by CSLA .NET |
CIParent | Defines the interface that must be implemented by any business object that contains child objects |
CIPropertyInfo | Maintains metadata about a property |
CIPropertyInfoFactory | Defines the interface for a factory object that creates IPropertyInfo objects |
CIReadOnlyCollection | Interface implemented by all read-only collection classes |
CIReadOnlyObject | Specifies that the object is a readonly business object |
CIReportTotalRowCount | Implement this interface in a collection to report a total row count to Csla.Web.CslaDataSource, where that row count is different from the collection's normal Count property value |
CISavable | Specifies that the object can save itself |
CISmartField | Defines members required for smart data types that understand the concept of being empty, and representing an empty value as an empty string |
CISupportUndo | Define the common methods used by the UI to interact with n-level undo |
CITrackStatus | Defines the common properties required objects that track their own status |
CIUndoableObject | Defines the methods required to participate in n-level undo within the CSLA .NET framework |
CManagedObjectBase | Base class for an object that is serializable using SerializationFormatterFactory.GetFormatter() |
CMetaPropertyChangedEventArgs | Used to distinguish Meta Properties |
►CMobileBindingList | Inherit from this base class to easily create a serializable list class |
CLoadListModeObject | Class that allows setting of property values on current business object without raising PropertyChanged events and checking user rights |
CMobileDictionary | Defines a dictionary that can be serialized through the SerializationFormatterFactory.GetFormatter() |
CMobileList | Implements a list that is serializable using the SerializationFormatterFactory.GetFormatter() |
CMobileObject | Inherit from this base class to easily create a serializable class |
►CMobileObservableCollection | Inherit from this base class to easily create a serializable list class |
CLoadListModeObject | Class that allows setting of property values on current business object without raising PropertyChanged events and checking user rights |
CObservableBindingList | Extends ObservableCollection with behaviors required by CSLA .NET collections |
CReadOnlyBindingList | A readonly version of BindingList(Of T) |
CReadOnlyObservableBindingList | A readonly version of ObservableBindingList |
CRemovingItemEventArgs | Contains event data for the RemovingItem event |
CSavedEventArgs | Event arguments containing a reference to the new object that was returned as a result of the Save() operation |
CUndoableBase | Implements n-level undo capabilities as described in Chapters 2 and 3 |
CUndoException | Exception indicating a problem with the use of the n-level undo feature in CSLA .NET |
►NData | |
►NEF6 | |
CDbContextManager | Provides an automated way to reuse Entity Framework DbContext objects within the context of a single data portal operation |
CObjectContextManager | Provides an automated way to reuse Entity Framework object context objects within the context of a single data portal operation |
►NEntityFrameworkCore | |
CDbContextManager | Provides an automated way to reuse Entity Framework DbContext objects within the context of a single data portal operation |
►NSqlClient | |
CConnectionManager | Provides an automated way to reuse open database connections within the context of a single data portal operation |
CSafeSqlDataReader | This is a SqlDataReader that 'fixes' any null values before they are returned to our business code |
CConnectionManager | Provides an automated way to reuse open database connections within the context of a single data portal operation |
CContextManager | Provides an automated way to reuse LINQ data context objects within the context of a single data portal operation |
CDataMap | Defines a mapping between two sets of properties/fields for use by DataMapper |
CDataServiceContextManager | Provides an automated way to reuse an ADO.NET Data Services context object within the context of a single data portal operation |
CObjectAdapter | An ObjectAdapter is used to convert data in an object or collection into a DataTable |
CObjectContextManager | Provides an automated way to reuse Entity Framework object context objects within the context of a single data portal operation |
CSafeDataReader | This is an IDataReader that 'fixes' any null values before they are returned to our business code |
CServiceClientManager | Provides an automated way to reuse a service client proxy objects within the context of a single data portal operation |
CTransactionManager | Provides an automated way to reuse open database connections and associated ADO.NET transactions within the context of a single data portal operation |
►NDataPortalClient | |
CBrokeredProxy | Implements a data portal proxy to relay data portal calls to an application server hosted locally in the client process and AppDomain |
CDataPortalProxy | Implements a data portal proxy to relay data portal calls to a remote application server |
CDataPortalProxyDescriptor | Describes the data portal proxy for use by a specific business object type |
CDataPortalProxyFactory | Default data portal proxy factory that creates the IDataPortalProxy instance to use for the DataPortal server call |
CHttpCompressionProxy | Implements a data portal proxy to relay data portal calls to a remote application server by using http |
CHttpProxy | Implements a data portal proxy to relay data portal calls to a remote application server by using http |
CIDataPortalProxy | Interface implemented by client-side data portal proxy objects |
CIDataPortalProxyFactory | |
CIWcfPortal | |
CLocalProxy | Implements a data portal proxy to relay data portal calls to an application server hosted locally in the client process and AppDomain |
CPrimitiveCriteria | Class used as a wrapper for criteria based requests that use primitives |
CWcfProxy | Implements a data portal proxy to relay data portal calls to a remote application server by using WCF |
►NIosui | |
►NBinding | |
CBinding | Contains an individual binding to tie a property on an Axml view to the property on a supplied object |
CBindingManager | Provides the ability to bing properties on iOS UI controls to properties on CSLA objects |
CViewControllerBase | CSLA helper to be used in place of the normal Xamarin Android activity that contains a reference to a CSLA ViewModel and a BindingManager |
►NProperties | |
CResources | A strongly-typed resource class, for looking up localized strings, etc |
►NReflection | |
CCallMethodException | This exception is returned from the CallMethod method in the server-side DataPortal and contains the exception thrown by the underlying business object method that was being invoked |
CLateBoundObject | Enables simple invocation of methods against the contained object using late binding |
CServiceProviderMethodInfo | Class that contains cached metadata about data portal method to be invoked |
►NRules | |
►NCommonRules | |
CCommonBusinessRule | Base class used to create common rules |
CDataAnnotation | Business rule that encapsulates a DataAnnotations ValidationAttribute rule |
CDependency | A rule that establishes a dependency between two properties |
CInfoMessage | Adds an information message to a property |
CIsInRole | IsInRole authorization rule |
CIsNotInRole | IsNotInRole authorization rule |
CLambda | A business rule defined by a lambda expression |
CMaxLength | Business rule for a maximum length string |
CMaxValue | Business rule for a maximum value |
CMinLength | Business rule for a minimum length string |
CMinValue | Business rule for a minimum value |
CRegExMatch | Business rule that evaluates a regular expression |
CRequired | Business rule for a required string |
CAuthorizationContext | Context information provided to an authorization rule when it is invoked |
CAuthorizationRule | Base class providing basic authorization rule implementation |
CAuthorizationRuleManager | Manages the list of authorization rules for a business type |
CBrokenRule | Stores details about a specific broken business rule |
CBrokenRulesCollection | A collection of currently broken rules |
CBrokenRulesNode | Holds broken rules for an Node in the BrokenRulesTree |
CBrokenRulesTree | Holds a list of broken rules tree list |
CBusinessRule | Base class used to create business and validation rules |
CBusinessRuleAsync | Base class used to create async business and validation rules |
CBusinessRuleBase | Base class used to create business and validation rules |
CBusinessRuleManager | Manages the list of rules for a business type |
CBusinessRules | Tracks the business rules for a business object |
CIAuthorizationContext | Implemented by objects which provide context information to an authorization rule when it is invoked |
CIAuthorizationRule | Interface defining an authorization rule implementation |
CIBusinessRule | Interface defining a business/validation rule implementation |
CIBusinessRuleAsync | Interface defining a business/validation rule implementation |
CIBusinessRuleBase | Interface defining a business/validation rule implementation |
CIBusinessRules | Public interfacefor IBusinessRules |
CIHostRules | Defines the interaction between the rules engine and a business object that hosts the rules |
CIRuleContext | Context information provided to a business rule when it is invoked |
CObjectRule | Base class for object level rules |
CObjectRuleAsync | Base class for object level rules |
CPropertyRule | Base class for a property rule |
CPropertyRuleAsync | Base class for a property rule |
CRuleContext | Context information provided to a business rule when it is invoked |
CRuleResult | Contains information about the result of a rule |
CRuleUri | Parses a rule:// URI to provide easy access to the parts of the URI |
CValidationException | Exception class indicating that there was a validation problem with a business object |
►NSecurity | |
CAuthorizationRules | Add object level rules |
CCslaClaimsPrincipal | ClaimsPrincipal subclass that supports serialization by SerializationFormatterFactory.GetFormatter() |
CIAuthorizeReadWrite | Defines the authorization interface through which an object can indicate which properties the current user can read and write |
CICheckRoles | Interface defining an object that checks IsInRole |
CICslaIdentity | Provides a base type to simplify creation of a .NET identity object for use with ICslaPrincipal |
CICslaPrincipal | Defines the base requirements for the interface of any CSLA principal object |
CSecurityException | Security exception |
CUsernameCriteria | Criteria class for passing a username/password pair to a custom identity class |
►NSerialization | |
►NMobile | |
CCslaBinaryReader | This is a class that is responsible for deserializing SerializationInfo objects for receiving the data from client / server |
CCslaBinaryWriter | This is a class that is responsible for serializing SerializationInfo objects into a Stream for sending the data t client / server |
CCslaLegacyBinaryReader | This is a legacy version of CslaBinaryReader |
CCslaLegacyBinaryWriter | This is a legacy version of CslaBinaryWriter |
CCslaNonClosingBinaryWriter | This class is used to get around the issue in .NET framework, where underlying stream is closed by a writer that writes to that stream when said writer is disposed |
CCslaXmlBinaryReader | This class uses DataContractSerializer and XmlDictionaryReader classes to read the data from a stream |
CCslaXmlBinaryWriter | This class uses DataContractSerializer and XmlDictionaryWriter classes to write the data to a stream |
CCslaXmlReader | This class uses DataContractSerializer and XmlReader classes to read the data from a stream |
CCslaXmlWriter | This class uses DataContractSerializer and XmlWriter classes to write the data to a stream |
CICslaReader | Represents a reader class that can be used to read the data sent across the wire in byte array format when communicating between server and client in both directions |
CICslaWriter | Represents a class that can be used to write a list of SerializationInfo objects into a stream, typically MemoryStream |
CIMobileList | Extension of IMobileObject for list types |
CIMobileObject | Interface to be implemented by any object that supports serialization by the SerializationFormatterFactory.GetFormatter() |
CISerializationNotification | Interface defining callback methods used by the SerializationFormatterFactory.GetFormatter() |
CMobileFormatter | Serializes and deserializes objects at the field level |
CNullPlaceholder | Placeholder for null child objects |
CReferenceComparer | Implements an equality comparer for IMobileObject that compares the objects only on the basis is the reference value |
►CSerializationInfo | Object containing the serialization data for a specific object |
CChildData | Object that contains information about a single child reference |
CFieldData | Object that contains information about a single field |
CBinaryFormatterWrapper | Wraps the BinaryFormatter in the ISerializationFormatter interface so it can be used in a standardized manner |
CISerializationFormatter | Defines an object that can serialize and deserialize object graphs |
CNetDataContractSerializerWrapper | Wraps the NetDataContractSerializer in the ISerializationFormatter interface so it can be used in a standardized manner |
►NServer | |
►NDashboard | |
CActivity | Information about a server-side data portal invocation |
CDashboard | Data portal server dashboard |
CIDashboard | Data portal server dashboard |
CNullDashboard | Data portal server dashboard that records no data and consumes no meaningful overhead |
►NHosts | |
►NDataPortalChannel | |
CCriteriaRequest | Message sent to the WCF data portal |
CDataPortalErrorInfo | Message containing details about any server-side exception |
CDataPortalResponse | Response message for returning the results of a data portal call |
CUpdateRequest | Request message for updating a business object |
►NMobile | |
CCriteriaRequest | Message sent to the WCF data portal |
CIMobileFactoryLoader | Defines an interface to be implemented by a factory object that returns MobileFactory objects based on the MobileFactory attributes used to decorate CSLA Light business objects |
CIMobileRequest | Interface for all requests from client |
CIWcfPortal | Defines the service contract for the WCF data portal |
CMobileCriteriaRequest | Class that will be used to execute a request from a client |
CMobileFactoryLoader | Class containing the default implementation for the FactoryLoader delegate used by the data portal host |
CMobileRequestProcessor | Object that processes all the requests from a client |
CMobileResponse | Object that encompasses the resut of the request from a client |
CMobileUpdateRequest | Class that will be used to execute an Update request from a client |
CUpdateRequest | Message sent to the WCF data portal |
CWcfErrorInfo | Message containing details about any server-side exception |
CWcfPortal | Exposes server-side DataPortal functionality through WCF |
CWcfResponse | Response message returned from the WCF data portal methods |
►NWcfChannel | |
CCreateRequest | Request message for creating a new business object |
CDeleteRequest | Request message for deleting a business object |
CFetchRequest | Request message for retrieving an existing business object |
CNetDataContractOperationBehavior | Override the DataContract serialization behavior to use the NetDataContractSerializer |
CUpdateRequest | Request message for updating a business object |
CUseNetDataContractAttribute | Specify that WCF should serialize objects in a .NET specific manner to as to preserve complex object references and to be able to deserialize the graph into the same type as the original objets |
CWcfResponse | Response message for returning the results of a data portal call |
CBrokeredPortal | Data portal to be invoked by the brokered data portal proxy/host implementation |
CHttpPortal | Exposes server-side DataPortal functionality through HTTP request/response |
CHttpPortalController | Exposes server-side DataPortal functionality through HTTP request/response |
CIWcfPortal | Defines the service contract for the WCF data portal |
CRemotingPortal | Exposes server-side DataPortal functionality through .NET Remoting |
CWcfPortal | Exposes server-side DataPortal functionality through WCF |
CAuthorizeRequest | Object containing information about the client request to the data portal |
CChildDataPortal | Invoke data portal methods on child objects |
►CDataPortal | Implements the server-side DataPortal message router as discussed in Chapter 4 |
CNullAuthorizer | Default implementation of the authorizer that allows all data portal calls to pass |
CDataPortalBroker | Allows the Data Portal call to be intercepted by a custom IDataPortalServer implementation |
CDataPortalContext | Provides consistent context information between the client and server DataPortal objects |
CDataPortalException | This exception is returned from the server-side DataPortal and contains the exception and context data from the server |
CDataPortalExceptionHandler | This class provides a hoook for developers to add custom error handling in the DataPortal |
CDataPortalResult | Returns data from the server-side DataPortal to the client-side DataPortal |
CDataPortalSelector | Selects the appropriate data portal implementation to invoke based on the object and configuration |
CEmptyCriteria | Empty criteria used by the data portal as a placeholder for a create/fetch request that has no criteria |
CFactoryDataPortal | Server-side data portal implementation that invokes an object factory rather than directly interacting with the business object |
CGenericBusinessException | This exception is returned as BusinessException in DataPortalException when the serverside/inner exception is not serializable |
CIAuthorizeDataPortal | Interface to be implemented by a custom authorization provider |
CIDataPortalActivator | Defines a type used to activate concrete business instances |
CIDataPortalExceptionInspector | Implement this interface to check a DataPortalException before returning Exception to the client |
CIDataPortalServer | Interface implemented by server-side data portal components |
CIInterceptDataPortal | Implement this interface to create a data portal interceptor that is notified each time the data portal is invoked and completes processing |
CInterceptArgs | Arguments parameter passed to the interceptor methods |
CIObjectFactoryLoader | Defines an interface to be implemented by a factory loader object that returns ObjectFactory objects based on the ObjectFactory attributes used to decorate CSLA .NET business objects |
CMobileFactoryAttribute | Specifies that the WCF data portal should invoke a factory object rather than the business object |
CNullCriteria | Null criteria used by the data portal as a placeholder for a create/fetch request that has a single null criteria parameter |
CObjectFactory | Base class to be used when creating a data portal factory object |
CObjectFactoryAttribute | Specifies that the data portal should invoke a factory object rather than the business object |
CObjectFactoryLoader | Class containing the default implementation for the FactoryLoader delegate used by the data portal host |
CServicedDataPortalReadCommitted | Implements the server-side Serviced DataPortal described in Chapter 4 |
CServicedDataPortalReadUncommitted | Implements the server-side Serviced DataPortal described in Chapter 4 |
CServicedDataPortalRepeatableRead | Implements the server-side Serviced DataPortal described in Chapter 4 |
CServicedDataPortalSerializable | Implements the server-side Serviced DataPortal described in Chapter 4 |
CSimpleDataPortal | Implements the server-side DataPortal as discussed in Chapter 4 |
CTransactionalDataPortal | Implements the server-side Serviced DataPortal described in Chapter 4 |
►NThreading | |
CAsyncManualResetEvent | Async/await implementation of a ManualResetEvent |
CBackgroundWorker | A BackgroundWorker that wraps a System.ComponentModel.BackgroundWorkertransfers ApplicationContext.User, ClientContext, GlobalContext, CurrentCulture and CurrentUICulture to the background thread |
CBusyLocker | Implementation of a lock that waits while a target object is busy |
►NValidation | |
CBusinessBase | Intermediate base class for BusinessBase |
CDecoratedRuleArgs | Object providing extra information to methods that implement business rules |
CReadOnlyBase | Intermediate base class for ReadOnlyBase |
►CResource | |
CAttribute | |
CString | |
CRuleArgs | Object providing extra information to methods that implement business rules |
►NWcfPortal | |
CCriteriaRequest | |
CIWcfPortal | |
CIWcfPortalChannel | |
CUpdateRequest | |
CWcfErrorInfo | |
CWcfPortalClient | |
CWcfResponse | |
►NWeb | |
►NDesign | |
CCslaDataSourceConfiguration | CslaDataSource configuration form |
CCslaDataSourceDesigner | Implements designer support for CslaDataSource |
CCslaDesignerDataSourceView | Object responsible for providing details about data binding to a specific CSLA .NET object |
CObjectFieldInfo | Contains schema information for a single object property |
CObjectSchema | Object providing access to schema information for a business object |
CObjectViewSchema | Object providing schema information for a business object |
►NMvc | |
CController | Provides methods that respond to HTTP requests in an ASP.NET MVC web site |
CCslaModelBinder | Model binder for use with CSLA .NET editable business objects |
CHasPermissionAttribute | Restricts callers to an action method |
CIModelCreator | ASP.NET MVC model creator |
CIViewModel | Defines a CSLA .NET MVC viewmodel object |
CViewModelBase | Base class used to create ViewModel objects that contain the Model object and related elements |
CApplicationContextManager | Application context manager that uses HttpContext to store context values |
CCslaDataSource | A Web Forms data binding control designed to support CSLA .NET business objects as data sources |
CCslaDataSourceView | The object responsible for managing data binding to a specific CSLA .NET object |
CDeleteObjectArgs | Argument object used in the DeleteObject event |
CInsertObjectArgs | Argument object used in the InsertObject event |
CSelectObjectArgs | Argument object used in the SelectObject event |
CUpdateObjectArgs | Argument object used in the UpdateObject event |
►NWindows | |
CApplicationContextManager | ApplicationContextManager for Windows Forms applications |
CBindingErrorEventArgs | BindingErrorEventArgs defines the event arguments for reporting a data binding error due to a exception |
CBindingSourceNode | Maintains a reference to a BindingSource object on the form |
CBindingSourceRefresh | BindingSourceRefresh contains functionality for refreshing the data bound to controls on Host as well as a mechinism for catching data binding errors that occur in Host |
CBusyAnimation | User control that displays busy animation |
CCslaActionCancelEventArgs | Event args providing information about a canceled action |
CCslaActionEventArgs | Event args for an action |
CCslaActionExtender | Extender control providing automation around data binding to CSLA .NET business objects |
CCslaActionExtenderToolStrip | Extender control (for ToolStripButton only) providing automation around data binding to CSLA .NET business objects |
CErrorEncounteredEventArgs | Event args indicating an error |
CHasBrokenRulesEventArgs | Event args object containing information about a broken rule |
CHostPropertyAttribute | HostPropertyAttribute is used on components to indicate the property on the component that is to be used as the parent container control in conjunction with HostComponentDesigner |
CObjectSaveException | Exception indicating a failure during an object save operation |
CReadWriteAuthorization | Windows Forms extender control that automatically enables and disables detail form controls based on the authorization settings from a CSLA .NET business object |
►NXaml | |
CApplicationContextManager | ApplicationContextManager for WPF applications |
CBrokenRuleSeverityConverter | Converts validation severity values into corresponding images |
CBusyAnimation | Displays a busy animation |
CCancellableViewModel | ViewModel without multithreading (concurrency) bugs |
CCslaDataProvider | Wraps and creates a CSLA .NET-style object that you can use as a binding source |
CCslaDataProviderCommandManager | Implements support for RoutedCommands that can be executed by the CslaDataProvider control |
CDataDecoratorBase | Base class for creating WPF panel controls that react when the DataContext, data object and data property values are changed |
CErrorDialog | Displays an error dialog for any exceptions that occur in a CslaDataProvider |
CErrorEventArgs | Contains information about the error that has occurred |
CExecuteEventArgs | Arguments passed to a method invoked by the Execute trigger action |
CIdentityConverter | Provides the functionality of a WPF value converter without affecting the value as it flows to and from the UI |
CIErrorDialog | Interface defining the interaction between a CslaDataSource and an error dialog control |
CInvokeMethod | Invokes a method on a target object when a trigger event is raised from the attached UI control |
CIsNotConverter | Converts a Boolean value into its inverse |
CIViewModel | Defines a CSLA .NET viewmodel object |
CObjectStatus | Container for other UI controls that exposes various status values from the CSLA .NET business object acting as DataContext |
CPropertyInfo | Expose metastate information about a property |
CPropertyStatus | Displays validation information for a business object property, and manipulates an associated UI control based on the business object's authorization rules |
CTriggerAction | Control used to invoke a method on the DataContext based on an event being raised by a UI control |
CViewModel | Base class used to create ViewModel objects, with pre-existing verbs for use by InvokeMethod or Invoke |
CViewModelBase | Base class used to create ViewModel objects that implement their own commands/verbs/actions |
CBusinessBase | This is the base class from which most business objects will be derived |
CBusinessBindingListBase | This is the base class from which most business collections or lists will be derived |
CBusinessListBase | This is the base class from which most business collections or lists will be derived |
CCommandBase | This is the base class from which command objects will be derived |
CCreateAttribute | Specifies a method used by the server-side data portal to initialize a new domain object |
CCreateChildAttribute | Specifies a method used by the server-side data portal to initialize a new child object |
CCriteriaBase | Base type from which Criteria classes can be derived in a business class |
CDataPortal | This is the client-side DataPortal |
CDataPortalChildOperationAttribute | Base type for data portal child operation attributes |
CDataPortalEventArgs | Provides information about the DataPortal call |
CDataPortalException | This exception is returned for any errors occurring during the server-side DataPortal invocation |
CDataPortalOperationAttribute | Base type for data portal operation attributes |
CDataPortalResult | DataPortalResult defines the results of DataPortal operation |
CDataPortalRootOperationAttribute | Base type for data portal root operation attributes |
CDataPortalServerResourceAttribute | Specifies a server resource required by a business type so the data portal can route any calls to the correct server |
CDataPortalServerRoutingTagAttribute | Specifies a routing tag for use by the server-side data portal |
CDeleteAttribute | Specifies a method used by the server-side data portal to delete domain object data during an update operation |
CDeleteSelfAttribute | Specifies a method used by the server-side data portal to delete domain object data during an explicit delete operation |
CDeleteSelfChildAttribute | Specifies a method used by the server-side data portal to delete child object data during an update operation |
CDynamicBindingListBase | This is the base class from which collections of editable root business objects should be derived |
CDynamicListBase | This is the base class from which collections of editable root business objects should be derived |
CExecuteAttribute | Specifies a method used by the server-side data portal to execute a command object |
CExecuteChildAttribute | Specifies a method used by the server-side data portal to execute a child command object during an update operation |
CFetchAttribute | Specifies a method used by the server-side data portal to load existing data into the domain object |
CFetchChildAttribute | Specifies a method used by the server-side data portal to load existing data into the child object |
CFilteredBindingList | Provides a filtered view into an existing IList(Of T) |
CIBusinessBase | Consolidated interface of public elements from the BusinessBase type |
CIBusinessListBase | This is the base class from which most business collections or lists will be derived |
CICommandBase | This is the base class from which command objects will be derived |
CIDataPortal | Interface defining the members of the data portal type |
CIDataPortalFactory | Defines a data portal service used to get an access to a client-side data portal instance |
CIDataPortalResult | IDataPortalResult defines the results of DataPortal operation |
CInjectAttribute | Specifies a parameter that is provided via dependency injection |
CInsertAttribute | Specifies a method used by the server-side data portal to insert domain object data during an update operation |
CInsertChildAttribute | Specifies a method used by the server-side data portal to insert child object data during an update operation |
CIReadOnlyBase | This is a base class from which readonly business classes can be derived |
CIReadOnlyListBase | This is the base class from which readonly collections of readonly objects should be derived |
CLazySingleton | An alternative to Lazy<T> |
CLinqObservableCollection | Synchronized view over a source list, filtered, sorted and ordered based on a query result |
CMethodInfo | Maintains metadata about a method |
►CNameValueListBase | This is the base class from which readonly name/value collections should be derived |
CNameValuePair | Contains a key and value pair |
CNotUndoableAttribute | Marks a field to indicate that the value should not be copied as part of the undo process |
CObjectAuthorizationRulesAttribute | Attribute identifying static method invoked to add object authorization rules for type |
CPropertyInfo | Maintains metadata about a property |
CPropertyLoadException | Exception indicating a failure to set a property's field |
CReadOnlyBase | This is a base class from which readonly business classes can be derived |
CReadOnlyBindingListBase | This is the base class from which readonly collections of readonly objects should be derived |
CReadOnlyListBase | This is the base class from which readonly collections of readonly objects should be derived |
CRunLocalAttribute | Marks a DataPortal_XYZ method to be run on the client even if the server-side DataPortal is configured for remote use |
CSingleCriteria | A single-value criteria used to retrieve business objects that only require one criteria value |
CSmartDate | Provides a date data type that understands the concept of an empty date value |
CSortedBindingList | Provides a sorted view into an existing IList(Of T) |
CTransactionalAttribute | Marks a DataPortal_XYZ method to run within the specified transactional context |
CUpdateAttribute | Specifies a method used by the server-side data portal to update domain object data during an update operation |
CUpdateChildAttribute | Specifies a method used by the server-side data portal to update child object data during an update operation |