DynamicDataResources.Designer.cs source code in C# .NET

Source code for the .NET framework in C#

                        

Code:

/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / DynamicData / Resources / DynamicDataResources.Designer.cs / 1305376 / DynamicDataResources.Designer.cs

                            //------------------------------------------------------------------------------ 
// 
//     This code was generated by a tool.
//     Runtime Version:4.0.20526.0
// 
//     Changes to this file may cause incorrect behavior and will be lost if
//     the code is regenerated. 
//  
//-----------------------------------------------------------------------------
 
namespace System.Web.Resources {
    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 DynamicDataResources { 
 
        private static global::System.Resources.ResourceManager resourceMan;
 
        private static global::System.Globalization.CultureInfo resourceCulture;

        [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
        internal DynamicDataResources() { 
        }
 
        ///  
        ///   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("System.Web.Resources.DynamicDataResources", typeof(DynamicDataResources).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 This association has direction {0} and does not support sorting.. 
        /// 
        internal static string AssociationProvider_DirectionDoesNotSupportSorting {
            get {
                return ResourceManager.GetString("AssociationProvider_DirectionDoesNotSupportSorting", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to The given sort column does not belong to this association's end table.. 
        /// 
        internal static string AssociationProvider_SortColumnDoesNotBelongToEndTable {
            get {
                return ResourceManager.GetString("AssociationProvider_SortColumnDoesNotBelongToEndTable", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to Page cannot be null. Please ensure that this operation is being performed in the context of an ASP.NET request.. 
        /// 
        internal static string Common_PageCannotBeNull {
            get {
                return ResourceManager.GetString("Common_PageCannotBeNull", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to The ControlFilterExpression belonging to '{0}' could not find a control with ID '{1}'. Please check the value of the ControlID property on the ControlFilterExpression.. 
        /// 
        internal static string ControlFilterExpression_CouldNotFindControlID {
            get {
                return ResourceManager.GetString("ControlFilterExpression_CouldNotFindControlID", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to The data control's control ID.. 
        /// 
        internal static string DataControlReference_ControlID {
            get {
                return ResourceManager.GetString("DataControlReference_ControlID", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to Unable to retrieve table from control '{0}' and a table name could not be inferred from the URL.. 
        /// 
        internal static string DataSourceUtil_CantDetermineTable {
            get {
                return ResourceManager.GetString("DataSourceUtil_CantDetermineTable", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to The '{0}' control '{1}' must have a DataField attribute.. 
        /// 
        internal static string DynamicControl_ControlMustHaveDateFieldAttribute {
            get {
                return ResourceManager.GetString("DynamicControl_ControlMustHaveDateFieldAttribute", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to The DynamicControl/DynamicField needs to exist inside a data control that is bound to a data source that supports Dynamic Data.. 
        /// 
        internal static string DynamicControl_ControlNeedsToExistInADataControlUsingDynamicDataSource {
            get {
                return ResourceManager.GetString("DynamicControl_ControlNeedsToExistInADataControlUsingDynamicDataSource", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to The mode in which to render the FieldTemplate.. 
        /// 
        internal static string DynamicControl_Mode {
            get {
                return ResourceManager.GetString("DynamicControl_Mode", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to Databound. 
        /// 
        internal static string DynamicControlDesignRender {
            get {
                return ResourceManager.GetString("DynamicControlDesignRender", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to Whether the data should be shown with the DataFormatString formatting applied when in edit mode. If set to true, the data may have to be unformatted before it is updated in the data source.. 
        /// 
        internal static string DynamicControlFieldCommon_ApplyFormatInEditMode {
            get {
                return ResourceManager.GetString("DynamicControlFieldCommon_ApplyFormatInEditMode", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to Whether the field treats empty strings as null when the value is extracted from the field.. 
        /// 
        internal static string DynamicControlFieldCommon_ConvertEmptyStringToNull {
            get {
                return ResourceManager.GetString("DynamicControlFieldCommon_ConvertEmptyStringToNull", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to The name of the field in the model to which this field is bound.. 
        /// 
        internal static string DynamicControlFieldCommon_DataField {
            get {
                return ResourceManager.GetString("DynamicControlFieldCommon_DataField", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to The formatting that is applied to the bound value. For example, "{0:d}" or "{0:c}".. 
        /// 
        internal static string DynamicControlFieldCommon_DataFormatString {
            get {
                return ResourceManager.GetString("DynamicControlFieldCommon_DataFormatString", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to Whether the field is HTML encoded when displayed to the user.. 
        /// 
        internal static string DynamicControlFieldCommon_HtmlEncode {
            get {
                return ResourceManager.GetString("DynamicControlFieldCommon_HtmlEncode", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to The text displayed if the data bound to the field is null.. 
        /// 
        internal static string DynamicControlFieldCommon_NullDisplayText {
            get {
                return ResourceManager.GetString("DynamicControlFieldCommon_NullDisplayText", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to An optional UI hint used to load the template to represent this field.. 
        /// 
        internal static string DynamicControlFieldCommon_UIHint {
            get {
                return ResourceManager.GetString("DynamicControlFieldCommon_UIHint", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to The name of the validation group for which this field should cause validation.. 
        /// 
        internal static string DynamicControlFieldCommon_ValidationGroup {
            get {
                return ResourceManager.GetString("DynamicControlFieldCommon_ValidationGroup", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to The column '{0}' is not compatible with the table '{1}'.. 
        /// 
        internal static string DynamicControlParameter_DynamicDataSourceColumnNotCompatibleWithTable {
            get {
                return ResourceManager.GetString("DynamicControlParameter_DynamicDataSourceColumnNotCompatibleWithTable", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to The control '{0}' cannot be used as a parent control.. 
        /// 
        internal static string DynamicControlParameter_DynamicDataSourceControlCannotBeUsedAsParent {
            get {
                return ResourceManager.GetString("DynamicControlParameter_DynamicDataSourceControlCannotBeUsedAsParent", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to The control '{0}' could not be found.. 
        /// 
        internal static string DynamicControlParameter_DynamicDataSourceControlNotFound {
            get {
                return ResourceManager.GetString("DynamicControlParameter_DynamicDataSourceControlNotFound", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to The DynamicControlParameter has no Name property, which means that you are setting the primary key. However, the control '{0}' is for table '{1}', which is not compatible with table '{2}'.. 
        /// 
        internal static string DynamicControlParameter_InvalidPK {
            get {
                return ResourceManager.GetString("DynamicControlParameter_InvalidPK", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to The ContextTypeName property of control '{0}' must specify a data context.. 
        /// 
        internal static string DynamicDataExtensions_ContextTypePropertyOfDynamicDataSourceMustBeSpecified {
            get {
                return ResourceManager.GetString("DynamicDataExtensions_ContextTypePropertyOfDynamicDataSourceMustBeSpecified", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to Whether foreign keys should be loaded automatically when executing Linq to SQL queries.. 
        /// 
        internal static string DynamicDataManager_AutoLoadForeignKeys {
            get {
                return ResourceManager.GetString("DynamicDataManager_AutoLoadForeignKeys", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to A DataControl with ID '{0}' could not be found for the DynamicDataManager to register.. 
        /// 
        internal static string DynamicDataManager_ControlNotFound {
            get {
                return ResourceManager.GetString("DynamicDataManager_ControlNotFound", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to Sets whether the selection may be set from key values in the query string.. 
        /// 
        internal static string DynamicDataManager_EnableQueryStringSelection {
            get {
                return ResourceManager.GetString("DynamicDataManager_EnableQueryStringSelection", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to Only one instance of a DynamicDataManager can be added to the page.. 
        /// 
        internal static string DynamicDataManager_OnlyOneDynamicDataManager {
            get {
                return ResourceManager.GetString("DynamicDataManager_OnlyOneDynamicDataManager", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to Controls of type {0} are not supported.. 
        /// 
        internal static string DynamicDataManager_UnsupportedControl {
            get {
                return ResourceManager.GetString("DynamicDataManager_UnsupportedControl", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to Cannot find an entity template for table '{0}' under the entity template path: '{1}'.. 
        /// 
        internal static string DynamicEntity_CantFindTemplate {
            get {
                return ResourceManager.GetString("DynamicEntity_CantFindTemplate", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to The DynamicEntity control '{0}' needs to exist in a data control that is bound to a data source that supports Dynamic Data.. 
        /// 
        internal static string DynamicEntity_ControlNeedsToExistInAContextSupportingDynamicData {
            get {
                return ResourceManager.GetString("DynamicEntity_ControlNeedsToExistInAContextSupportingDynamicData", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to The mode in which to render the EntityTemplate.. 
        /// 
        internal static string DynamicEntity_Mode {
            get {
                return ResourceManager.GetString("DynamicEntity_Mode", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to Whether to always load a read-only template.. 
        /// 
        internal static string DynamicField_ReadOnly {
            get {
                return ResourceManager.GetString("DynamicField_ReadOnly", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to The name of the field in the model to which this filter is bound.. 
        /// 
        internal static string DynamicFilter_DataField {
            get {
                return ResourceManager.GetString("DynamicFilter_DataField", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to An optional UI hint used to load the template to represent this filter.. 
        /// 
        internal static string DynamicFilter_FilterUIHint {
            get {
                return ResourceManager.GetString("DynamicFilter_FilterUIHint", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to The action to generate a URL for.. 
        /// 
        internal static string DynamicHyperLink_Action {
            get {
                return ResourceManager.GetString("DynamicHyperLink_Action", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to The DynamicHyperLink control '{0}' cannot data bind to a null item.. 
        /// 
        internal static string DynamicHyperLink_CannotBindToNull {
            get {
                return ResourceManager.GetString("DynamicHyperLink_CannotBindToNull", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to The DynamicHyperLink control '{0}' could not determine the MetaTable to base the link on. Make sure that the the control is in a page that is in the context of a Dynamic Data route or that the ContextTypeName and TableName properties are set correctly.. 
        /// 
        internal static string DynamicHyperLink_CannotDetermineTable {
            get {
                return ResourceManager.GetString("DynamicHyperLink_CannotDetermineTable", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to The DynamicHyperLink control '{0}' cannot have the properties 'TableName' or 'ContextTypeName' set when data binding.. 
        /// 
        internal static string DynamicHyperLink_CannotSetTableAndContextWhenDatabinding {
            get {
                return ResourceManager.GetString("DynamicHyperLink_CannotSetTableAndContextWhenDatabinding", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to An optional ContextTypeName that can be used to associate a MetaModel with the DynamicHyperLink.. 
        /// 
        internal static string DynamicHyperLink_ContextTypeName {
            get {
                return ResourceManager.GetString("DynamicHyperLink_ContextTypeName", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to An optional DataField that can be used in a data binding context to provide which field should be used for the text of the  DynamicHyperLink.. 
        /// 
        internal static string DynamicHyperLink_DataField {
            get {
                return ResourceManager.GetString("DynamicHyperLink_DataField", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to An optional TableName that can be used to associate a MetaTable with the DynamicHyperLink.. 
        /// 
        internal static string DynamicHyperLink_TableName {
            get {
                return ResourceManager.GetString("DynamicHyperLink_TableName", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to You need to have a DynamicManager control on the page and register your data control with it in order to use a {0}.. 
        /// 
        internal static string DynamicParameter_NeedExpansion {
            get {
                return ResourceManager.GetString("DynamicParameter_NeedExpansion", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to The value is not valid.. 
        /// 
        internal static string DynamicValidator_CannotConvertValue {
            get {
                return ResourceManager.GetString("DynamicValidator_CannotConvertValue", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to Unable to find control id '{0}' referenced by the 'ControlToValidate' property of '{1}'.. 
        /// 
        internal static string DynamicValidator_ControlNotFound {
            get {
                return ResourceManager.GetString("DynamicValidator_ControlNotFound", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to The field template folder '{0}' does not exist.. 
        /// 
        internal static string FieldTemplateFactory_FolderNotFound {
            get {
                return ResourceManager.GetString("FieldTemplateFactory_FolderNotFound", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to '{0}' is not a children column and cannot be used here.. 
        /// 
        internal static string FieldTemplateUserControl_ColumnIsNotChildren {
            get {
                return ResourceManager.GetString("FieldTemplateUserControl_ColumnIsNotChildren", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to '{0}' is not a foreign key column and cannot be used here.. 
        /// 
        internal static string FieldTemplateUserControl_ColumnIsNotFK {
            get {
                return ResourceManager.GetString("FieldTemplateUserControl_ColumnIsNotFK", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to The field {0} must be a valid date.. 
        /// 
        internal static string FieldTemplateUserControl_CompareValidationError_Date {
            get {
                return ResourceManager.GetString("FieldTemplateUserControl_CompareValidationError_Date", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to The field {0} must be a valid decimal.. 
        /// 
        internal static string FieldTemplateUserControl_CompareValidationError_Decimal {
            get {
                return ResourceManager.GetString("FieldTemplateUserControl_CompareValidationError_Decimal", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to The field {0} must be a valid integer.. 
        /// 
        internal static string FieldTemplateUserControl_CompareValidationError_Integer {
            get {
                return ResourceManager.GetString("FieldTemplateUserControl_CompareValidationError_Integer", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to The column '{0}' in table '{1}' does not have a default filter.. 
        /// 
        internal static string FilterFactory_ColumnHasNoDefaultFilter {
            get {
                return ResourceManager.GetString("FilterFactory_ColumnHasNoDefaultFilter", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to FilterRepeater '{0}' does not specify a context type name and a table name and this information could not be inferred from the URL. Set the ContextTypeName and TableName properties on this control or make sure that the path for this request maps to a registered Dynamic Data Route.. 
        /// 
        internal static string FilterRepeater_CantInferInformationFromUrl {
            get {
                return ResourceManager.GetString("FilterRepeater_CantInferInformationFromUrl", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to FilterRepeater '{0}' does not contain a control of type '{1}' with ID '{2}' in its item templates.. 
        /// 
        internal static string FilterRepeater_CouldNotFindControlInTemplate {
            get {
                return ResourceManager.GetString("FilterRepeater_CouldNotFindControlInTemplate", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to FilterRepeater '{0}' has an invalid context type name '{1}'. Make sure its ContextTypeName property contains a valid context type name.. 
        /// 
        internal static string FilterRepeater_InvalidContextTypeName {
            get {
                return ResourceManager.GetString("FilterRepeater_InvalidContextTypeName", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to FilterRepeater '{0}' has an invalid table name '{1}'. Make sure its TableName property contains a valid table name.. 
        /// 
        internal static string FilterRepeater_InvalidTableName {
            get {
                return ResourceManager.GetString("FilterRepeater_InvalidTableName", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to FilterRepeater '{0}' is associated with a table but is missing a context type name. Make sure its ContextTypeName property has a valid context type.. 
        /// 
        internal static string FilterRepeater_MissingContextTypeName {
            get {
                return ResourceManager.GetString("FilterRepeater_MissingContextTypeName", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to FilterRepeater '{0}' is associated with a context type but is missing the table name. Make sure its TableName property contains a valid table name.. 
        /// 
        internal static string FilterRepeater_MissingTableName {
            get {
                return ResourceManager.GetString("FilterRepeater_MissingTableName", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to FilterRepeater '{0}' has an unknown context type name '{1}' that is not registered with any model. Make sure its ContextTypeName property contains a valid context type name that has been registered with a MetaModel.. 
        /// 
        internal static string FilterRepeater_UnknownContextTypeName {
            get {
                return ResourceManager.GetString("FilterRepeater_UnknownContextTypeName", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to false. 
        /// 
        internal static string FilterUserControlBase_BooleanFilter_FalseString {
            get {
                return ResourceManager.GetString("FilterUserControlBase_BooleanFilter_FalseString", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to true. 
        /// 
        internal static string FilterUserControlBase_BooleanFilter_TrueString {
            get {
                return ResourceManager.GetString("FilterUserControlBase_BooleanFilter_TrueString", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to The filter control '{0}' does not specify a context type name and a table name and this information could not be inferred from the URL. Set the ContextTypeName and TableName properties on this control or make sure that the path for this request maps to a registered Dynamic Data Route.. 
        /// 
        internal static string FilterUserControlBase_CantInferInformationFromRequestUrl {
            get {
                return ResourceManager.GetString("FilterUserControlBase_CantInferInformationFromRequestUrl", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to The filter control '{0}' has an invalid context type name '{1}'. Make sure its ContextTypeName property contains a valid context type name.. 
        /// 
        internal static string FilterUserControlBase_InvalidContextTypeName {
            get {
                return ResourceManager.GetString("FilterUserControlBase_InvalidContextTypeName", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to The filter control '{0}' has an invalid data field name '{1}'. Make sure its DataField property contains a valid field name.. 
        /// 
        internal static string FilterUserControlBase_InvalidDataField {
            get {
                return ResourceManager.GetString("FilterUserControlBase_InvalidDataField", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to The filter control '{0}' has an invalid table name '{1}'. Make sure its TableName property contains a valid table name.. 
        /// 
        internal static string FilterUserControlBase_InvalidTableName {
            get {
                return ResourceManager.GetString("FilterUserControlBase_InvalidTableName", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to The filter control '{0}' is associated with a table but is missing the context type name. Make sure its ContextTypeName property contains a valid context type name.. 
        /// 
        internal static string FilterUserControlBase_MissingContextTypeName {
            get {
                return ResourceManager.GetString("FilterUserControlBase_MissingContextTypeName", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to The filter control '{0}' is not associated with a field. Make sure its DataField property contains a valid field name.. 
        /// 
        internal static string FilterUserControlBase_MissingDataField {
            get {
                return ResourceManager.GetString("FilterUserControlBase_MissingDataField", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to The filter control '{0}' is associated with a context type but is missing the table name. Make sure its TableName property contains a valid table name.. 
        /// 
        internal static string FilterUserControlBase_MissingTableName {
            get {
                return ResourceManager.GetString("FilterUserControlBase_MissingTableName", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to The filter control '{0}' is associated with the '{1}' data field and does not support this operation.. 
        /// 
        internal static string FilterUserControlBase_SelectedDataKeyNotSupportedForThisField {
            get {
                return ResourceManager.GetString("FilterUserControlBase_SelectedDataKeyNotSupportedForThisField", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to The filter control '{0}' has an unknown context type name '{1}' that is not registered with any model. Make sure its ContextTypeName property contains a valid context type name that has been registered with a MetaModel.. 
        /// 
        internal static string FilterUserControlBase_UnknownContextType {
            get {
                return ResourceManager.GetString("FilterUserControlBase_UnknownContextType", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to The filter control '{0}' does not support this operation because it is associated with an unsupported column '{1}'.. 
        /// 
        internal static string FilterUserControlBase_UnsupportedDataField {
            get {
                return ResourceManager.GetString("FilterUserControlBase_UnsupportedDataField", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to The data context '{0}' has already been registered. Each data context can be registered only once.. 
        /// 
        internal static string MetadataHandlerRegistration_ContextAlreadyRegistered {
            get {
                return ResourceManager.GetString("MetadataHandlerRegistration_ContextAlreadyRegistered", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to The provided data context type '{0}' must inherit from one of the following types: {1}.. 
        /// 
        internal static string MetadataHandlerRegistration_InvalidDataContextType {
            get {
                return ResourceManager.GetString("MetadataHandlerRegistration_InvalidDataContextType", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to The context is of an unknown type {0}.. 
        /// 
        internal static string MetadataValidator_UnknownContextType {
            get {
                return ResourceManager.GetString("MetadataValidator_UnknownContextType", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to The context type '{0}' has already been registered. A context type can only be registered once.. 
        /// 
        internal static string MetaModel_ContextAlreadyRegistered {
            get {
                return ResourceManager.GetString("MetaModel_ContextAlreadyRegistered", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to The context type {0} does not belong to any registered model.. 
        /// 
        internal static string MetaModel_ContextDoesNotBelongToModel {
            get {
                return ResourceManager.GetString("MetaModel_ContextDoesNotBelongToModel", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to The context factory function must return a non-null value.. 
        /// 
        internal static string MetaModel_ContextFactoryReturnsNull {
            get {
                return ResourceManager.GetString("MetaModel_ContextFactoryReturnsNull", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to The context type '{0}' is not supported.. 
        /// 
        internal static string MetaModel_ContextTypeNotSupported {
            get {
                return ResourceManager.GetString("MetaModel_ContextTypeNotSupported", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to The name for entity '{0}' in context '{1}' conflicts with the name for the entity '{2}' in context '{3}'.. 
        /// 
        internal static string MetaModel_EntityNameConflict {
            get {
                return ResourceManager.GetString("MetaModel_EntityNameConflict", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to The name override '{0}' for entity '{1}' in context '{2}' conflicts with the name for the entity '{3}' in context '{4}'.. 
        /// 
        internal static string MetaModel_EntityNameOverrideConflict {
            get {
                return ResourceManager.GetString("MetaModel_EntityNameOverrideConflict", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to The entity type {0} does not belong to any registered model.. 
        /// 
        internal static string MetaModel_EntityTypeDoesNotBelongToModel {
            get {
                return ResourceManager.GetString("MetaModel_EntityTypeDoesNotBelongToModel", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to An error occurred during model registration and this operation cannot be performed.. 
        /// 
        internal static string MetaModel_RegistrationErrorOccurred {
            get {
                return ResourceManager.GetString("MetaModel_RegistrationErrorOccurred", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to Unknown context type '{0}'. This context type has not been registered.. 
        /// 
        internal static string MetaModel_UnknownContextType {
            get {
                return ResourceManager.GetString("MetaModel_UnknownContextType", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to Unknown entity type '{0}'. This entity type is not part of any registered context.. 
        /// 
        internal static string MetaModel_UnknownEntityType {
            get {
                return ResourceManager.GetString("MetaModel_UnknownEntityType", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to Unknown table name '{0}'.. 
        /// 
        internal static string MetaModel_UnknownTable {
            get {
                return ResourceManager.GetString("MetaModel_UnknownTable", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to The context '{0}' does not have a table with the context-specific name '{1}'.. 
        /// 
        internal static string MetaModel_UnknownTableInContext {
            get {
                return ResourceManager.GetString("MetaModel_UnknownTableInContext", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to Cannot determine table from control. Use the MetaTable.MapControl method to establish an association between a control and a MetaTable instance.. 
        /// 
        internal static string MetaTable_CannotGetTableFromControl {
            get {
                return ResourceManager.GetString("MetaTable_CannotGetTableFromControl", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to Cannot determine table from data source. Use the MetaTable.MapTable method to establish an association between a data source and a MetaTable instance.. 
        /// 
        internal static string MetaTable_CannotGetTableFromDataSource {
            get {
                return ResourceManager.GetString("MetaTable_CannotGetTableFromDataSource", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to Cannot determine table from route. The request did not go through a route or the route is not configured to support ASP.NET Dynamic Data.. 
        /// 
        internal static string MetaTable_CannotGetTableFromRoute {
            get {
                return ResourceManager.GetString("MetaTable_CannotGetTableFromRoute", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to The display column '{0}' specified for the table '{1}' does not exist.. 
        /// 
        internal static string MetaTable_CantFindDisplayColumn {
            get {
                return ResourceManager.GetString("MetaTable_CantFindDisplayColumn", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to The sort column '{0}' specified for the table '{1}' does not exist.. 
        /// 
        internal static string MetaTable_CantFindSortColumn {
            get {
                return ResourceManager.GetString("MetaTable_CantFindSortColumn", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to Cannot use the column '{0}' in table '{1}' as a sort column because it represents a 1-to-many relationship.. 
        /// 
        internal static string MetaTable_CantUseChildrenColumnAsSortColumn {
            get {
                return ResourceManager.GetString("MetaTable_CantUseChildrenColumnAsSortColumn", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to The naming container must be a control.. 
        /// 
        internal static string MetaTable_NamingContainerIsNotControl {
            get {
                return ResourceManager.GetString("MetaTable_NamingContainerIsNotControl", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to The table '{0}' does not have a column named '{1}'.. 
        /// 
        internal static string MetaTable_NoSuchColumn {
            get {
                return ResourceManager.GetString("MetaTable_NoSuchColumn", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to Unable to convert type '{0}' to '{1}'. 
        /// 
        internal static string Misc_CannotConvertType {
            get {
                return ResourceManager.GetString("Misc_CannotConvertType", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to The {0} control '{1}' does not have a naming container.. 
        /// 
        internal static string Misc_NoNamingContainer {
            get {
                return ResourceManager.GetString("Misc_NoNamingContainer", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to The virtual path must be a non-empty string.. 
        /// 
        internal static string QueryStringHandler_VirtualPathCannotBeEmpty {
            get {
                return ResourceManager.GetString("QueryStringHandler_VirtualPathCannotBeEmpty", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to Unknown model type {0}.. 
        /// 
        internal static string SchemaCreator_UnknownModel {
            get {
                return ResourceManager.GetString("SchemaCreator_UnknownModel", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to Column must have a type. 
        /// 
        internal static string SimpleColumnProvider_ColumnTypeRequired {
            get {
                return ResourceManager.GetString("SimpleColumnProvider_ColumnTypeRequired", resourceCulture); 
            }
        } 
    } 
}

// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
// Copyright (c) Microsoft Corporation. All rights reserved.
//------------------------------------------------------------------------------ 
// 
//     This code was generated by a tool.
//     Runtime Version:4.0.20526.0
// 
//     Changes to this file may cause incorrect behavior and will be lost if
//     the code is regenerated. 
//  
//-----------------------------------------------------------------------------
 
namespace System.Web.Resources {
    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 DynamicDataResources { 
 
        private static global::System.Resources.ResourceManager resourceMan;
 
        private static global::System.Globalization.CultureInfo resourceCulture;

        [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
        internal DynamicDataResources() { 
        }
 
        ///  
        ///   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("System.Web.Resources.DynamicDataResources", typeof(DynamicDataResources).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 This association has direction {0} and does not support sorting.. 
        /// 
        internal static string AssociationProvider_DirectionDoesNotSupportSorting {
            get {
                return ResourceManager.GetString("AssociationProvider_DirectionDoesNotSupportSorting", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to The given sort column does not belong to this association's end table.. 
        /// 
        internal static string AssociationProvider_SortColumnDoesNotBelongToEndTable {
            get {
                return ResourceManager.GetString("AssociationProvider_SortColumnDoesNotBelongToEndTable", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to Page cannot be null. Please ensure that this operation is being performed in the context of an ASP.NET request.. 
        /// 
        internal static string Common_PageCannotBeNull {
            get {
                return ResourceManager.GetString("Common_PageCannotBeNull", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to The ControlFilterExpression belonging to '{0}' could not find a control with ID '{1}'. Please check the value of the ControlID property on the ControlFilterExpression.. 
        /// 
        internal static string ControlFilterExpression_CouldNotFindControlID {
            get {
                return ResourceManager.GetString("ControlFilterExpression_CouldNotFindControlID", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to The data control's control ID.. 
        /// 
        internal static string DataControlReference_ControlID {
            get {
                return ResourceManager.GetString("DataControlReference_ControlID", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to Unable to retrieve table from control '{0}' and a table name could not be inferred from the URL.. 
        /// 
        internal static string DataSourceUtil_CantDetermineTable {
            get {
                return ResourceManager.GetString("DataSourceUtil_CantDetermineTable", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to The '{0}' control '{1}' must have a DataField attribute.. 
        /// 
        internal static string DynamicControl_ControlMustHaveDateFieldAttribute {
            get {
                return ResourceManager.GetString("DynamicControl_ControlMustHaveDateFieldAttribute", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to The DynamicControl/DynamicField needs to exist inside a data control that is bound to a data source that supports Dynamic Data.. 
        /// 
        internal static string DynamicControl_ControlNeedsToExistInADataControlUsingDynamicDataSource {
            get {
                return ResourceManager.GetString("DynamicControl_ControlNeedsToExistInADataControlUsingDynamicDataSource", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to The mode in which to render the FieldTemplate.. 
        /// 
        internal static string DynamicControl_Mode {
            get {
                return ResourceManager.GetString("DynamicControl_Mode", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to Databound. 
        /// 
        internal static string DynamicControlDesignRender {
            get {
                return ResourceManager.GetString("DynamicControlDesignRender", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to Whether the data should be shown with the DataFormatString formatting applied when in edit mode. If set to true, the data may have to be unformatted before it is updated in the data source.. 
        /// 
        internal static string DynamicControlFieldCommon_ApplyFormatInEditMode {
            get {
                return ResourceManager.GetString("DynamicControlFieldCommon_ApplyFormatInEditMode", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to Whether the field treats empty strings as null when the value is extracted from the field.. 
        /// 
        internal static string DynamicControlFieldCommon_ConvertEmptyStringToNull {
            get {
                return ResourceManager.GetString("DynamicControlFieldCommon_ConvertEmptyStringToNull", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to The name of the field in the model to which this field is bound.. 
        /// 
        internal static string DynamicControlFieldCommon_DataField {
            get {
                return ResourceManager.GetString("DynamicControlFieldCommon_DataField", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to The formatting that is applied to the bound value. For example, "{0:d}" or "{0:c}".. 
        /// 
        internal static string DynamicControlFieldCommon_DataFormatString {
            get {
                return ResourceManager.GetString("DynamicControlFieldCommon_DataFormatString", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to Whether the field is HTML encoded when displayed to the user.. 
        /// 
        internal static string DynamicControlFieldCommon_HtmlEncode {
            get {
                return ResourceManager.GetString("DynamicControlFieldCommon_HtmlEncode", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to The text displayed if the data bound to the field is null.. 
        /// 
        internal static string DynamicControlFieldCommon_NullDisplayText {
            get {
                return ResourceManager.GetString("DynamicControlFieldCommon_NullDisplayText", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to An optional UI hint used to load the template to represent this field.. 
        /// 
        internal static string DynamicControlFieldCommon_UIHint {
            get {
                return ResourceManager.GetString("DynamicControlFieldCommon_UIHint", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to The name of the validation group for which this field should cause validation.. 
        /// 
        internal static string DynamicControlFieldCommon_ValidationGroup {
            get {
                return ResourceManager.GetString("DynamicControlFieldCommon_ValidationGroup", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to The column '{0}' is not compatible with the table '{1}'.. 
        /// 
        internal static string DynamicControlParameter_DynamicDataSourceColumnNotCompatibleWithTable {
            get {
                return ResourceManager.GetString("DynamicControlParameter_DynamicDataSourceColumnNotCompatibleWithTable", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to The control '{0}' cannot be used as a parent control.. 
        /// 
        internal static string DynamicControlParameter_DynamicDataSourceControlCannotBeUsedAsParent {
            get {
                return ResourceManager.GetString("DynamicControlParameter_DynamicDataSourceControlCannotBeUsedAsParent", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to The control '{0}' could not be found.. 
        /// 
        internal static string DynamicControlParameter_DynamicDataSourceControlNotFound {
            get {
                return ResourceManager.GetString("DynamicControlParameter_DynamicDataSourceControlNotFound", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to The DynamicControlParameter has no Name property, which means that you are setting the primary key. However, the control '{0}' is for table '{1}', which is not compatible with table '{2}'.. 
        /// 
        internal static string DynamicControlParameter_InvalidPK {
            get {
                return ResourceManager.GetString("DynamicControlParameter_InvalidPK", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to The ContextTypeName property of control '{0}' must specify a data context.. 
        /// 
        internal static string DynamicDataExtensions_ContextTypePropertyOfDynamicDataSourceMustBeSpecified {
            get {
                return ResourceManager.GetString("DynamicDataExtensions_ContextTypePropertyOfDynamicDataSourceMustBeSpecified", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to Whether foreign keys should be loaded automatically when executing Linq to SQL queries.. 
        /// 
        internal static string DynamicDataManager_AutoLoadForeignKeys {
            get {
                return ResourceManager.GetString("DynamicDataManager_AutoLoadForeignKeys", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to A DataControl with ID '{0}' could not be found for the DynamicDataManager to register.. 
        /// 
        internal static string DynamicDataManager_ControlNotFound {
            get {
                return ResourceManager.GetString("DynamicDataManager_ControlNotFound", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to Sets whether the selection may be set from key values in the query string.. 
        /// 
        internal static string DynamicDataManager_EnableQueryStringSelection {
            get {
                return ResourceManager.GetString("DynamicDataManager_EnableQueryStringSelection", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to Only one instance of a DynamicDataManager can be added to the page.. 
        /// 
        internal static string DynamicDataManager_OnlyOneDynamicDataManager {
            get {
                return ResourceManager.GetString("DynamicDataManager_OnlyOneDynamicDataManager", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to Controls of type {0} are not supported.. 
        /// 
        internal static string DynamicDataManager_UnsupportedControl {
            get {
                return ResourceManager.GetString("DynamicDataManager_UnsupportedControl", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to Cannot find an entity template for table '{0}' under the entity template path: '{1}'.. 
        /// 
        internal static string DynamicEntity_CantFindTemplate {
            get {
                return ResourceManager.GetString("DynamicEntity_CantFindTemplate", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to The DynamicEntity control '{0}' needs to exist in a data control that is bound to a data source that supports Dynamic Data.. 
        /// 
        internal static string DynamicEntity_ControlNeedsToExistInAContextSupportingDynamicData {
            get {
                return ResourceManager.GetString("DynamicEntity_ControlNeedsToExistInAContextSupportingDynamicData", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to The mode in which to render the EntityTemplate.. 
        /// 
        internal static string DynamicEntity_Mode {
            get {
                return ResourceManager.GetString("DynamicEntity_Mode", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to Whether to always load a read-only template.. 
        /// 
        internal static string DynamicField_ReadOnly {
            get {
                return ResourceManager.GetString("DynamicField_ReadOnly", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to The name of the field in the model to which this filter is bound.. 
        /// 
        internal static string DynamicFilter_DataField {
            get {
                return ResourceManager.GetString("DynamicFilter_DataField", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to An optional UI hint used to load the template to represent this filter.. 
        /// 
        internal static string DynamicFilter_FilterUIHint {
            get {
                return ResourceManager.GetString("DynamicFilter_FilterUIHint", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to The action to generate a URL for.. 
        /// 
        internal static string DynamicHyperLink_Action {
            get {
                return ResourceManager.GetString("DynamicHyperLink_Action", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to The DynamicHyperLink control '{0}' cannot data bind to a null item.. 
        /// 
        internal static string DynamicHyperLink_CannotBindToNull {
            get {
                return ResourceManager.GetString("DynamicHyperLink_CannotBindToNull", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to The DynamicHyperLink control '{0}' could not determine the MetaTable to base the link on. Make sure that the the control is in a page that is in the context of a Dynamic Data route or that the ContextTypeName and TableName properties are set correctly.. 
        /// 
        internal static string DynamicHyperLink_CannotDetermineTable {
            get {
                return ResourceManager.GetString("DynamicHyperLink_CannotDetermineTable", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to The DynamicHyperLink control '{0}' cannot have the properties 'TableName' or 'ContextTypeName' set when data binding.. 
        /// 
        internal static string DynamicHyperLink_CannotSetTableAndContextWhenDatabinding {
            get {
                return ResourceManager.GetString("DynamicHyperLink_CannotSetTableAndContextWhenDatabinding", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to An optional ContextTypeName that can be used to associate a MetaModel with the DynamicHyperLink.. 
        /// 
        internal static string DynamicHyperLink_ContextTypeName {
            get {
                return ResourceManager.GetString("DynamicHyperLink_ContextTypeName", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to An optional DataField that can be used in a data binding context to provide which field should be used for the text of the  DynamicHyperLink.. 
        /// 
        internal static string DynamicHyperLink_DataField {
            get {
                return ResourceManager.GetString("DynamicHyperLink_DataField", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to An optional TableName that can be used to associate a MetaTable with the DynamicHyperLink.. 
        /// 
        internal static string DynamicHyperLink_TableName {
            get {
                return ResourceManager.GetString("DynamicHyperLink_TableName", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to You need to have a DynamicManager control on the page and register your data control with it in order to use a {0}.. 
        /// 
        internal static string DynamicParameter_NeedExpansion {
            get {
                return ResourceManager.GetString("DynamicParameter_NeedExpansion", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to The value is not valid.. 
        /// 
        internal static string DynamicValidator_CannotConvertValue {
            get {
                return ResourceManager.GetString("DynamicValidator_CannotConvertValue", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to Unable to find control id '{0}' referenced by the 'ControlToValidate' property of '{1}'.. 
        /// 
        internal static string DynamicValidator_ControlNotFound {
            get {
                return ResourceManager.GetString("DynamicValidator_ControlNotFound", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to The field template folder '{0}' does not exist.. 
        /// 
        internal static string FieldTemplateFactory_FolderNotFound {
            get {
                return ResourceManager.GetString("FieldTemplateFactory_FolderNotFound", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to '{0}' is not a children column and cannot be used here.. 
        /// 
        internal static string FieldTemplateUserControl_ColumnIsNotChildren {
            get {
                return ResourceManager.GetString("FieldTemplateUserControl_ColumnIsNotChildren", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to '{0}' is not a foreign key column and cannot be used here.. 
        /// 
        internal static string FieldTemplateUserControl_ColumnIsNotFK {
            get {
                return ResourceManager.GetString("FieldTemplateUserControl_ColumnIsNotFK", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to The field {0} must be a valid date.. 
        /// 
        internal static string FieldTemplateUserControl_CompareValidationError_Date {
            get {
                return ResourceManager.GetString("FieldTemplateUserControl_CompareValidationError_Date", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to The field {0} must be a valid decimal.. 
        /// 
        internal static string FieldTemplateUserControl_CompareValidationError_Decimal {
            get {
                return ResourceManager.GetString("FieldTemplateUserControl_CompareValidationError_Decimal", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to The field {0} must be a valid integer.. 
        /// 
        internal static string FieldTemplateUserControl_CompareValidationError_Integer {
            get {
                return ResourceManager.GetString("FieldTemplateUserControl_CompareValidationError_Integer", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to The column '{0}' in table '{1}' does not have a default filter.. 
        /// 
        internal static string FilterFactory_ColumnHasNoDefaultFilter {
            get {
                return ResourceManager.GetString("FilterFactory_ColumnHasNoDefaultFilter", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to FilterRepeater '{0}' does not specify a context type name and a table name and this information could not be inferred from the URL. Set the ContextTypeName and TableName properties on this control or make sure that the path for this request maps to a registered Dynamic Data Route.. 
        /// 
        internal static string FilterRepeater_CantInferInformationFromUrl {
            get {
                return ResourceManager.GetString("FilterRepeater_CantInferInformationFromUrl", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to FilterRepeater '{0}' does not contain a control of type '{1}' with ID '{2}' in its item templates.. 
        /// 
        internal static string FilterRepeater_CouldNotFindControlInTemplate {
            get {
                return ResourceManager.GetString("FilterRepeater_CouldNotFindControlInTemplate", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to FilterRepeater '{0}' has an invalid context type name '{1}'. Make sure its ContextTypeName property contains a valid context type name.. 
        /// 
        internal static string FilterRepeater_InvalidContextTypeName {
            get {
                return ResourceManager.GetString("FilterRepeater_InvalidContextTypeName", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to FilterRepeater '{0}' has an invalid table name '{1}'. Make sure its TableName property contains a valid table name.. 
        /// 
        internal static string FilterRepeater_InvalidTableName {
            get {
                return ResourceManager.GetString("FilterRepeater_InvalidTableName", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to FilterRepeater '{0}' is associated with a table but is missing a context type name. Make sure its ContextTypeName property has a valid context type.. 
        /// 
        internal static string FilterRepeater_MissingContextTypeName {
            get {
                return ResourceManager.GetString("FilterRepeater_MissingContextTypeName", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to FilterRepeater '{0}' is associated with a context type but is missing the table name. Make sure its TableName property contains a valid table name.. 
        /// 
        internal static string FilterRepeater_MissingTableName {
            get {
                return ResourceManager.GetString("FilterRepeater_MissingTableName", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to FilterRepeater '{0}' has an unknown context type name '{1}' that is not registered with any model. Make sure its ContextTypeName property contains a valid context type name that has been registered with a MetaModel.. 
        /// 
        internal static string FilterRepeater_UnknownContextTypeName {
            get {
                return ResourceManager.GetString("FilterRepeater_UnknownContextTypeName", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to false. 
        /// 
        internal static string FilterUserControlBase_BooleanFilter_FalseString {
            get {
                return ResourceManager.GetString("FilterUserControlBase_BooleanFilter_FalseString", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to true. 
        /// 
        internal static string FilterUserControlBase_BooleanFilter_TrueString {
            get {
                return ResourceManager.GetString("FilterUserControlBase_BooleanFilter_TrueString", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to The filter control '{0}' does not specify a context type name and a table name and this information could not be inferred from the URL. Set the ContextTypeName and TableName properties on this control or make sure that the path for this request maps to a registered Dynamic Data Route.. 
        /// 
        internal static string FilterUserControlBase_CantInferInformationFromRequestUrl {
            get {
                return ResourceManager.GetString("FilterUserControlBase_CantInferInformationFromRequestUrl", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to The filter control '{0}' has an invalid context type name '{1}'. Make sure its ContextTypeName property contains a valid context type name.. 
        /// 
        internal static string FilterUserControlBase_InvalidContextTypeName {
            get {
                return ResourceManager.GetString("FilterUserControlBase_InvalidContextTypeName", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to The filter control '{0}' has an invalid data field name '{1}'. Make sure its DataField property contains a valid field name.. 
        /// 
        internal static string FilterUserControlBase_InvalidDataField {
            get {
                return ResourceManager.GetString("FilterUserControlBase_InvalidDataField", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to The filter control '{0}' has an invalid table name '{1}'. Make sure its TableName property contains a valid table name.. 
        /// 
        internal static string FilterUserControlBase_InvalidTableName {
            get {
                return ResourceManager.GetString("FilterUserControlBase_InvalidTableName", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to The filter control '{0}' is associated with a table but is missing the context type name. Make sure its ContextTypeName property contains a valid context type name.. 
        /// 
        internal static string FilterUserControlBase_MissingContextTypeName {
            get {
                return ResourceManager.GetString("FilterUserControlBase_MissingContextTypeName", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to The filter control '{0}' is not associated with a field. Make sure its DataField property contains a valid field name.. 
        /// 
        internal static string FilterUserControlBase_MissingDataField {
            get {
                return ResourceManager.GetString("FilterUserControlBase_MissingDataField", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to The filter control '{0}' is associated with a context type but is missing the table name. Make sure its TableName property contains a valid table name.. 
        /// 
        internal static string FilterUserControlBase_MissingTableName {
            get {
                return ResourceManager.GetString("FilterUserControlBase_MissingTableName", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to The filter control '{0}' is associated with the '{1}' data field and does not support this operation.. 
        /// 
        internal static string FilterUserControlBase_SelectedDataKeyNotSupportedForThisField {
            get {
                return ResourceManager.GetString("FilterUserControlBase_SelectedDataKeyNotSupportedForThisField", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to The filter control '{0}' has an unknown context type name '{1}' that is not registered with any model. Make sure its ContextTypeName property contains a valid context type name that has been registered with a MetaModel.. 
        /// 
        internal static string FilterUserControlBase_UnknownContextType {
            get {
                return ResourceManager.GetString("FilterUserControlBase_UnknownContextType", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to The filter control '{0}' does not support this operation because it is associated with an unsupported column '{1}'.. 
        /// 
        internal static string FilterUserControlBase_UnsupportedDataField {
            get {
                return ResourceManager.GetString("FilterUserControlBase_UnsupportedDataField", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to The data context '{0}' has already been registered. Each data context can be registered only once.. 
        /// 
        internal static string MetadataHandlerRegistration_ContextAlreadyRegistered {
            get {
                return ResourceManager.GetString("MetadataHandlerRegistration_ContextAlreadyRegistered", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to The provided data context type '{0}' must inherit from one of the following types: {1}.. 
        /// 
        internal static string MetadataHandlerRegistration_InvalidDataContextType {
            get {
                return ResourceManager.GetString("MetadataHandlerRegistration_InvalidDataContextType", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to The context is of an unknown type {0}.. 
        /// 
        internal static string MetadataValidator_UnknownContextType {
            get {
                return ResourceManager.GetString("MetadataValidator_UnknownContextType", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to The context type '{0}' has already been registered. A context type can only be registered once.. 
        /// 
        internal static string MetaModel_ContextAlreadyRegistered {
            get {
                return ResourceManager.GetString("MetaModel_ContextAlreadyRegistered", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to The context type {0} does not belong to any registered model.. 
        /// 
        internal static string MetaModel_ContextDoesNotBelongToModel {
            get {
                return ResourceManager.GetString("MetaModel_ContextDoesNotBelongToModel", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to The context factory function must return a non-null value.. 
        /// 
        internal static string MetaModel_ContextFactoryReturnsNull {
            get {
                return ResourceManager.GetString("MetaModel_ContextFactoryReturnsNull", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to The context type '{0}' is not supported.. 
        /// 
        internal static string MetaModel_ContextTypeNotSupported {
            get {
                return ResourceManager.GetString("MetaModel_ContextTypeNotSupported", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to The name for entity '{0}' in context '{1}' conflicts with the name for the entity '{2}' in context '{3}'.. 
        /// 
        internal static string MetaModel_EntityNameConflict {
            get {
                return ResourceManager.GetString("MetaModel_EntityNameConflict", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to The name override '{0}' for entity '{1}' in context '{2}' conflicts with the name for the entity '{3}' in context '{4}'.. 
        /// 
        internal static string MetaModel_EntityNameOverrideConflict {
            get {
                return ResourceManager.GetString("MetaModel_EntityNameOverrideConflict", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to The entity type {0} does not belong to any registered model.. 
        /// 
        internal static string MetaModel_EntityTypeDoesNotBelongToModel {
            get {
                return ResourceManager.GetString("MetaModel_EntityTypeDoesNotBelongToModel", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to An error occurred during model registration and this operation cannot be performed.. 
        /// 
        internal static string MetaModel_RegistrationErrorOccurred {
            get {
                return ResourceManager.GetString("MetaModel_RegistrationErrorOccurred", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to Unknown context type '{0}'. This context type has not been registered.. 
        /// 
        internal static string MetaModel_UnknownContextType {
            get {
                return ResourceManager.GetString("MetaModel_UnknownContextType", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to Unknown entity type '{0}'. This entity type is not part of any registered context.. 
        /// 
        internal static string MetaModel_UnknownEntityType {
            get {
                return ResourceManager.GetString("MetaModel_UnknownEntityType", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to Unknown table name '{0}'.. 
        /// 
        internal static string MetaModel_UnknownTable {
            get {
                return ResourceManager.GetString("MetaModel_UnknownTable", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to The context '{0}' does not have a table with the context-specific name '{1}'.. 
        /// 
        internal static string MetaModel_UnknownTableInContext {
            get {
                return ResourceManager.GetString("MetaModel_UnknownTableInContext", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to Cannot determine table from control. Use the MetaTable.MapControl method to establish an association between a control and a MetaTable instance.. 
        /// 
        internal static string MetaTable_CannotGetTableFromControl {
            get {
                return ResourceManager.GetString("MetaTable_CannotGetTableFromControl", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to Cannot determine table from data source. Use the MetaTable.MapTable method to establish an association between a data source and a MetaTable instance.. 
        /// 
        internal static string MetaTable_CannotGetTableFromDataSource {
            get {
                return ResourceManager.GetString("MetaTable_CannotGetTableFromDataSource", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to Cannot determine table from route. The request did not go through a route or the route is not configured to support ASP.NET Dynamic Data.. 
        /// 
        internal static string MetaTable_CannotGetTableFromRoute {
            get {
                return ResourceManager.GetString("MetaTable_CannotGetTableFromRoute", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to The display column '{0}' specified for the table '{1}' does not exist.. 
        /// 
        internal static string MetaTable_CantFindDisplayColumn {
            get {
                return ResourceManager.GetString("MetaTable_CantFindDisplayColumn", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to The sort column '{0}' specified for the table '{1}' does not exist.. 
        /// 
        internal static string MetaTable_CantFindSortColumn {
            get {
                return ResourceManager.GetString("MetaTable_CantFindSortColumn", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to Cannot use the column '{0}' in table '{1}' as a sort column because it represents a 1-to-many relationship.. 
        /// 
        internal static string MetaTable_CantUseChildrenColumnAsSortColumn {
            get {
                return ResourceManager.GetString("MetaTable_CantUseChildrenColumnAsSortColumn", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to The naming container must be a control.. 
        /// 
        internal static string MetaTable_NamingContainerIsNotControl {
            get {
                return ResourceManager.GetString("MetaTable_NamingContainerIsNotControl", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to The table '{0}' does not have a column named '{1}'.. 
        /// 
        internal static string MetaTable_NoSuchColumn {
            get {
                return ResourceManager.GetString("MetaTable_NoSuchColumn", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to Unable to convert type '{0}' to '{1}'. 
        /// 
        internal static string Misc_CannotConvertType {
            get {
                return ResourceManager.GetString("Misc_CannotConvertType", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to The {0} control '{1}' does not have a naming container.. 
        /// 
        internal static string Misc_NoNamingContainer {
            get {
                return ResourceManager.GetString("Misc_NoNamingContainer", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to The virtual path must be a non-empty string.. 
        /// 
        internal static string QueryStringHandler_VirtualPathCannotBeEmpty {
            get {
                return ResourceManager.GetString("QueryStringHandler_VirtualPathCannotBeEmpty", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to Unknown model type {0}.. 
        /// 
        internal static string SchemaCreator_UnknownModel {
            get {
                return ResourceManager.GetString("SchemaCreator_UnknownModel", resourceCulture); 
            }
        } 
 
        /// 
        ///   Looks up a localized string similar to Column must have a type. 
        /// 
        internal static string SimpleColumnProvider_ColumnTypeRequired {
            get {
                return ResourceManager.GetString("SimpleColumnProvider_ColumnTypeRequired", resourceCulture); 
            }
        } 
    } 
}

// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
// Copyright (c) Microsoft Corporation. All rights reserved.

                        

Link Menu

Network programming in C#, Network Programming in VB.NET, Network Programming in .NET
This book is available now!
Buy at Amazon US or
Buy at Amazon UK