IdeaBlade DevForce 2010 Help Reference
ErrorsResourceManager Property
See Also  Send Feedback
IdeaBlade.Validation Assembly > IdeaBlade.Validation Namespace > VerifierEngine Class : ErrorsResourceManager Property



Gets or sets the System.Resources.ResourceManager used to resolve localized resource strings.

Syntax

Visual Basic (Declaration) 
Public Overridable Property ErrorsResourceManager As ResourceManager
Visual Basic (Usage)Copy Code
Dim instance As VerifierEngine
Dim value As ResourceManager
 
instance.ErrorsResourceManager = value
 
value = instance.ErrorsResourceManager
C# 
public virtual ResourceManager ErrorsResourceManager {get; set;}
C++/CLI 
public:
virtual property ResourceManager^ ErrorsResourceManager {
   ResourceManager^ get();
   void set (    ResourceManager^ value);
}

Remarks

The default resource manager can be replaced with a resource manager of your own. This is useful when you wish to modify the standard verifier error messages and/or create new custom messages. DevForce will use its internal resources (VerifierErrorMessageResourc.resx) for standard verifier error messages as a fallback if you provide a custom ResourceManager which does not contain the expected message keys.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.