| C# |
namespace CS.DataPlace.Common.Data.Relationships
| All Types | Classes | Enumerations | Delegates |
| Icon | Type | Description |
|---|---|---|
| ChildDependency |
Contains information about a table's child dependency.
| |
| CrossReferenceDependency |
Contains information about a table's cross-reference dependency.
| |
| DependencyBase |
Base class for objects that contain information about a table's dependency.
| |
| DependencyMonitor |
Maintains information about a table's child and cross-reference dependencies.
An observer can bind to the Items collection to monitor the dependencies.
| |
| DependencyRefreshedCallback |
Represents a method to be called when a DependencyMonitor has refreshed its dependency data.
| |
| RelationshipType |
Contains constants that indicate relationship types.
|