C# Class TechTalks.DataAccessLayer.Dap.TagsDap

Inheritance: BaseDap
Afficher le fichier Open project: anuragvaishy-galaxe/TechTalks

Méthodes publiques

Méthode Description
Delete ( Int32 TAG_ID ) : void
GetByTAG_ID ( Int32 TAG_ID ) : Tags
GetPOST_TAGSByTAG_ID ( Int32 TAG_ID ) : List
GetTop ( int count ) : List
Insert ( IEnumerable models ) : void
Insert ( Tags model ) : void
TagsDap ( ) : System
TagsDap ( BaseDap dapProvider ) : System
TagsDap ( IDbConnection connection ) : System
TagsDap ( IDbTransaction transaction ) : System
Update ( IEnumerable models ) : void
Update ( Tags model ) : void

Method Details

Delete() public méthode

public Delete ( Int32 TAG_ID ) : void
TAG_ID System.Int32
Résultat void

GetByTAG_ID() public méthode

public GetByTAG_ID ( Int32 TAG_ID ) : Tags
TAG_ID System.Int32
Résultat TechTalks.DomainObjects.Tags

GetPOST_TAGSByTAG_ID() public méthode

public GetPOST_TAGSByTAG_ID ( Int32 TAG_ID ) : List
TAG_ID System.Int32
Résultat List

GetTop() public méthode

public GetTop ( int count ) : List
count int
Résultat List

Insert() public méthode

public Insert ( IEnumerable models ) : void
models IEnumerable
Résultat void

Insert() public méthode

public Insert ( Tags model ) : void
model TechTalks.DomainObjects.Tags
Résultat void

TagsDap() public méthode

public TagsDap ( ) : System
Résultat System

TagsDap() public méthode

public TagsDap ( BaseDap dapProvider ) : System
dapProvider BaseDap
Résultat System

TagsDap() public méthode

public TagsDap ( IDbConnection connection ) : System
connection IDbConnection
Résultat System

TagsDap() public méthode

public TagsDap ( IDbTransaction transaction ) : System
transaction IDbTransaction
Résultat System

Update() public méthode

public Update ( IEnumerable models ) : void
models IEnumerable
Résultat void

Update() public méthode

public Update ( Tags model ) : void
model TechTalks.DomainObjects.Tags
Résultat void