C# Class TechTalks.DataAccessLayer.Dap.TagsDap

Inheritance: BaseDap
ファイルを表示 Open project: anuragvaishy-galaxe/TechTalks

Public Methods

Method 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 method

public Delete ( Int32 TAG_ID ) : void
TAG_ID System.Int32
return void

GetByTAG_ID() public method

public GetByTAG_ID ( Int32 TAG_ID ) : Tags
TAG_ID System.Int32
return TechTalks.DomainObjects.Tags

GetPOST_TAGSByTAG_ID() public method

public GetPOST_TAGSByTAG_ID ( Int32 TAG_ID ) : List
TAG_ID System.Int32
return List

GetTop() public method

public GetTop ( int count ) : List
count int
return List

Insert() public method

public Insert ( IEnumerable models ) : void
models IEnumerable
return void

Insert() public method

public Insert ( Tags model ) : void
model TechTalks.DomainObjects.Tags
return void

TagsDap() public method

public TagsDap ( ) : System
return System

TagsDap() public method

public TagsDap ( BaseDap dapProvider ) : System
dapProvider BaseDap
return System

TagsDap() public method

public TagsDap ( IDbConnection connection ) : System
connection IDbConnection
return System

TagsDap() public method

public TagsDap ( IDbTransaction transaction ) : System
transaction IDbTransaction
return System

Update() public method

public Update ( IEnumerable models ) : void
models IEnumerable
return void

Update() public method

public Update ( Tags model ) : void
model TechTalks.DomainObjects.Tags
return void