//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:2.0.50727.42 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace Csla.Properties { using System; /// /// A strongly-typed resource class, for looking up localized strings, etc. /// // This class was auto-generated by the StronglyTypedResourceBuilder // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Resources { private static global::System.Resources.ResourceManager resourceMan; private static global::System.Globalization.CultureInfo resourceCulture; [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal Resources() { } /// /// Returns the cached ResourceManager instance used by this class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] internal static global::System.Resources.ResourceManager ResourceManager { get { if (object.ReferenceEquals(resourceMan, null)) { global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Csla.Properties.Resources", typeof(Resources).Assembly); resourceMan = temp; } return resourceMan; } } /// /// Overrides the current thread's CurrentUICulture property for all /// resource lookups using this strongly typed resource class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] internal static global::System.Globalization.CultureInfo Culture { get { return resourceCulture; } set { resourceCulture = value; } } /// /// Looks up a localized string similar to Principal must be of type BusinessPrincipal, not. /// internal static string BusinessPrincipalException { get { return ResourceManager.GetString("BusinessPrincipalException", resourceCulture); } } /// /// Looks up a localized string similar to Changing an element is an invalid operation. /// internal static string ChangeInvalidException { get { return ResourceManager.GetString("ChangeInvalidException", resourceCulture); } } /// /// Looks up a localized string similar to Can not directly mark a child object for deletion - use its parent collection. /// internal static string ChildDeleteException { get { return ResourceManager.GetString("ChildDeleteException", resourceCulture); } } /// /// Looks up a localized string similar to Clear is an invalid operation. /// internal static string ClearInvalidException { get { return ResourceManager.GetString("ClearInvalidException", resourceCulture); } } /// /// Looks up a localized string similar to Invalid operation - create not allowed. /// internal static string CreateNotSupportedException { get { return ResourceManager.GetString("CreateNotSupportedException", resourceCulture); } } /// /// Looks up a localized string similar to Invalid operation - delete not allowed. /// internal static string DeleteNotSupportedException { get { return ResourceManager.GetString("DeleteNotSupportedException", resourceCulture); } } /// /// Looks up a localized string similar to Error reading value:. /// internal static string ErrorReadingValueException { get { return ResourceManager.GetString("ErrorReadingValueException", resourceCulture); } } /// /// Looks up a localized string similar to Invalid operation - execute not allowed. /// internal static string ExecuteNotSupportedException { get { return ResourceManager.GetString("ExecuteNotSupportedException", resourceCulture); } } /// /// Looks up a localized string similar to failed. /// internal static string Failed { get { return ResourceManager.GetString("Failed", resourceCulture); } } /// /// Looks up a localized string similar to failed on the server. /// internal static string FailedOnServer { get { return ResourceManager.GetString("FailedOnServer", resourceCulture); } } /// /// Looks up a localized string similar to Invalid operation - fetch not allowed. /// internal static string FetchNotSupportedException { get { return ResourceManager.GetString("FetchNotSupportedException", resourceCulture); } } /// /// Looks up a localized string similar to GetIdValue must not return Nothing. /// internal static string GetIdValueCantBeNull { get { return ResourceManager.GetString("GetIdValueCantBeNull", resourceCulture); } } /// /// Looks up a localized string similar to Insert is an invalid operation. /// internal static string InsertInvalidException { get { return ResourceManager.GetString("InsertInvalidException", resourceCulture); } } /// /// Looks up a localized string similar to Invalid operation - insert not allowed. /// internal static string InsertNotSupportedException { get { return ResourceManager.GetString("InsertNotSupportedException", resourceCulture); } } /// /// Looks up a localized string similar to Invalid rule method (instance methods of the target object not allowed). /// internal static string InvalidRuleMethodException { get { return ResourceManager.GetString("InvalidRuleMethodException", resourceCulture); } } /// /// Looks up a localized string similar to {0} can not exceed {1}. /// internal static string MaxValueRule { get { return ResourceManager.GetString("MaxValueRule", resourceCulture); } } /// /// Looks up a localized string similar to method call failed. /// internal static string MethodCallFailed { get { return ResourceManager.GetString("MethodCallFailed", resourceCulture); } } /// /// Looks up a localized string similar to not implemented. /// internal static string MethodNotImplemented { get { return ResourceManager.GetString("MethodNotImplemented", resourceCulture); } } /// /// Looks up a localized string similar to {0} can not be less than {1}. /// internal static string MinValueRule { get { return ResourceManager.GetString("MinValueRule", resourceCulture); } } /// /// Looks up a localized string similar to ApplyEdit is not valid on a child object. /// internal static string NoApplyEditChildException { get { return ResourceManager.GetString("NoApplyEditChildException", resourceCulture); } } /// /// Looks up a localized string similar to BeginEdit is not valid on a child object. /// internal static string NoBeginEditChildException { get { return ResourceManager.GetString("NoBeginEditChildException", resourceCulture); } } /// /// Looks up a localized string similar to CancelEdit is not valid on a child object. /// internal static string NoCancelEditChildException { get { return ResourceManager.GetString("NoCancelEditChildException", resourceCulture); } } /// /// Looks up a localized string similar to Invalid for root objects - use Delete instead. /// internal static string NoDeleteRootException { get { return ResourceManager.GetString("NoDeleteRootException", resourceCulture); } } /// /// Looks up a localized string similar to No principal object should be passed to DataPortal when using Windows integrated security. /// internal static string NoPrincipalAllowedException { get { return ResourceManager.GetString("NoPrincipalAllowedException", resourceCulture); } } /// /// Looks up a localized string similar to Can not directly save a child object. /// internal static string NoSaveChildException { get { return ResourceManager.GetString("NoSaveChildException", resourceCulture); } } /// /// Looks up a localized string similar to Object is still being edited and can not be saved. /// internal static string NoSaveEditingException { get { return ResourceManager.GetString("NoSaveEditingException", resourceCulture); } } /// /// Looks up a localized string similar to Object is not valid and can not be saved. /// internal static string NoSaveInvalidException { get { return ResourceManager.GetString("NoSaveInvalidException", resourceCulture); } } /// /// Looks up a localized string similar to No such value exists:. /// internal static string NoSuchValueExistsException { get { return ResourceManager.GetString("NoSuchValueExistsException", resourceCulture); } } /// /// Looks up a localized string similar to Argument must not be Nothing. /// internal static string NothingNotValid { get { return ResourceManager.GetString("NothingNotValid", resourceCulture); } } /// /// Looks up a localized string similar to Parent value can only be set for child objects. /// internal static string ParentSetException { get { return ResourceManager.GetString("ParentSetException", resourceCulture); } } /// /// Looks up a localized string similar to Type parameter must be a primitive type. /// internal static string PrimitiveTypeRequired { get { return ResourceManager.GetString("PrimitiveTypeRequired", resourceCulture); } } /// /// Looks up a localized string similar to Property copy failed. /// internal static string PropertyCopyFailed { get { return ResourceManager.GetString("PropertyCopyFailed", resourceCulture); } } /// /// Looks up a localized string similar to Property get not allowed. /// internal static string PropertyGetNotAllowed { get { return ResourceManager.GetString("PropertyGetNotAllowed", resourceCulture); } } /// /// Looks up a localized string similar to Property set not allowed. /// internal static string PropertySetNotAllowed { get { return ResourceManager.GetString("PropertySetNotAllowed", resourceCulture); } } /// /// Looks up a localized string similar to {0} does not match regular expression. /// internal static string RegExMatchRule { get { return ResourceManager.GetString("RegExMatchRule", resourceCulture); } } /// /// Looks up a localized string similar to Remove is an invalid operation. /// internal static string RemoveInvalidException { get { return ResourceManager.GetString("RemoveInvalidException", resourceCulture); } } /// /// Looks up a localized string similar to t. /// internal static string SmartDateT { get { return ResourceManager.GetString("SmartDateT", resourceCulture); } } /// /// Looks up a localized string similar to today. /// internal static string SmartDateToday { get { return ResourceManager.GetString("SmartDateToday", resourceCulture); } } /// /// Looks up a localized string similar to tom. /// internal static string SmartDateTom { get { return ResourceManager.GetString("SmartDateTom", resourceCulture); } } /// /// Looks up a localized string similar to tomorrow. /// internal static string SmartDateTomorrow { get { return ResourceManager.GetString("SmartDateTomorrow", resourceCulture); } } /// /// Looks up a localized string similar to y. /// internal static string SmartDateY { get { return ResourceManager.GetString("SmartDateY", resourceCulture); } } /// /// Looks up a localized string similar to yesterday. /// internal static string SmartDateYesterday { get { return ResourceManager.GetString("SmartDateYesterday", resourceCulture); } } /// /// Looks up a localized string similar to {0} can not exceed {1} characters. /// internal static string StringMaxLengthRule { get { return ResourceManager.GetString("StringMaxLengthRule", resourceCulture); } } /// /// Looks up a localized string similar to {0} required. /// internal static string StringRequiredRule { get { return ResourceManager.GetString("StringRequiredRule", resourceCulture); } } /// /// Looks up a localized string similar to String value can not be converted to a date. /// internal static string StringToDateException { get { return ResourceManager.GetString("StringToDateException", resourceCulture); } } /// /// Looks up a localized string similar to Failed to load type '{0}'. /// internal static string TypeLoadException { get { return ResourceManager.GetString("TypeLoadException", resourceCulture); } } /// /// Looks up a localized string similar to Invalid operation - update not allowed. /// internal static string UpdateNotSupportedException { get { return ResourceManager.GetString("UpdateNotSupportedException", resourceCulture); } } /// /// Looks up a localized string similar to Value is not a SmartDate. /// internal static string ValueNotSmartDateException { get { return ResourceManager.GetString("ValueNotSmartDateException", resourceCulture); } } } }