Search Results for

    Show / Hide Table of Contents

    Interface IContactZoneRepository

    Namespace: Simplic.Contact
    Assembly: Simplic.Contact.dll
    Syntax
    public interface IContactZoneRepository

    Methods

    | Improve this Doc View Source

    Delete(ContactZone)

    Declaration
    void Delete(ContactZone zone)
    Parameters
    Type Name Description
    ContactZone zone
    | Improve this Doc View Source

    Get(Guid)

    Declaration
    ContactZone Get(Guid id)
    Parameters
    Type Name Description
    System.Guid id
    Returns
    Type Description
    ContactZone
    | Improve this Doc View Source

    GetAll(Boolean)

    Declaration
    IEnumerable<ContactZone> GetAll(bool includeDeleted)
    Parameters
    Type Name Description
    System.Boolean includeDeleted
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<ContactZone>
    | Improve this Doc View Source

    GetAssigned(Int64)

    Declaration
    IEnumerable<ContactZone> GetAssigned(long contactId)
    Parameters
    Type Name Description
    System.Int64 contactId
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<ContactZone>
    | Improve this Doc View Source

    GetByOwner(Guid)

    Declaration
    IEnumerable<ContactZone> GetByOwner(Guid contactGuid)
    Parameters
    Type Name Description
    System.Guid contactGuid
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<ContactZone>
    | Improve this Doc View Source

    RemoveZoneAssignments(IList<ContactZone>)

    Declaration
    bool RemoveZoneAssignments(IList<ContactZone> zones)
    Parameters
    Type Name Description
    System.Collections.Generic.IList<ContactZone> zones
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Save(ContactZone)

    Declaration
    void Save(ContactZone zone)
    Parameters
    Type Name Description
    ContactZone zone
    | Improve this Doc View Source

    SetZoneAssignments(IList<ContactZone>)

    Declaration
    bool SetZoneAssignments(IList<ContactZone> zones)
    Parameters
    Type Name Description
    System.Collections.Generic.IList<ContactZone> zones
    Returns
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx