Table of Contents

Class ServiceInstancePreviousValues

Namespace
OpenServiceBroker.Instances
Assembly
OpenServiceBroker.Model.dll

Information about a Service Instance prior to the update.

public class ServiceInstancePreviousValues : IEquatable<ServiceInstancePreviousValues>
Inheritance
ServiceInstancePreviousValues
Implements
Inherited Members
Extension Methods

Properties

OrganizationId

[JsonProperty("organization_id")]
[Obsolete("Deprecated as it was redundant information")]
public string OrganizationId { get; set; }

Property Value

string

PlanId

If present, it MUST be the ID of the plan prior to the update.

[JsonProperty("plan_id")]
public string PlanId { get; set; }

Property Value

string

ServiceId

[JsonProperty("service_id")]
[Obsolete("Deprecated; determined to be unnecessary as the value is immutable")]
public string ServiceId { get; set; }

Property Value

string

SpaceId

[JsonProperty("space_id")]
[Obsolete("Deprecated as it was redundant information")]
public string SpaceId { get; set; }

Property Value

string

Methods

Equals(ServiceInstancePreviousValues)

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

public bool Equals(ServiceInstancePreviousValues other)

Parameters

other ServiceInstancePreviousValues

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.