Search Results for

    Show / Hide Table of Contents
    View Source

    Class WebhookLogRepository

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

    Constructors

    View Source

    WebhookLogRepository(IScopeAccessor)

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

    Methods

    View Source

    CreateAsync(WebhookLog)

    Declaration
    public async Task CreateAsync(WebhookLog log)
    Parameters
    Type Name Description
    WebhookLog log
    Returns
    Type Description
    Task
    View Source

    DeleteByIds(Int32[])

    Declaration
    public async Task DeleteByIds(int[] ids)
    Parameters
    Type Name Description
    System.Int32[] ids
    Returns
    Type Description
    Task
    View Source

    GetOlderThanDate(DateTime)

    Declaration
    public async Task<IEnumerable<WebhookLog>> GetOlderThanDate(DateTime date)
    Parameters
    Type Name Description
    DateTime date
    Returns
    Type Description
    Task<IEnumerable<WebhookLog>>
    View Source

    GetPagedAsync(Int32, Int32)

    Declaration
    public async Task<PagedModel<WebhookLog>> GetPagedAsync(int skip, int take)
    Parameters
    Type Name Description
    System.Int32 skip
    System.Int32 take
    Returns
    Type Description
    Task<PagedModel<WebhookLog>>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • WebhookLogRepository(IScopeAccessor)
    • Methods
      • CreateAsync(WebhookLog)
      • DeleteByIds(Int32[])
      • GetOlderThanDate(DateTime)
      • GetPagedAsync(Int32, Int32)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX