Search Results for

    Show / Hide Table of Contents

    Interface IDtcoDateRepository

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

    Methods

    | Improve this Doc View Source

    Get(Guid, String, String)

    Gets a DtcoDate

    Declaration
    DtcoDate Get(Guid id, string name, string tableName)
    Parameters
    Type Name Description
    System.Guid id

    The id of the object

    System.String name

    The name of the dtcodate

    System.String tableName

    the name of the table the dtco date is saved

    Returns
    Type Description
    DtcoDate
    | Improve this Doc View Source

    Save(DtcoDate, Guid, String, String)

    Saves a DtcoDate

    Declaration
    bool Save(DtcoDate dtcoDate, Guid id, string name, string tableName)
    Parameters
    Type Name Description
    DtcoDate dtcoDate

    The dtco date to save

    System.Guid id

    The id if the parent object

    System.String name

    the name of the dtco date

    System.String tableName

    The name of the table the dtco date will be saved in

    Returns
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx