NamedObject Class

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)

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

Property
Type
Description
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

Method
Description
NamedObject Default constructor for NamedObject.


See Also


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

ListsGlossaryFeaturesHow ToDriversComponentsToolsSamplesArticlesArchitectureIssues

Personal tools