INamedObject Interface
From RemObjects Software
This is a Data Abstract Architecture entry
Feel free to add your notes to this topic below.
Overview (.NET)
Interface for objects that can be added to a NamedObjectCollection.
All items in a NamedObjectCollection have to implement this interface.
Namespace
Declaration (C#)
public interface INamedObject;
Hierarchy
- RemObjects.Common.Collections.INamedObject
Properties
| | | |
|---|---|---|
| Name | String | Gets or sets the name of a named object.
There can be no duplicate names in the collection this named object is stored in. |
| NameChangeNotification | INameChangeNotification | Gets or sets the Name change notification interface.
When the name of this object changes, this interface will be called, to update the containing object collection. |
See Also
Product: RemObjects Data Abstract
Current version: Data Abstract 'Vinci' (5.0)
Lists — Glossary — Features — How To — Drivers — Components — Tools — Samples — Articles — Architecture — Issues
Categories: Text | Data Abstract | Architecture | Interface | .NET
