Infragistics(R) NetAdvantage(R) : Silverlight 2011.2
Infragistics Namespace (InfragisticsSL4.v11.2)
See Also  Inheritance Hierarchy E-mail your feedback on this topic.

Classes

 ClassDescription
ClassAnimation An object that can help to animate anything that needs animating via events.
ClassAnimationEventArgs The EventArgs that are passed into the Animation.Tick event.
ClassAssemblyVersion An object that provides information useful for setting up information for the Assembly.
ClassCachedTypedInfo Object used to store the Type, and in WPF the PropertyDescriptors for a Type.
ClassCancellableEventArgs An event argument object with a boolean flag added to track if the event is cancelled.
ClassCommandBase The base class for commands.
ClassCommandSourceCollection A collection of Infragistics.Controls.CommandSource objects which support a command.
ClassCommandSourceManager A static class that manages all registered ICommandTarget and Infragistics.Controls.CommandSource objects of an application.
ClassComparisonCondition Represents a ComparisonConditionBase object that is based on a ComparisonOperator operator.
ClassComparisonConditionBase A base class for ComparisonConditions for filtering.
ClassConditionCollection A collection of IFilterCondition objects which represent a group of conditions bound by a LogicalOperator
ClassControlCleaner A Helper class that removes all dependencies that elements in a Control's VisualTree might have. The main purpose of this class is to work around a particular memory leak issue in the SL framework with Popups.
ClassCoreUtilities Contains static helper methods.
ClassCurrentItemEventArgs An event argument object with the item that was currently set.
ClassCustomComparisonCondition Represents a ComparisonConditionBase object that is based on a custom Expression object.
ClassDataAcquisitionEventArgs Event argument used when the DataManager is processing its data
ClassDataField Represents a given field of an object.
ClassDataManager<T> Wraps an IEnumerable to get items while using IList or IQueryable to improve performance if available.
ClassDataManagerBase Wraps an IEnumerable to get items while using IList or IQueryable to improve performance if available.
ClassDataManagerProvider An abstract class, that provides information to create a custom DataManager.
ClassDataObjectTypeMismatchException An System.Exception that is thrown when the GetEnumerator method of the IEnumerable returns null for the DataManagerBase.
ClassDataSourceDoesNotSupportIListException An System.Exception that is thrown when the GetEnumerator method of the IEnumerable returns null for the DataManagerBase.
ClassDateRangeConverter Type converter for the DateRange structure
ClassDependencyObjectNotifier Abstract base class for objects that implement INotifyPropertyChanged and derive from DependencyObject
ClassDependencyObjectRecyclingContainer<T> A base class for objects that want to support recycling which supports objects that will be System.Windows.DependencyObject.
ClassFilterContext A nongeneric abstract class representing a filter on an object. Cast up to CustomFilter]]> to get an expression representing the filter.
ClassFilterContext<TDataObject> A FilterContext object typed to a particular object.
ClassFilterContext.QuarterTracking<TDataObject> A class that holds the start and end datetime of a quarter.
ClassFormattingRuleCollection<T> A collection of IRule objects which need a chance to gather data during the databinding process.
ClassGroupByContext An object that encapsulates the GroupBy functionality used by the DataManagerBase
ClassGroupByContext<TColumnType> An object that encapsulates the GroupBy functionality used by the DataManagerBase
ClassGroupByDataContext An object that contains the informaton of data that has been grouped by the GroupByContext
ClassHandleableEventArgs Event argument for events in which the user wants to mark the event handled.
ClassHandleableObjectGenerationEventArgs Event argument used when the DataManager has a request for a new data object.
ClassInformationContext A context object used to get data from the data for secondary features.
ClassInformationContext<T,TColumnType> A class of InformationContext objects generically typed.
ClassInvalidEnumeratorException An System.Exception that is thrown when the GetEnumerator method of the IEnumerable returns null for the DataManagerBase.
ClassInvalidEventNameException An System.Exception that is thrown when and invalid event name is given to a Infragistics.Controls.CommandSource
ClassMergedColumnInfo An object that represents a particular field that the data has been merged by.
ClassMergedDataContext An object that encapsulates the Merged Data functionality used by the DataManagerBase
ClassMergedDataContext<T,TColumnType> An object that encapsulates the Merging functionality used by the DataManagerBase
ClassMergedRowInfo An object that stores the merge information for a particualr data row from an items source.
ClassNullableEnumTypeConverter<T> Converts Nullable Enum types from strings to the specified enum.
ClassPropertyChangeNotifier Abstract base class for objects that implement INotifyPropertyChanged
ClassPropertyChangeNotifierExtended Abstract base class for objects that implement INotifyPropertyChanged.
ClassRecordFilterCollection A CollectionBase of IRecordFilter objects which combine to give the the current filter.
ClassRecyclingContainer<T> A base class for objects that want to support recycling.
ClassRecyclingManager An object that manages all recycling for an application.
ClassRequireEmptyConstructorException An System.Exception that is thrown when the GetEnumerator method of the IEnumerable returns null for the DataManagerBase.
ClassResourceWasher The ResourceWasher is a Silveright resource dictionary that is used to clone brush resources defined in another ‘source resource dictionary’ and optional wash their colors. It exposes properties to specify the ‘source resource dictionary’, the default wash color along with a collection of wash groups. It also registers 2 attached properties that can be set on a Brush to specify its group name and whether its colors should be washed at all.
ClassSharedResources A class used to register resources for the Infragistics shared assembly.
ClassSortContext A nongeneric abstract class representing a sort on a property. Cast up to CurrentSort]]> to get an expression representing the sort.
ClassSortContext<T,TColumnType> A generic class to describe a custom sort on a property given the type of object and column type.
ClassStringResourceLocationAttribute A custom attribute to specify the location of strings. Use: [assembly: StringResourceLocation("Infragistics.Silverlight.Strings")]
ClassStringToObjectConverter Type converter to convert strings to objects at design time.
ClassSummaryCalculatorBase Provides a base class for SummaryCalculators for the Summary framework.
ClassSummaryContext A nongeneric abstract class representing a summary on an object.
ClassSummaryContext<TObjectType,TColumnType> A generic class representing a summary on an object.
ClassSummaryDefinition A class which describes the type of summary being applied.
ClassSummaryDefinitionCollection A collection of SummaryDefinition objects.
ClassSummaryOperandBase A base class for operands that will be used in the Summary framework which contains information which is needed for display.
ClassSummaryResult An object that contains the information related to an executed summary.
ClassSummaryResultCollection A collection of SummaryResult objects which are used to display summary data.
ClassSynchronousSummaryCalculator A summary that will be executed during the normal databinding in process.
ClassTypelessDataManager Wraps an IEnumerable to get items while using IList or IQueryable to improve performance if available. This particular DataManager doesn't support Sorting, Filtering, or Paging.
ClassWashGroup Defines the color to use to wash a group of resources
ClassWashGroupCollection A collection of groups used by the ResourceWasher for washing colors
ClassWeakPropertyChangedHandler Allow to handle the PropertyChanged of an object without generating a strong reference from the object with the PropertyChanged event to the object that handle it.
ClassWeakReferenceHelper<T> Represents a list that store weak references to values. This list allows to store values while still allowing that the values can be reclaimed by garbage collection and avoid memory leaks.

