C# 클래스 Benchmarkr.BenchmarkBase

파일 보기 프로젝트 열기: realm/realm-dotnet 1 사용 예제들

공개 메소드들

메소드 설명
Count ( EmployeeQuery query ) : int
DeleteDB ( ) : void
Enumerate ( EmployeeQuery query ) : long
InsertObject ( uint index ) : void
OpenDB ( ) : IDisposable
RunInTransaction ( System.Action action ) : void

보호된 메소드들

메소드 설명
AgeValue ( uint index ) : int
IsHiredValue ( uint index ) : bool
NameValue ( uint index ) : string

비공개 메소드들

메소드 설명
PerformTest ( Action test ) : System.TimeSpan

메소드 상세

AgeValue() 보호된 정적인 메소드

protected static AgeValue ( uint index ) : int
index uint
리턴 int

Count() 공개 추상적인 메소드

public abstract Count ( EmployeeQuery query ) : int
query EmployeeQuery
리턴 int

DeleteDB() 공개 추상적인 메소드

public abstract DeleteDB ( ) : void
리턴 void

Enumerate() 공개 추상적인 메소드

public abstract Enumerate ( EmployeeQuery query ) : long
query EmployeeQuery
리턴 long

InsertObject() 공개 추상적인 메소드

public abstract InsertObject ( uint index ) : void
index uint
리턴 void

IsHiredValue() 보호된 정적인 메소드

protected static IsHiredValue ( uint index ) : bool
index uint
리턴 bool

NameValue() 보호된 정적인 메소드

protected static NameValue ( uint index ) : string
index uint
리턴 string

OpenDB() 공개 추상적인 메소드

public abstract OpenDB ( ) : IDisposable
리턴 IDisposable

RunInTransaction() 공개 추상적인 메소드

public abstract RunInTransaction ( System.Action action ) : void
action System.Action
리턴 void