Search Results for

    Show / Hide Table of Contents

    Interface ILastEmploymentActivityService

    Service to load, save and delete services.

    Namespace: Simplic.Telematic.Core
    Assembly: Simplic.Telematic.Core.dll
    Syntax
    public interface ILastEmploymentActivityService

    Methods

    | Improve this Doc View Source

    Delete(LastEmploymentActivity)

    Deletes the given last employment activity.

    Declaration
    bool Delete(LastEmploymentActivity obj)
    Parameters
    Type Name Description
    LastEmploymentActivity obj
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Delete(Guid)

    Deletes the last employment activity with the given employment id.

    Declaration
    bool Delete(Guid id)
    Parameters
    Type Name Description
    System.Guid id
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Get(Guid)

    Gets the last activity for the employment with the given id.

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

    GetAll()

    Gets all last activitys for all employments.

    Declaration
    IEnumerable<LastEmploymentActivity> GetAll()
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<LastEmploymentActivity>
    | Improve this Doc View Source

    Save(LastEmploymentActivity)

    Saves the last activity for an employment.

    Declaration
    bool Save(LastEmploymentActivity obj)
    Parameters
    Type Name Description
    LastEmploymentActivity obj
    Returns
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx