Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IWriteRepository<TEntity>

    Defines the base implementation of a writing repository.

    Namespace: Umbraco.Cms.Core.Persistence
    Assembly: Umbraco.Core.dll
    Syntax
    public interface IWriteRepository<in TEntity> : IRepository
    Type Parameters
    Name Description
    TEntity

    Methods

    View Source

    Delete(TEntity)

    Deletes an entity.

    Declaration
    void Delete(TEntity entity)
    Parameters
    Type Name Description
    TEntity entity
    View Source

    Save(TEntity)

    Saves an entity.

    Declaration
    void Save(TEntity entity)
    Parameters
    Type Name Description
    TEntity entity
    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • Delete(TEntity)
      • Save(TEntity)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX