NamedObject Class
From RemObjects Software
This is a Data Abstract Architecture entry
Feel free to add your notes to this topic below.
Overview (.NET)
Base class for an object with a unique name that can be stored in a NamedObjectCollection. This class implements the methods that are required for storage in a collection.
Namespace
Declaration (C#)
public class NamedObject : INamedObject;
Hierarchy
- RemObjects.Common.Collections.NamedObject
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, the method of this interface will be called to notify of the change. |
Methods
| | |
|---|---|
| NamedObject | Default constructor for NamedObject. |
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 | Class | .NET
