C# Class DRMFSS.BLL.Services.ReleaseNoteService

Inheritance: IReleaseNoteService
Show file Open project: edgecomputing/cats-hub-module Class Usage Examples

Public Methods

Method Description
AddReleaseNote ( ReleaseNote entity ) : bool
DeleteById ( int id ) : bool
DeleteReleaseNote ( ReleaseNote entity ) : bool
Dispose ( ) : void
EditReleaseNote ( ReleaseNote entity ) : bool
FindBy ( bool>.Expression predicate ) : List
FindById ( int id ) : ReleaseNote
GetAllReleaseNote ( ) : List
ReleaseNoteService ( ) : System

Method Details

AddReleaseNote() public method

public AddReleaseNote ( ReleaseNote entity ) : bool
entity ReleaseNote
return bool

DeleteById() public method

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

DeleteReleaseNote() public method

public DeleteReleaseNote ( ReleaseNote entity ) : bool
entity ReleaseNote
return bool

Dispose() public method

public Dispose ( ) : void
return void

EditReleaseNote() public method

public EditReleaseNote ( ReleaseNote entity ) : bool
entity ReleaseNote
return bool

FindBy() public method

public FindBy ( bool>.Expression predicate ) : List
predicate bool>.Expression
return List

FindById() public method

public FindById ( int id ) : ReleaseNote
id int
return ReleaseNote

GetAllReleaseNote() public method

public GetAllReleaseNote ( ) : List
return List

ReleaseNoteService() public method

public ReleaseNoteService ( ) : System
return System