C# Class Repositorys.PagesRepository

Inheritance: IPagesRepository
Afficher le fichier Open project: zhangxueliangvip/StudioCore.1.0

Méthodes publiques

Méthode 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 méthode

public AddPagesOperations ( sy_pagesoperations entity ) : void
entity sy_pagesoperations
Résultat void

DelPagesOperations() public méthode

public DelPagesOperations ( string usersOpenId ) : void
usersOpenId string
Résultat void

Delete() public méthode

public Delete ( PagesModels entity ) : int
entity PagesModels
Résultat int

DeleteById() public méthode

public DeleteById ( int id ) : int
id int
Résultat int

DeleteList() public méthode

public DeleteList ( List list ) : int
list List
Résultat int

DeleteListByIds() public méthode

public DeleteListByIds ( List ids ) : int
ids List
Résultat int

GetAll() public méthode

public GetAll ( ) : List
Résultat List

GetById() public méthode

public GetById ( int id ) : PagesModels
id int
Résultat PagesModels

GetByOpenId() public méthode

public GetByOpenId ( string openId ) : PagesModels
openId string
Résultat PagesModels

GetPagesAll() public méthode

public GetPagesAll ( ) : List
Résultat List

GetPagesChildList() public méthode

public GetPagesChildList ( int id ) : List
id int
Résultat List

GetTopList() public méthode

public GetTopList ( int num ) : List
num int
Résultat List

InsertBool() public méthode

public InsertBool ( PagesModels entity ) : bool
entity PagesModels
Résultat bool

InsertEntity() public méthode

public InsertEntity ( PagesModels entity ) : PagesModels
entity PagesModels
Résultat PagesModels

InsertInt() public méthode

public InsertInt ( PagesModels entity ) : int
entity PagesModels
Résultat int

InsertList() public méthode

public InsertList ( List list ) : int
list List
Résultat int

InsertLong() public méthode

public InsertLong ( PagesModels entity ) : long
entity PagesModels
Résultat long

Update() public méthode

public Update ( PagesModels entity ) : int
entity PagesModels
Résultat int

UpdateList() public méthode

public UpdateList ( List list ) : int
list List
Résultat int