Interfaces

 InterfaceDescription
InterfaceIBindableItem An interface that should be used to describe whether an object was created from a data source or added adhoc.
InterfaceICollectionBase A base collection interface that provides hooks for derived classes to override base functionality.
InterfaceICollectionBase<T> A base collection interface that provides hooks for derived classes to override base functionality.
InterfaceICommandTarget Used to designate objects which expect a Command to be executed against it.
InterfaceIExpressConditions An interface which will be used by filtering to generate the expression to be applied.
InterfaceIFilterCondition Interface that defines an object that can participate in filtering.
InterfaceIFilteredCollectionView An interface which describes how to provide filtering information to a datasource.
InterfaceIGroupFilterConditions Interface that describes and object that can contain other IFilterCondition objects and will generate an expression for all of them.
InterfaceINeedInitializationForPersistence Allows an object to perform some sort of initialization, before it is loaded via the Control Persistence Framework.
InterfaceIProvideCustomObjectPersistence An interface that will interupt the normal saving of an object by the persistence framework, so that it can save itself.
InterfaceIProvideCustomPersistence Allows an object to save and load itself, instead of having the Control Persistence Framework, decie how it should be saved and loaded.
InterfaceIProvideDataItems<T> An interface that describes a collection of objects.
InterfaceIProvidePersistenceLookupKeys Some collections have specific keys that identify them. So, when saving and loading, it's important that these properties get set first, so that they can be rehydrated instead of destroyed.
InterfaceIProvidePropertyPersistenceSettings Allows objects to to specify which properties should be saved when the PersistenceManager goes to save it.
InterfaceIProvideScrollInfo An interface that returns the scrollbars of a control.
InterfaceIRecordFilter The IRecordFilter interface is used to define objects which will contain a collection of conditions which will build up filters.
InterfaceIRecyclableElement An interface for objects that will be managed by the RecyclingManager which will allow certain objects to be temporarily allow the item to avoid recycling.
InterfaceIRule Defines an interface which will participate the data binding so that it can gather data during the data processing.
InterfaceISelectableObject An interface for items that can be selected.
InterfaceISupportRecycling An interface that should be implemented on objects that represent control objects that should be Recycled.

Structures

 StructureDescription
StructureDateRange Structure used to represents a range of dates.

Delegates

 DelegateDescription
DelegateMergeDelegate<T1,T2,T3,T4,T5,TResult> Custom deletage used to pass information in the MergedDataContext.

Enumerations

 EnumerationDescription
EnumerationComparisonOperator Enum describing operators which can be used for filtering.
EnumerationEvaluationStage Enumeration which lists when conditional formatting data will be gathered.
EnumerationExtendedVisibility Specifies whether an item will be displayed and/or take up space.
EnumerationLinqSummaryOperator An enum used by summary to designate that a LINQ summary should be use.
EnumerationLogicalOperator And enumeration of available operators.
EnumerationSummaryExecution Enum that is used to determine when a summary should be calculated.
EnumerationWashMode Determines the method used to wash colors.

See Also