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

The DbSchemaVersion type exposes the following members.

Constructors

  NameDescription
Protected methodDbSchemaVersion
Initializes a new instance of the DbSchemaVersion class

Methods

  NameDescription
Protected methodAddPropertyValueChanged (Inherited from NEntity.)
Public methodCompareTo (Inherited from DbSchemaVersion.)
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 NEntity.)
Public methodSetVersion (Inherited from DbSchemaVersion.)
Public methodToString (Inherited from NEntity.)

Properties

  NameDescription
Public propertyAsString (Inherited from DbSchemaVersion.)
Public propertyBuildVersion (Overrides DbSchemaVersionBuildVersion.)
Protected propertyEntityProxy (Inherited from NEntity.)
Public propertyEntitySet (Inherited from NEntity.)
Protected propertyHasChangesIncludingDependents (Inherited from NEntity.)
Public propertyId (Overrides DbSchemaVersionId.)
Public propertyIsReadOnly (Inherited from NEntity.)
Public propertyIsZero (Inherited from DbSchemaVersion.)
Public propertyMajorVersion (Overrides DbSchemaVersionMajorVersion.)
Public propertyMinorVersion (Overrides DbSchemaVersionMinorVersion.)
Public propertySchema
Public propertyState (Inherited from NEntity.)

Events

  NameDescription
Protected eventPropertyChanged (Inherited from NEntity.)

See Also