Search Results for

    Show / Hide Table of Contents

    Interface IDtcoDateService

    Inherited Members
    IDtcoDateRepository.Get(Guid, String, String)
    IDtcoDateRepository.Save(DtcoDate, Guid, String, String)
    Namespace: Simplic.Telematic.Core
    Assembly: Simplic.Telematic.Core.dll
    Syntax
    public interface IDtcoDateService : IDtcoDateRepository

    Methods

    | Improve this Doc View Source

    GetColumns(String)

    Gets a List of DtcoDate db colums

    Declaration
    List<string> GetColumns(string name)
    Parameters
    Type Name Description
    System.String name
    Returns
    Type Description
    System.Collections.Generic.List<System.String>
    | Improve this Doc View Source

    GetColumnsWithValue(DtcoDate, String)

    Gets a Dictionary of DtcoDate DB columns with values

    Declaration
    Dictionary<string, int> GetColumnsWithValue(DtcoDate dtcoDate, string name)
    Parameters
    Type Name Description
    DtcoDate dtcoDate
    System.String name
    Returns
    Type Description
    System.Collections.Generic.Dictionary<System.String, System.Int32>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx