Click here to Skip to main content
15,893,486 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.Windows.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()]
    internal class Resources {
        
        private static global::System.Resources.ResourceManager resourceMan;
        
        private static global::System.Globalization.CultureInfo resourceCulture;
        
        [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
        internal Resources() {
        }
        
        /// <summary>
        ///   Returns the cached ResourceManager instance used by this class.
        /// </summary>
        [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("Signum.Windows.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)]
        internal static global::System.Globalization.CultureInfo Culture {
            get {
                return resourceCulture;
            }
            set {
                resourceCulture = value;
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to {0} Errors: {1}.
        /// </summary>
        internal static string _0Errors1 {
            get {
                return ResourceManager.GetString("_0Errors1", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to 1 Error: {0}.
        /// </summary>
        internal static string _1Error {
            get {
                return ResourceManager.GetString("_1Error", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to note.
        /// </summary>
        internal static string _note {
            get {
                return ResourceManager.GetString("_note", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to notes.
        /// </summary>
        internal static string _notes {
            get {
                return ResourceManager.GetString("_notes", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to A connection with the server is necessary to continue.
        /// </summary>
        internal static string AConnectionWithTheServerIsNecessaryToContinue {
            get {
                return ResourceManager.GetString("AConnectionWithTheServerIsNecessaryToContinue", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Administration {0}.
        /// </summary>
        internal static string Administration0 {
            get {
                return ResourceManager.GetString("Administration0", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Alert.
        /// </summary>
        internal static string Alert {
            get {
                return ResourceManager.GetString("Alert", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Alerts.
        /// </summary>
        internal static string Alerts {
            get {
                return ResourceManager.GetString("Alerts", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Call {0} first.
        /// </summary>
        internal static string Call0First {
            get {
                return ResourceManager.GetString("Call0First", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cancel.
        /// </summary>
        internal static string Cancel {
            get {
                return ResourceManager.GetString("Cancel", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Checked.
        /// </summary>
        internal static string CheckedAlerts {
            get {
                return ResourceManager.GetString("CheckedAlerts", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Choose a value.
        /// </summary>
        internal static string ChooseAValue {
            get {
                return ResourceManager.GetString("ChooseAValue", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Choose the display name of the new column.
        /// </summary>
        internal static string ChooseTheDisplayNameOfTheNewColumn {
            get {
                return ResourceManager.GetString("ChooseTheDisplayNameOfTheNewColumn", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Close.
        /// </summary>
        internal static string Close {
            get {
                return ResourceManager.GetString("Close", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Column.
        /// </summary>
        internal static string Column {
            get {
                return ResourceManager.GetString("Column", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Continue anyway?.
        /// </summary>
        internal static string ContinueAnyway {
            get {
                return ResourceManager.GetString("ContinueAnyway", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Continue with errors?.
        /// </summary>
        internal static string ContinueWithErrors {
            get {
                return ResourceManager.GetString("ContinueWithErrors", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Create.
        /// </summary>
        internal static string Create {
            get {
                return ResourceManager.GetString("Create", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Create new.
        /// </summary>
        internal static string CreateNew {
            get {
                return ResourceManager.GetString("CreateNew", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Drag Horizontally and Vertically.
        /// </summary>
        internal static string DragHorizontallyAndVertically {
            get {
                return ResourceManager.GetString("DragHorizontallyAndVertically", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Entities of type {0} are not visible from a {1} window.
        /// </summary>
        internal static string EntitiesOfType0AreNotVisibleFromA1Window {
            get {
                return ResourceManager.GetString("EntitiesOfType0AreNotVisibleFromA1Window", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Field.
        /// </summary>
        internal static string Field {
            get {
                return ResourceManager.GetString("Field", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to File.
        /// </summary>
        internal static string File {
            get {
                return ResourceManager.GetString("File", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Filters.
        /// </summary>
        internal static string Filters {
            get {
                return ResourceManager.GetString("Filters", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Find.
        /// </summary>
        internal static string Find {
            get {
                return ResourceManager.GetString("Find", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Finder.
        /// </summary>
        internal static string Finder {
            get {
                return ResourceManager.GetString("Finder", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Finder of {0}.
        /// </summary>
        internal static string FinderOf0 {
            get {
                return ResourceManager.GetString("FinderOf0", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Fix Errors.
        /// </summary>
        internal static string FixErrors {
            get {
                return ResourceManager.GetString("FixErrors", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Futures.
        /// </summary>
        internal static string FutureAlerts {
            get {
                return ResourceManager.GetString("FutureAlerts", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Imposisible to Save, integrity check failed:
        ///
        ///.
        /// </summary>
        internal static string ImpossibleToSaveIntegrityCheckFailed {
            get {
                return ResourceManager.GetString("ImpossibleToSaveIntegrityCheckFailed", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Invalid date format.
        /// </summary>
        internal static string InvalidDateFormat {
            get {
                return ResourceManager.GetString("InvalidDateFormat", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Invalid format.
        /// </summary>
        internal static string InvalidFormat {
            get {
                return ResourceManager.GetString("InvalidFormat", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Limitation:.
        /// </summary>
        internal static string Limitation {
            get {
                return ResourceManager.GetString("Limitation", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Links.
        /// </summary>
        internal static string Links {
            get {
                return ResourceManager.GetString("Links", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to There are changes that hasn&apos;t been saved. 
        ///Lose changes?.
        /// </summary>
        internal static string LoseChanges {
            get {
                return ResourceManager.GetString("LoseChanges", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Move down.
        /// </summary>
        internal static string MoveDown {
            get {
                return ResourceManager.GetString("MoveDown", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Move up.
        /// </summary>
        internal static string MoveUp {
            get {
                return ResourceManager.GetString("MoveUp", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Name.
        /// </summary>
        internal static string Name {
            get {
                return ResourceManager.GetString("Name", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to New.
        /// </summary>
        internal static string New {
            get {
                return ResourceManager.GetString("New", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to New Alert.
        /// </summary>
        internal static string NewAlert {
            get {
                return ResourceManager.GetString("NewAlert", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to New Column.
        /// </summary>
        internal static string NewColumn {
            get {
                return ResourceManager.GetString("NewColumn", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to New Column&apos;s Name.
        /// </summary>
        internal static string NewColumnSName {
            get {
                return ResourceManager.GetString("NewColumnSName", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to New Filter.
        /// </summary>
        internal static string NewFilter {
            get {
                return ResourceManager.GetString("NewFilter", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to New Note.
        /// </summary>
        internal static string NewNote {
            get {
                return ResourceManager.GetString("NewNote", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to There is no AdminControl for {0}.
        /// </summary>
        internal static string NoAdminControlFor0 {
            get {
                return ResourceManager.GetString("NoAdminControlFor0", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to No changes has been found.
        /// </summary>
        internal static string NoChangeHaveBeenFound {
            get {
                return ResourceManager.GetString("NoChangeHaveBeenFound", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to There are no changes.
        /// </summary>
        internal static string NoChanges {
            get {
                return ResourceManager.GetString("NoChanges", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to No direct errors.
        /// </summary>
        internal static string NoDirectErrors {
            get {
                return ResourceManager.GetString("NoDirectErrors", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to No filter selected.
        /// </summary>
        internal static string NoFilterSelected {
            get {
                return ResourceManager.GetString("NoFilterSelected", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Note:.
        /// </summary>
        internal static string Note {
            get {
                return ResourceManager.GetString("Note", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Notes.
        /// </summary>
        internal static string Notes {
            get {
                return ResourceManager.GetString("Notes", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Null value not allowed.
        /// </summary>
        internal static string NullValueNotAllowed {
            get {
                return ResourceManager.GetString("NullValueNotAllowed", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Ok.
        /// </summary>
        internal static string Ok {
            get {
                return ResourceManager.GetString("Ok", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Open File.
        /// </summary>
        internal static string OpenFile {
            get {
                return ResourceManager.GetString("OpenFile", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Operation.
        /// </summary>
        internal static string Operation {
            get {
                return ResourceManager.GetString("Operation", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Please, choose a value to continue:.
        /// </summary>
        internal static string PleaseChooseAValueToContinue {
            get {
                return ResourceManager.GetString("PleaseChooseAValueToContinue", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Please select one of the following types: .
        /// </summary>
        internal static string PleaseSelectAType {
            get {
                return ResourceManager.GetString("PleaseSelectAType", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Query {0} is not allowed.
        /// </summary>
        internal static string Query0NotAllowed {
            get {
                return ResourceManager.GetString("Query0NotAllowed", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Query {0} is not registered in the DynamicQueryManager.
        /// </summary>
        internal static string Query0NotRegistered {
            get {
                return ResourceManager.GetString("Query0NotRegistered", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Related Entity.
        /// </summary>
        internal static string RelatedEntity {
            get {
                return ResourceManager.GetString("RelatedEntity", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Reload.
        /// </summary>
        internal static string Reload {
            get {
                return ResourceManager.GetString("Reload", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Remove.
        /// </summary>
        internal static string Remove {
            get {
                return ResourceManager.GetString("Remove", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Rename.
        /// </summary>
        internal static string Rename {
            get {
                return ResourceManager.GetString("Rename", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Restore all.
        /// </summary>
        internal static string RestoreAll {
            get {
                return ResourceManager.GetString("RestoreAll", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Results..
        /// </summary>
        internal static string Results {
            get {
                return ResourceManager.GetString("Results", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Save.
        /// </summary>
        internal static string Save {
            get {
                return ResourceManager.GetString("Save", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to There are changes that hasn&apos;t been saved
        ///
        ///	Save changes?.
        /// </summary>
        internal static string SaveChanges {
            get {
                return ResourceManager.GetString("SaveChanges", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Save File.
        /// </summary>
        internal static string SaveFile {
            get {
                return ResourceManager.GetString("SaveFile", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Select an element.
        /// </summary>
        internal static string SelectAnElement {
            get {
                return ResourceManager.GetString("SelectAnElement", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Sesion Expired.
        /// </summary>
        internal static string SessionExpired {
            get {
                return ResourceManager.GetString("SessionExpired", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The {0} has errors: 
        ///{1}.
        /// </summary>
        internal static string The0HasErrors1 {
            get {
                return ResourceManager.GetString("The0HasErrors1", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to There are changes.
        /// </summary>
        internal static string ThereAreChanges {
            get {
                return ResourceManager.GetString("ThereAreChanges", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to There are new changes that will be lost.
        ///
        ///	Continue?.
        /// </summary>
        internal static string ThereAreChangesContinue {
            get {
                return ResourceManager.GetString("ThereAreChangesContinue", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to There are errors.
        /// </summary>
        internal static string ThereAreErrors {
            get {
                return ResourceManager.GetString("ThereAreErrors", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to There is no {0}.
        /// </summary>
        internal static string ThereIsNo0 {
            get {
                return ResourceManager.GetString("ThereIsNo0", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Type Selector.
        /// </summary>
        internal static string TypeSelector {
            get {
                return ResourceManager.GetString("TypeSelector", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Value.
        /// </summary>
        internal static string Value {
            get {
                return ResourceManager.GetString("Value", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to View.
        /// </summary>
        internal static string View {
            get {
                return ResourceManager.GetString("View", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to View File.
        /// </summary>
        internal static string ViewFile {
            get {
                return ResourceManager.GetString("ViewFile", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to View Selected.
        /// </summary>
        internal static string ViewSelected {
            get {
                return ResourceManager.GetString("ViewSelected", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Warned.
        /// </summary>
        internal static string WarnedAlerts {
            get {
                return ResourceManager.GetString("WarnedAlerts", 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