Mercurial > altnet-hispano
diff Agendas/trunk/src/Agendas.Resources/Properties/DataAnnotationResources.Designer.cs @ 83:7e9ffde4022d
Implementando DataAnnotation desde recursos y por convención
author | nelopauselli |
---|---|
date | Tue, 24 May 2011 21:37:06 -0300 |
parents | |
children | a5ff4de4a1d3 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Agendas/trunk/src/Agendas.Resources/Properties/DataAnnotationResources.Designer.cs Tue May 24 21:37:06 2011 -0300 @@ -0,0 +1,126 @@ +//------------------------------------------------------------------------------ +// <auto-generated> +// This code was generated by a tool. +// Runtime Version:4.0.30319.225 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// </auto-generated> +//------------------------------------------------------------------------------ + +namespace AltNetHispano.Agendas.Resources.Properties { + using System; + + + /// <summary> + /// A strongly-typed resource class, for looking up localized strings, etc. + /// </summary> + // 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()] + public class DataAnnotationResources { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal DataAnnotationResources() { + } + + /// <summary> + /// Returns the cached ResourceManager instance used by this class. + /// </summary> + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + public static global::System.Resources.ResourceManager ResourceManager { + get { + if (object.ReferenceEquals(resourceMan, null)) { + global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("AltNetHispano.Agendas.Resources.Properties.DataAnnotationResources", typeof(DataAnnotationResources).Assembly); + resourceMan = temp; + } + return resourceMan; + } + } + + /// <summary> + /// Overrides the current thread's CurrentUICulture property for all + /// resource lookups using this strongly typed resource class. + /// </summary> + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + public static global::System.Globalization.CultureInfo Culture { + get { + return resourceCulture; + } + set { + resourceCulture = value; + } + } + + /// <summary> + /// Looks up a localized string similar to debe ingresar la fecha del evento. + /// </summary> + public static string FechaRequired { + get { + return ResourceManager.GetString("FechaRequired", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized string similar to debe ingresar el nombre del ponente. + /// </summary> + public static string PonenteRequired { + get { + return ResourceManager.GetString("PonenteRequired", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized string similar to Título. + /// </summary> + public static string Titulo { + get { + return ResourceManager.GetString("Titulo", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized string similar to Título del evento, el mismo lo identifica entre todos los eventos. + /// </summary> + public static string TituloDescription { + get { + return ResourceManager.GetString("TituloDescription", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized string similar to debe ingresar el título. + /// </summary> + public static string TituloRequired { + get { + return ResourceManager.GetString("TituloRequired", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized string similar to Url de la invitación. + /// </summary> + public static string UrlInvitacion { + get { + return ResourceManager.GetString("UrlInvitacion", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized string similar to la url ingresada no es válida. + /// </summary> + public static string UrlInvitacionUrl { + get { + return ResourceManager.GetString("UrlInvitacionUrl", resourceCulture); + } + } + } +}