Click here to Skip to main content
15,891,431 members
Articles / Web Development / HTML

Signum Framework Tutorials Part 1 – Southwind Entities

Rate me:
Please Sign up or sign in to vote.
4.50/5 (12 votes)
14 Nov 2012LGPL315 min read 41.4K   2K   52  
Tutorial focused in writing the entities using Signum Framework, a Win/Web LINQ-enabled framework for writing data-centric applications.
//------------------------------------------------------------------------------
// <auto-generated>
//     This code was generated by a tool.
//     Runtime Version:4.0.30319.1
//
//     Changes to this file may cause incorrect behavior and will be lost if
//     the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------

namespace Signum.Engine.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 Resources {
        
        private static global::System.Resources.ResourceManager resourceMan;
        
        private static global::System.Globalization.CultureInfo resourceCulture;
        
        [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
        internal Resources() {
        }
        
        /// <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("Signum.Engine.Properties.Resources", typeof(Resources).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 &apos;{0}&apos; has been renamed in {1}?.
        /// </summary>
        public static string _0HasBeenRenamedIn1 {
            get {
                return ResourceManager.GetString("_0HasBeenRenamedIn1", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot Insert duplicated values on field {0} of table {1}.
        /// </summary>
        public static string CannotInsertDuplicatedFields0On1Table {
            get {
                return ResourceManager.GetString("CannotInsertDuplicatedFields0On1Table", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Concurrency error on the databe, Table = {0}, Id = {1}.
        /// </summary>
        public static string ConcurrencyErrorOnDatabaseTable0Id1 {
            get {
                return ResourceManager.GetString("ConcurrencyErrorOnDatabaseTable0Id1", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to --- END OF SYNC SCRIPT.
        /// </summary>
        public static string EndOfSyncScript {
            get {
                return ResourceManager.GetString("EndOfSyncScript", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Entity with type {0} and Id {1} not found.
        /// </summary>
        public static string EntityWithType0AndId1NotFound {
            get {
                return ResourceManager.GetString("EntityWithType0AndId1NotFound", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to - n: None.
        /// </summary>
        public static string NNone {
            get {
                return ResourceManager.GetString("NNone", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Not authorized to retrieve {0} {1}.
        /// </summary>
        public static string NotAuthorizedToRetrieve01 {
            get {
                return ResourceManager.GetString("NotAuthorizedToRetrieve01", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to No way of mapping type {0} found.
        /// </summary>
        public static string NoWayOfMappingType0Found {
            get {
                return ResourceManager.GetString("NoWayOfMappingType0Found", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to --- START OF SYNC SCRIPT GENERATED ON {0}.
        /// </summary>
        public static string StartOfSyncScriptGeneratedOn0 {
            get {
                return ResourceManager.GetString("StartOfSyncScriptGeneratedOn0", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to There are &apos;{0}&apos; that refer to this entity.
        /// </summary>
        public static string ThereAre0ThatReferThisEntity {
            get {
                return ResourceManager.GetString("ThereAre0ThatReferThisEntity", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to There are records in &apos;{0}&apos; refearing to this table by column &apos;{1}&apos;.
        /// </summary>
        public static string ThereAreRecordsIn0PointingToThisTableByColumn1 {
            get {
                return ResourceManager.GetString("ThereAreRecordsIn0PointingToThisTableByColumn1", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Unautorized access to {0} because {1}.
        /// </summary>
        public static string UnauthorizedAccessTo0Because1 {
            get {
                return ResourceManager.GetString("UnauthorizedAccessTo0Because1", resourceCulture);
            }
        }
    }
}

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The GNU Lesser General Public License (LGPLv3)


Written By
Software Developer (Senior) Signum Software
Spain Spain
I'm Computer Scientist, one of the founders of Signum Software, and the lead developer behind Signum Framework.

www.signumframework.com

I love programming in C#, Linq, Compilers, Algorithms, Functional Programming, Computer Graphics, Maths...

Comments and Discussions