Home CallbackKeyExpression Class
CallbackKeyExpression Class
Cancel

CallbackKeyExpression Class

Namespace: Json.Schema.Api.OpenApi

Inheritance: CallbackKeyExpression 🡒 object

Implemented interfaces:

  • IEquatable<string>

Models a callback key expression.

Properties

NameTypeSummary
ParametersRuntimeExpression[]Gets the Json.Schema.Api.OpenApi.RuntimeExpression parameters that exist in the key expression.

Methods

Equals(string other)

Indicates whether the current object is equal to another object of the same type.

Declaration

1
public bool Equals(string other)
ParameterTypeDescription
otherstringAn object to compare with this object.

Returns

if the current object is equal to the parameter; otherwise, .

Resolve()

(not yet implemented) Resolves the callback expression.

Declaration

1
public Uri Resolve()

Returns

Throws not implemented.

Remarks

In order to implement this, an HttpRequest or HttpResponse is required, which means adding a reference to ASP.net. As a result, it may make more sense for resolution functionality to exist in a secondary package.

ToString()

Returns a string that represents the current object.

Declaration

1
public override string ToString()

Returns

A string that represents the current object.

Contents