Table of Contents

Class WebhookId

Namespace
Cratis.Chronicle.Webhooks
Assembly
Cratis.Chronicle.dll

Represents the unique identifier of a webhook.

public record WebhookId : ConceptAs<string>, IComparable<ConceptAs<string>>, IComparable<string>, IComparable, IEquatable<ConceptAs<string>>, IEquatable<WebhookId>
Inheritance
WebhookId
Implements
Inherited Members

Constructors

WebhookId(string)

Represents the unique identifier of a webhook.

public WebhookId(string Value)

Parameters

Value string

The actual value.

Fields

Unspecified

Gets the representation of an unspecified WebhookId.

public static readonly WebhookId Unspecified

Field Value

WebhookId

Operators

implicit operator WebhookId(ObserverId)

Implicitly convert from ObserverId to WebhookId.

public static implicit operator WebhookId(ObserverId id)

Parameters

id ObserverId

ObserverId to convert from.

Returns

WebhookId

implicit operator ObserverId(WebhookId)

Implicitly convert from WebhookId to ObserverId.

public static implicit operator ObserverId(WebhookId id)

Parameters

id WebhookId

WebhookId to convert from.

Returns

ObserverId

implicit operator WebhookId(string)

Implicitly convert from a string to WebhookId.

public static implicit operator WebhookId(string id)

Parameters

id string

String to convert from.

Returns

WebhookId