The DBVersion type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | DBVersion | Initializes a new instance of the DBVersion class |
Methods
Name | Description | |
---|---|---|
![]() ![]() | CreateDBVersion |
Créez un nouvel objet DBVersion.
|
![]() | Equals |
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.) |
![]() | Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) |
![]() | GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() | GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() | GetValidValue T | Returns a complex type for the specified property. (Inherited from StructuralObject.) |
![]() | MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
![]() | OnPropertyChanged | Raises the PropertyChanged event. (Inherited from StructuralObject.) |
![]() | OnPropertyChanging | Raises the PropertyChanging event. (Inherited from StructuralObject.) |
![]() | ReportPropertyChanged | Notifies the change tracker that a property has changed. (Inherited from EntityObject.) |
![]() | ReportPropertyChanging | Notifies the change tracker that a property change is pending. (Inherited from EntityObject.) |
![]() | SetValidValue T | Sets a complex type for the specified property. (Inherited from StructuralObject.) |
![]() | ToString |
Returns a String that represents the current Object.
(Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | Element |
Il n'existe aucun commentaire pour la propriété Element dans le schéma.
|
![]() | EntityKey | Gets or sets the key for this object. (Inherited from EntityObject.) |
![]() | EntityState | Gets the entity state of the object. (Inherited from EntityObject.) |
![]() | VersionID |
Il n'existe aucun commentaire pour la propriété VersionID dans le schéma.
|
![]() | VersionNumber |
Il n'existe aucun commentaire pour la propriété VersionNumber dans le schéma.
|
Events
Name | Description | |
---|---|---|
![]() | PropertyChanged | Occurs when a property value has changed. (Inherited from StructuralObject.) |
![]() | PropertyChanging | Occurs when a property value change is a pending. (Inherited from StructuralObject.) |
See Also