Table of Contents

Class ServiceBinding

Namespace
OpenServiceBroker.Bindings
Assembly
OpenServiceBroker.Model.dll
public class ServiceBinding : ServiceBindingBase, IUnchangedFlag, IEquatable<ServiceBinding>
Inheritance
ServiceBinding
Implements
Inherited Members
Extension Methods

Properties

Unchanged

Indicates whether the request operation resulted in no changes to the existing state.

[JsonIgnore]
public bool Unchanged { get; set; }

Property Value

bool

Remarks

This is not part of the Open Service Broker JSON representation. Instead it is communicated out of band via HTTP status codes.

Methods

Equals(ServiceBinding)

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

public bool Equals(ServiceBinding other)

Parameters

other ServiceBinding

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.