Click or drag to resize
StringResources Class
Provides access to all StringResourcesConfiguration files that are available on the current MatchPoint instance.
Inheritance Hierarchy
SystemObject
  Colygon.MatchPoint.CoreStringResources

Namespace: Colygon.MatchPoint.Core
Assembly: Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2013.11.0.0
Syntax
C#
public sealed class StringResources : IResultRecord, 
	IKnownNames

The StringResources type exposes the following members.

Constructors
  NameDescription
Public methodStringResources
Initializes a new StringResources instance.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodStatic memberGetString(String, String)
Returns a string with the specified key from the specified resource file.
Public methodStatic memberGetString(String, String, Int32)
Returns a string with the specified key from the specified resource file for a given LCID.
Public methodStatic memberGetString(String, String, String)
Gets a string with the specified key from the specified resource file. Returns fallback if the string resource with the specified key isn't defined.
Public methodStatic memberGetString(String, String, Int32, String)
Try to get a string with the specified key from the specified resource file for a given LCID. Returns fallback if the string resource with the specified key isn't defined.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
  NameDescription
Public Extension MethodLoadTerms
Loads terms from the specified search result value. This method is obsolete, please use GetTerms(this ITermResultRecord source, string fieldName) instead.
(Defined by TaxonomyCompatibilityExtensions.)
Top
Remarks
You can use the expression variable to access translated strings within MatchPoint configuration files using the expression engine. If a translation for the currently selected display language is not available, the string will be displayed in the default language.
See Also