Search Results for

    Show / Hide Table of Contents

    Class InsuranceTypeRepository

    Inheritance
    System.Object
    InsuranceTypeRepository
    Implements
    IInsuranceTypeRepository
    IRepositoryBase<System.Guid, InsuranceType>
    Namespace: Simplic.PlugIn.Logistics
    Assembly: Simplic.PlugIn.Logistics.dll
    Syntax
    public class InsuranceTypeRepository : SqlRepositoryBase<Guid, InsuranceType>, IInsuranceTypeRepository

    Constructors

    | Improve this Doc View Source

    InsuranceTypeRepository(ISqlColumnService, ISqlService, ICacheService)

    Declaration
    public InsuranceTypeRepository(ISqlColumnService sqlColumnService, ISqlService sqlService, ICacheService cacheService)
    Parameters
    Type Name Description
    ISqlColumnService sqlColumnService
    ISqlService sqlService
    ICacheService cacheService

    Properties

    | Improve this Doc View Source

    PrimaryKeyColumn

    Declaration
    public override string PrimaryKeyColumn { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    TableName

    Declaration
    public override string TableName { get; }
    Property Value
    Type Description
    System.String

    Methods

    | Improve this Doc View Source

    GetId(InsuranceType)

    Declaration
    public override Guid GetId(InsuranceType obj)
    Parameters
    Type Name Description
    InsuranceType obj
    Returns
    Type Description
    System.Guid

    Implements

    IInsuranceTypeRepository
    IRepositoryBase<, >
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx