1
// Copyright (c) Microsoft Corporation. All rights reserved.
3 //------------------------------------------------------------------------------
5 // This code was generated by a tool.
6 // Runtime Version:2.0.50727.1360
8 // Changes to this file may cause incorrect behavior and will be lost if
9 // the code is regenerated.
11 //------------------------------------------------------------------------------
13 namespace Microsoft
.Rules
.Samples
.RuleSetToolkitUsageSample
.Properties
{
18 /// A strongly-typed resource class, for looking up localized strings, etc.
20 // This class was auto-generated by the StronglyTypedResourceBuilder
21 // class via a tool like ResGen or Visual Studio.
22 // To add or remove a member, edit your .ResX file then rerun ResGen
23 // with the /str option, or rebuild your VS project.
24 [global::System
.CodeDom
.Compiler
.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0")]
25 [global::System
.Diagnostics
.DebuggerNonUserCodeAttribute()]
26 [global::System
.Runtime
.CompilerServices
.CompilerGeneratedAttribute()]
27 internal class Resources
{
29 private static global::System
.Resources
.ResourceManager resourceMan
;
31 private static global::System
.Globalization
.CultureInfo resourceCulture
;
33 [global::System
.Diagnostics
.CodeAnalysis
.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
34 internal Resources() {
38 /// Returns the cached ResourceManager instance used by this class.
40 [global::System
.ComponentModel
.EditorBrowsableAttribute(global::System
.ComponentModel
.EditorBrowsableState
.Advanced
)]
41 internal static global::System
.Resources
.ResourceManager ResourceManager
{
43 if (object.ReferenceEquals(resourceMan
, null)) {
44 global::System
.Resources
.ResourceManager temp
= new global::System
.Resources
.ResourceManager("Microsoft.Rules.Samples..RuleSetToolkitUsageSample.Properties.Resources", typeof(Resources
).Assembly
);
52 /// Overrides the current thread's CurrentUICulture property for all
53 /// resource lookups using this strongly typed resource class.
55 [global::System
.ComponentModel
.EditorBrowsableAttribute(global::System
.ComponentModel
.EditorBrowsableState
.Advanced
)]
56 internal static global::System
.Globalization
.CultureInfo Culture
{
58 return resourceCulture
;
61 resourceCulture
= value;
66 /// Looks up a localized string similar to Workflow terminated with reason: {0}.
68 internal static string WorkflowTerminatedReason
{
70 return ResourceManager
.GetString("WorkflowTerminatedReason", resourceCulture
);