System.Windows.Controls Namespace
[WCF RIA Services Version 1 Service Pack 2 is compatible with either .NET framework 4 or .NET Framework 4.5, and with either Silverlight 4 or Silverlight 5.]
Provides classes to simplify the interaction between the user interface in the client project and data retrieved from a domain service.
Classes
Class | Description | |
---|---|---|
DomainDataSource | Provides an object for loading, filtering, grouping, and sorting data collections. | |
DomainDataSourceView | Provides a collection view for the DomainDataSource. | |
FilterDescriptor | Represents a filter description for query operations in a DomainDataSource object. | |
FilterDescriptorCollection | Provides a collection of FilterDescriptor dependency objects. | |
GroupDescriptor | Describes a grouping criterion. | |
GroupDescriptorCollection | Provides a collection of GroupDescriptor dependency objects. | |
LoadedDataEventArgs | Provides data for the LoadedData event. | |
LoadingDataEventArgs | Provides data for the LoadingData event. | |
Parameter | Defines parameters for domain service queries used by DomainDataSource. | |
ParameterCollection | Represents a collection of Parameter objects. | |
SortDescriptor | Describes a sorting criterion. | |
SortDescriptorCollection | Represents a collection of sorting descriptions that raises notification for both collection and item changes. | |
SubmittedChangesEventArgs | Provides data for a SubmittedChanges event. | |
SubmittingChangesEventArgs | Provides data for the SubmittingChanges event. |
Enumerations
Enumeration | Description | |
---|---|---|
FilterDescriptorLogicalOperator | Defines values that represent logical operators for filter collections. | |
FilterOperator | Defines values that describe the operators used in the FilterDescriptor class. |