Class InsuranceTypeRepository
Inheritance
System.Object
InsuranceTypeRepository
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
Returns
Type |
Description |
System.Guid |
|
Implements
IRepositoryBase<, >