//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:4.0.30319.239 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace Microsoft.Web.Http.Data { 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", "4.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Resource { private static global::System.Resources.ResourceManager resourceMan; private static global::System.Globalization.CultureInfo resourceCulture; [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal Resource() { } /// /// 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("Microsoft.Web.Http.Data.Resource", typeof(Resource).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 The specified entity does not exist in the ChangeSet.. /// internal static string ChangeSet_ChangeSetEntryNotFound { get { return ResourceManager.GetString("ChangeSet_ChangeSetEntryNotFound", resourceCulture); } } /// /// Looks up a localized string similar to GetOriginal cannot be called for a new entity being inserted.. /// internal static string ChangeSet_OriginalNotValidForInsert { get { return ResourceManager.GetString("ChangeSet_OriginalNotValidForInsert", resourceCulture); } } /// /// Looks up a localized string similar to The MetadataTypeAttribute on type '{0}' results in a cyclic metadata provider chain. Either remove the attribute or remove the cycle.. /// internal static string CyclicMetadataTypeAttributesFound { get { return ResourceManager.GetString("CyclicMetadataTypeAttributesFound", resourceCulture); } } /// /// Looks up a localized string similar to One or more associated objects were passed for collection property '{1}' on type '{0}', but the target collection is null.. /// internal static string DataController_AssociationCollectionPropertyIsNull { get { return ResourceManager.GetString("DataController_AssociationCollectionPropertyIsNull", resourceCulture); } } /// /// Looks up a localized string similar to This DataController does not support operation '{0}' for entity '{1}'.. /// internal static string DataController_InvalidAction { get { return ResourceManager.GetString("DataController_InvalidAction", resourceCulture); } } /// /// Looks up a localized string similar to Association collection member '{0}' does not implement IList and does not have an Add method.. /// internal static string DataController_InvalidCollectionMember { get { return ResourceManager.GetString("DataController_InvalidCollectionMember", resourceCulture); } } /// /// Looks up a localized string similar to Action '{0}.{1}' has one or more filters applied that do not derive from AuthorizationFilterAttribute. Only authorization filters are supported on DataController Insert/Update/Delete actions.. /// internal static string InvalidAction_UnsupportedFilterType { get { return ResourceManager.GetString("InvalidAction_UnsupportedFilterType", resourceCulture); } } /// /// Looks up a localized string similar to Invalid ChangeSet: {0}. /// internal static string InvalidChangeSet { get { return ResourceManager.GetString("InvalidChangeSet", resourceCulture); } } /// /// Looks up a localized string similar to Id '{0}' specified for association member '{0}.{1}' is invalid.. /// internal static string InvalidChangeSet_AssociatedIdNotInChangeset { get { return ResourceManager.GetString("InvalidChangeSet_AssociatedIdNotInChangeset", resourceCulture); } } /// /// Looks up a localized string similar to Associated Ids for member '{0}.{1}' cannot be null.. /// internal static string InvalidChangeSet_AssociatedIdsCannotBeNull { get { return ResourceManager.GetString("InvalidChangeSet_AssociatedIdsCannotBeNull", resourceCulture); } } /// /// Looks up a localized string similar to Only one entry for a given entity instance can exist in the ChangeSet.. /// internal static string InvalidChangeSet_DuplicateEntity { get { return ResourceManager.GetString("InvalidChangeSet_DuplicateEntity", resourceCulture); } } /// /// Looks up a localized string similar to Id must be unique for each entry.. /// internal static string InvalidChangeSet_DuplicateId { get { return ResourceManager.GetString("InvalidChangeSet_DuplicateId", resourceCulture); } } /// /// Looks up a localized string similar to OriginalEntity cannot be specified for an Insert operation.. /// internal static string InvalidChangeSet_InsertsCantHaveOriginal { get { return ResourceManager.GetString("InvalidChangeSet_InsertsCantHaveOriginal", resourceCulture); } } /// /// Looks up a localized string similar to Association member '{0}.{1}' specified in the ChangeSet does not exist or is not marked with AssociationAttribute.. /// internal static string InvalidChangeSet_InvalidAssociationMember { get { return ResourceManager.GetString("InvalidChangeSet_InvalidAssociationMember", resourceCulture); } } /// /// Looks up a localized string similar to Entity and OriginalEntity must be of the same type.. /// internal static string InvalidChangeSet_MustBeSameType { get { return ResourceManager.GetString("InvalidChangeSet_MustBeSameType", resourceCulture); } } /// /// Looks up a localized string similar to Entity cannot be null.. /// internal static string InvalidChangeSet_NullEntity { get { return ResourceManager.GetString("InvalidChangeSet_NullEntity", resourceCulture); } } /// /// Looks up a localized string similar to Type '{0}' must derive from '{1}'.. /// internal static string InvalidType { get { return ResourceManager.GetString("InvalidType", resourceCulture); } } /// /// Looks up a localized string similar to MetadataProvider type '{0}' must have a constructor with a single parameter of type 'MetadataProvider'.. /// internal static string MetadataProviderAttribute_MissingConstructor { get { return ResourceManager.GetString("MetadataProviderAttribute_MissingConstructor", resourceCulture); } } } }