Search Results for

    Show / Hide Table of Contents
    View Source

    Class WebhookRequestRepository

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Infrastructure.Persistence.Repositories.Implement
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public class WebhookRequestRepository : IWebhookRequestRepository

    Constructors

    View Source

    WebhookRequestRepository(IScopeAccessor)

    Declaration
    public WebhookRequestRepository(IScopeAccessor scopeAccessor)
    Parameters
    Type Name Description
    IScopeAccessor scopeAccessor

    Methods

    View Source

    CreateAsync(WebhookRequest)

    Declaration
    public async Task<WebhookRequest> CreateAsync(WebhookRequest webhookRequest)
    Parameters
    Type Name Description
    WebhookRequest webhookRequest
    Returns
    Type Description
    Task<WebhookRequest>
    View Source

    DeleteAsync(WebhookRequest)

    Declaration
    public async Task DeleteAsync(WebhookRequest webhookRequest)
    Parameters
    Type Name Description
    WebhookRequest webhookRequest
    Returns
    Type Description
    Task
    View Source

    GetAllAsync()

    Declaration
    public async Task<IEnumerable<WebhookRequest>> GetAllAsync()
    Returns
    Type Description
    Task<IEnumerable<WebhookRequest>>
    View Source

    UpdateAsync(WebhookRequest)

    Declaration
    public async Task<WebhookRequest> UpdateAsync(WebhookRequest webhookRequest)
    Parameters
    Type Name Description
    WebhookRequest webhookRequest
    Returns
    Type Description
    Task<WebhookRequest>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • WebhookRequestRepository(IScopeAccessor)
    • Methods
      • CreateAsync(WebhookRequest)
      • DeleteAsync(WebhookRequest)
      • GetAllAsync()
      • UpdateAsync(WebhookRequest)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX