IDefaultChangeNotification Interface

From RemObjects Software

Jump to: navigation, search

This is a Data Abstract Architecture entry
Feel free to add your notes to this topic below.



Overview (.NET)

The methods of this interface can be used to return the default item of a named object collection.

Object Collections that implement this method support the returning and setting of default items.

Namespace

Declaration (C#)

public interface IDefaultChangeNotification;

Hierarchy

  • RemObjects.Common.Collections.IDefaultChangeNotification

Properties

Property
Type
Description
Changing Boolean Returns true if the collection is in the process of being changed.

This property can be used from named objects to determine if the collection or the user is changing it's properties so sending updates to it's owner is not needed.

DefaultItem IObjectWithDefault Returns the default item of the collection or null if there is no default item.


Methods

Method
Description
SetDefaultItem Sets the default item of the named object collection.

Classes that implement this interface are expected to unset the actively selected default item and set the new one.


See Also


Product: RemObjects Data Abstract
Current version: Data Abstract 'Vinci' (5.0)

ListsGlossaryFeaturesHow ToDriversComponentsToolsSamplesArticlesArchitectureIssues

Personal tools