1. OGCheckParameterResult

    Article: AN0002076Updated:

    Result of web service call for parameter check.

    Check of error after web service call

     

    Name Description
    bool IsOk Indication, wheather an errror occured at method call.
    string ErrorMessage Error description.
    bool IsEqual Result of values comparison.

    If an error occures at method execution, it will be included in the property ErrorMessage and property IsOk will conatain value False.

    Result of parameter values comparison is in the property IsEqual.

×