C# Class RestBugs.Services.Model.Bug

显示文件 Open project: howarddierking/RestBugs Class Usage Examples

Public Methods

Method Description
Activate ( string comments ) : void
Approve ( ) : void
Bug ( ) : System
Close ( string comments ) : void
Resolve ( string comments ) : void

Method Details

Activate() public method

public Activate ( string comments ) : void
comments string
return void

Approve() public method

public Approve ( ) : void
return void

Bug() public method

public Bug ( ) : System
return System

Close() public method

public Close ( string comments ) : void
comments string
return void

Resolve() public method

public Resolve ( string comments ) : void
comments string
return void