Show / Hide Table of Contents

Interface ISearchableResourceProvider

Interface for searchable resource providers classes Resource providers that need to return a list of resources for a given search string should implement this

Namespace: SuperOffice.Globalization
Assembly: SuperOffice.Plugins.dll
Syntax
public interface ISearchableResourceProvider

Methods

FindResourceStrings(string, string)

Returns all resource strings containing searchString in the specified culture

Declaration
string[] FindResourceStrings(string searchString, string cultureName)
Parameters
Type Name Description
string searchString

The string to search for, case insensitive

string cultureName

The name of the culture in the form en-US, nb-NO

Returns
Type Description
string[]

Array of resource names matching searchString

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top