C# Class OpenRasta.Web.OperationResult.OK

Represents a "200 OK" response.
Inheritance: OperationResult
Datei anzeigen Open project: 7digital/openrasta-stable

Public Methods

Method Description
OK ( ) : System
OK ( object resource ) : System

Method Details

OK() public method

public OK ( ) : System
return System

OK() public method

public OK ( object resource ) : System
resource object
return System