DBVersion MembersA Sandcastle Documented Class Library

The DBVersion type exposes the following members.
Constructors

  NameDescription
Public methodDBVersion
Initializes a new instance of the DBVersion class
Back to Top
Methods

  NameDescription
Public methodStatic memberCreateDBVersion
Créez un nouvel objet DBVersion.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodGetValidValue T 
Returns a complex type for the specified property.
(Inherited from StructuralObject.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnPropertyChanged
Raises the PropertyChanged event.
(Inherited from StructuralObject.)
Protected methodOnPropertyChanging
Raises the PropertyChanging event.
(Inherited from StructuralObject.)
Protected methodReportPropertyChanged
Notifies the change tracker that a property has changed.
(Inherited from EntityObject.)
Protected methodReportPropertyChanging
Notifies the change tracker that a property change is pending.
(Inherited from EntityObject.)
Protected methodSetValidValue T 
Sets a complex type for the specified property.
(Inherited from StructuralObject.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Back to Top
Properties

  NameDescription
Public propertyElement
Il n'existe aucun commentaire pour la propriété Element dans le schéma.
Public propertyEntityKey
Gets or sets the key for this object.
(Inherited from EntityObject.)
Public propertyEntityState
Gets the entity state of the object.
(Inherited from EntityObject.)
Public propertyVersionID
Il n'existe aucun commentaire pour la propriété VersionID dans le schéma.
Public propertyVersionNumber
Il n'existe aucun commentaire pour la propriété VersionNumber dans le schéma.
Back to Top
Events

  NameDescription
Public eventPropertyChanged
Occurs when a property value has changed.
(Inherited from StructuralObject.)
Public eventPropertyChanging
Occurs when a property value change is a pending.
(Inherited from StructuralObject.)
Back to Top
See Also