Table of Contents

Class ServiceBindingResourceObject

Namespace
OpenServiceBroker.Bindings
Assembly
OpenServiceBroker.Model.dll
public class ServiceBindingResourceObject : IEquatable<ServiceBindingResourceObject>
Inheritance
ServiceBindingResourceObject
Implements
Inherited Members
Extension Methods

Properties

AppGuid

GUID of an application associated with the binding. For credentials bindings. MUST be unique within the scope of the Platform.

[JsonProperty("app_guid")]
public string AppGuid { get; set; }

Property Value

string

Route

URL of the application to be intermediated. For route services bindings.

[JsonProperty("route")]
public string Route { get; set; }

Property Value

string

Methods

Equals(ServiceBindingResourceObject)

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

public bool Equals(ServiceBindingResourceObject other)

Parameters

other ServiceBindingResourceObject

An object to compare with this object.

Returns

bool

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

Equals(object)

Determines whether the specified object is equal to the current object.

public override bool Equals(object obj)

Parameters

obj object

The object to compare with the current object.

Returns

bool

true if the specified object is equal to the current object; otherwise, false.

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.