Show / Hide Table of Contents

Class WebhookBannerNotification

Payload delivered to a connected browser session as an ONWEBHOOKNOTIFICATION server event. Must stay in sync with the IWebhookBannerNotification TypeScript interface in SCIL.

Inheritance
object
WebhookBannerNotification
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.CRM.Webhooks
Assembly: SoDataBase.dll
Syntax
public class WebhookBannerNotification

Constructors

WebhookBannerNotification()

Payload delivered to a connected browser session as an ONWEBHOOKNOTIFICATION server event. Must stay in sync with the IWebhookBannerNotification TypeScript interface in SCIL.

Declaration
public WebhookBannerNotification()

Properties

ErrorCount

Payload delivered to a connected browser session as an ONWEBHOOKNOTIFICATION server event. Must stay in sync with the IWebhookBannerNotification TypeScript interface in SCIL.

Declaration
public int ErrorCount { get; set; }
Property Value
Type Description
int

State

Payload delivered to a connected browser session as an ONWEBHOOKNOTIFICATION server event. Must stay in sync with the IWebhookBannerNotification TypeScript interface in SCIL.

Declaration
public WebhookState State { get; set; }
Property Value
Type Description
WebhookState

WebhookId

Payload delivered to a connected browser session as an ONWEBHOOKNOTIFICATION server event. Must stay in sync with the IWebhookBannerNotification TypeScript interface in SCIL.

Declaration
public int WebhookId { get; set; }
Property Value
Type Description
int

WebhookName

Payload delivered to a connected browser session as an ONWEBHOOKNOTIFICATION server event. Must stay in sync with the IWebhookBannerNotification TypeScript interface in SCIL.

Declaration
public string WebhookName { get; set; }
Property Value
Type Description
string

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
ObjectExtensions.AssignByReflection<T>(T, T)
ObjectExtensions.GraphCopy<T>(T)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top