C# Class Repositorys.PagesRepository

Inheritance: IPagesRepository
Mostrar archivo Open project: zhangxueliangvip/StudioCore.1.0

Public Methods

Method Description
AddPagesOperations ( sy_pagesoperations entity ) : void
DelPagesOperations ( string usersOpenId ) : void
Delete ( PagesModels entity ) : int
DeleteById ( int id ) : int
DeleteList ( List list ) : int
DeleteListByIds ( List ids ) : int
GetAll ( ) : List
GetById ( int id ) : PagesModels
GetByOpenId ( string openId ) : PagesModels
GetPagesAll ( ) : List
GetPagesChildList ( int id ) : List
GetTopList ( int num ) : List
InsertBool ( PagesModels entity ) : bool
InsertEntity ( PagesModels entity ) : PagesModels
InsertInt ( PagesModels entity ) : int
InsertList ( List list ) : int
InsertLong ( PagesModels entity ) : long
Update ( PagesModels entity ) : int
UpdateList ( List list ) : int

Method Details

AddPagesOperations() public method

public AddPagesOperations ( sy_pagesoperations entity ) : void
entity sy_pagesoperations
return void

DelPagesOperations() public method

public DelPagesOperations ( string usersOpenId ) : void
usersOpenId string
return void

Delete() public method

public Delete ( PagesModels entity ) : int
entity PagesModels
return int

DeleteById() public method

public DeleteById ( int id ) : int
id int
return int

DeleteList() public method

public DeleteList ( List list ) : int
list List
return int

DeleteListByIds() public method

public DeleteListByIds ( List ids ) : int
ids List
return int

GetAll() public method

public GetAll ( ) : List
return List

GetById() public method

public GetById ( int id ) : PagesModels
id int
return PagesModels

GetByOpenId() public method

public GetByOpenId ( string openId ) : PagesModels
openId string
return PagesModels

GetPagesAll() public method

public GetPagesAll ( ) : List
return List

GetPagesChildList() public method

public GetPagesChildList ( int id ) : List
id int
return List

GetTopList() public method

public GetTopList ( int num ) : List
num int
return List

InsertBool() public method

public InsertBool ( PagesModels entity ) : bool
entity PagesModels
return bool

InsertEntity() public method

public InsertEntity ( PagesModels entity ) : PagesModels
entity PagesModels
return PagesModels

InsertInt() public method

public InsertInt ( PagesModels entity ) : int
entity PagesModels
return int

InsertList() public method

public InsertList ( List list ) : int
list List
return int

InsertLong() public method

public InsertLong ( PagesModels entity ) : long
entity PagesModels
return long

Update() public method

public Update ( PagesModels entity ) : int
entity PagesModels
return int

UpdateList() public method

public UpdateList ( List list ) : int
list List
return int