Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
TubularBaseProject
Models
ThingRepository
C# Class TubularBaseProject.Models.ThingRepository
Sample Repository to store Things
Exibir arquivo
Open project: unosquare/tubular-boilerplate-csharp
Public Properties
Property
Type
Description
Data
List
Public Methods
Method
Description
AddItem
(
Thing
thing
) :
void
GetData
( ) :
IQueryable
RemoveItem
(
Thing
thing
) :
void
ThingRepository
( ) :
System
Method Details
AddItem()
public
method
public
AddItem
(
Thing
thing
) :
void
thing
Thing
return
void
GetData()
public
method
public
GetData
( ) :
IQueryable
return
IQueryable
RemoveItem()
public
method
public
RemoveItem
(
Thing
thing
) :
void
thing
Thing
return
void
ThingRepository()
public
method
public
ThingRepository
( ) :
System
return
System
Property Details
Data
public_oe static_oe property
public
static
List
Data
return
List