C# 클래스 JPB.DataAccess.Helper.LocalDb.PrimaryKeyProvider.LocalDbGuidPkProvider

상속: ILocalDbPrimaryKeyConstraint
파일 보기 프로젝트 열기: JPVenson/DataAccess

공개 메소드들

메소드 설명
Clone ( ) : ILocalDbPrimaryKeyConstraint
Equals ( object x, object y ) : bool
GetHashCode ( object obj ) : int
GetNextValue ( ) : object
GetUninitilized ( ) : object
UpdateIndex ( long index ) : void
UpdateIndex ( object index ) : void

메소드 상세

Clone() 공개 메소드

public Clone ( ) : ILocalDbPrimaryKeyConstraint
리턴 ILocalDbPrimaryKeyConstraint

Equals() 공개 메소드

public Equals ( object x, object y ) : bool
x object
y object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( object obj ) : int
obj object
리턴 int

GetNextValue() 공개 메소드

public GetNextValue ( ) : object
리턴 object

GetUninitilized() 공개 메소드

public GetUninitilized ( ) : object
리턴 object

UpdateIndex() 공개 메소드

public UpdateIndex ( long index ) : void
index long
리턴 void

UpdateIndex() 공개 메소드

public UpdateIndex ( object index ) : void
index object
리턴 void