ISettingsUnitDescriptorRegistryGetAll(String) - метод

Returns all objects registered in the registry for the specified category.

Definition

Пространство имён: Tessa.SettingsUnits
Сборка: Tessa (в Tessa.dll) Версия: 4.2.1+2efecbe35c10dec386bb05925f2876c4acbb708d
C#
IReadOnlyCollection<SettingsUnitDescriptor> GetAll(
	string category
)

Параметры

category  String
Path to the category where the settings unit is located. The value must satisfy the CategoryPattern pattern.
The "/" symbol is used to separate categories:
  • Categorycategory
  • Subcategorycategory/subcategory

Возвращаемое значение

IReadOnlyCollectionSettingsUnitDescriptor
A readonly collection with all objects registered registered in the registry.

См. также