C# Class Simpl.OODSS.Messages.OkResponse

Inheritance: ResponseMessage
Mostrar archivo Open project: ecologylab/simplCSharp

Public Properties

Property Type Description
ReusableInstance OkResponse

Public Methods

Method Description
Get ( ) : OkResponse
IsOK ( ) : bool
OkResponse ( ) : Ecologylab.Collections

Method Details

Get() public static method

public static Get ( ) : OkResponse
return OkResponse

IsOK() public method

public IsOK ( ) : bool
return bool

OkResponse() public method

public OkResponse ( ) : Ecologylab.Collections
return Ecologylab.Collections

Property Details

ReusableInstance public_oe static_oe property

public static OkResponse,Simpl.OODSS.Messages ReusableInstance
return OkResponse