Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
VelocityDbSchema
Tracker
IssueTracker
C# Class VelocityDbSchema.Tracker.IssueTracker
Inheritance:
OptimizedPersistable
Datei anzeigen
Open project: VelocityDB/VelocityDB
Class Usage Examples
Public Methods
Method
Description
Add
(
Issue
issue
) :
void
IssueTracker
(
int
capacity
,
SessionBase
session
) :
System
Remove
(
Issue
issue
) :
bool
Method Details
Add()
public
method
public
Add
(
Issue
issue
) :
void
issue
Issue
return
void
IssueTracker()
public
method
public
IssueTracker
(
int
capacity
,
SessionBase
session
) :
System
capacity
int
session
SessionBase
return
System
Remove()
public
method
public
Remove
(
Issue
issue
) :
bool
issue
Issue
return
bool