Table of Contents

Method GetAll

Namespace
Everest.Service.Catalog
Assembly
Everest.Service.dll

GetAll<TContract>(ProductLines, bool, bool)

protected TContract[] GetAll<TContract>(ProductLines productLines = ProductLines.All, bool includeCustom = false, bool excludeOfficial = false)

Parameters

productLines ProductLines
includeCustom bool
excludeOfficial bool

Returns

TContract[]

Type Parameters

TContract