C# Class JPB.DataAccess.Helper.LocalDb.PrimaryKeyProvider.LocalDbGuidPkProvider

Inheritance: ILocalDbPrimaryKeyConstraint
Afficher le fichier Open project: JPVenson/DataAccess

Méthodes publiques

Méthode Description
Clone ( ) : ILocalDbPrimaryKeyConstraint
Equals ( object x, object y ) : bool
GetHashCode ( object obj ) : int
GetNextValue ( ) : object
GetUninitilized ( ) : object
UpdateIndex ( long index ) : void
UpdateIndex ( object index ) : void

Method Details

Clone() public méthode

public Clone ( ) : ILocalDbPrimaryKeyConstraint
Résultat ILocalDbPrimaryKeyConstraint

Equals() public méthode

public Equals ( object x, object y ) : bool
x object
y object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( object obj ) : int
obj object
Résultat int

GetNextValue() public méthode

public GetNextValue ( ) : object
Résultat object

GetUninitilized() public méthode

public GetUninitilized ( ) : object
Résultat object

UpdateIndex() public méthode

public UpdateIndex ( long index ) : void
index long
Résultat void

UpdateIndex() public méthode

public UpdateIndex ( object index ) : void
index object
Résultat void