See also:
NTier Windows Forms Framework Home
NTier Framework API reference

The DbRelation type exposes the following members.

Constructors

  NameDescription
Protected methodDbRelation
Initializes a new instance of the DbRelation class

Methods

  NameDescription
Protected methodAddPropertyValueChanged (Inherited from NEntity.)
Public methodDelete (Inherited from NEntity.)
Public methodEquals (Inherited from NEntity.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode (Inherited from NEntity.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnConstructed (Inherited from NEntity.)
Protected methodOnPropertyChanged (Inherited from NEntity.)
Protected methodOnSaved (Inherited from NEntity.)
Protected methodOnSaveFailed (Inherited from NEntity.)
Protected methodOnSaving (Inherited from NEntity.)
Protected methodOnSavingInTransaction (Inherited from NEntity.)
Protected methodOnServerSideSaved (Inherited from NEntity.)
Protected methodOnServerSideSaving (Inherited from NEntity.)
Protected methodQueryUser (Inherited from NEntity.)
Protected methodRemovePropertyValueChanged (Inherited from NEntity.)
Protected methodSetDefaultValues (Inherited from DbRelation.)
Public methodToString (Inherited from NEntity.)
Protected methodValidateName (Inherited from DbRelation.)
Protected methodValidateParentChildTables (Inherited from DbRelation.)

Properties

  NameDescription
Public propertyCardinality
Public propertyCascadeDelete (Inherited from DbRelation.)
Protected propertyCascadeDeleteCore (Overrides DbRelationCascadeDeleteCore.)
Public propertyCascadeUpdate (Inherited from DbRelation.)
Protected propertyCascadeUpdateCore (Overrides DbRelationCascadeUpdateCore.)
Public propertyChildTable
Protected propertyChildTableCore (Overrides DbRelationChildTableCore.)
Public propertyChildTableId
Protected propertyChildTableIdCore (Overrides DbRelationChildTableIdCore.)
Public propertyColumnPairs
Protected propertyColumnPairsCore (Overrides DbRelationColumnPairsCore.)
Protected propertyEntityProxy (Inherited from NEntity.)
Public propertyEntitySet (Inherited from NEntity.)
Protected propertyHasChangesIncludingDependents (Inherited from NEntity.)
Public propertyId (Overrides DbRelationId.)
Public propertyIsReadOnly (Inherited from NEntity.)
Public propertyName (Overrides DbRelationName.)
Protected propertyNotifications (Inherited from DbRelation.)
Public propertyParentTable
Protected propertyParentTableCore (Overrides DbRelationParentTableCore.)
Public propertyParentTableId
Protected propertyParentTableIdCore (Overrides DbRelationParentTableIdCore.)
Public propertyParentTableUniqueIndex (Inherited from DbRelation.)
Protected propertyRelationLayouts
Public propertySchema
Protected propertySchemaCore (Overrides DbRelationSchemaCore.)
Public propertySchemaId (Overrides DbRelationSchemaId.)
Public propertyState (Inherited from NEntity.)
Protected propertyTablesAndColumnIdsAsStringForUniqueValidation (Inherited from DbRelation.)
Public propertyTargetProvider (Inherited from DbRelation.)

Events

  NameDescription
Public eventChildTableIdChanged (Inherited from DbRelation.)
Public eventParentTableIdChanged (Inherited from DbRelation.)
Protected eventPropertyChanged (Inherited from NEntity.)

See Also