Interface IResponseDataObject


public interface IResponseDataObject
Interface for all response data objects. *

This interface can be used to create a new response data object.

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Sets response params.
  • Method Details

    • SetParams

      void SetParams()
      Sets response params. *

      When implemented in the derived class, this method should be preferred to be made as an protected method.