Click here to Skip to main content
15,884,099 members
Articles / Web Development / HTML

Signum Framework Tutorials Part 2 – Southwind Logic

Rate me:
Please Sign up or sign in to vote.
4.45/5 (6 votes)
15 Nov 2012LGPL325 min read 31.3K   1K   22  
In this part, we will focus on writing business logic, LINQ queries and explain inheritance
.sf-entity-ctxmenu-error
{
    border: 1px solid red;
}
.sf-entity-ctxmenu-success a
{
    color: green;
}
.sf-filters
{
    clear: both;
}
.sf-filter-field-header
{
    min-width: 140px;    
}
.sf-filters-body
{
    padding: 5px;
    border-bottom-width: 0px;
}
.sf-filters-body label
{
    float: left;
    padding: 6px 5px;
}
.sf-filters-body select
{
    padding: 3px 4px;
    margin-top: 1px;
}
.sf-filters-header
{
    display: block;
    float: right;
    cursor: pointer;
}
.sf-filters-list
{
    padding: 10px;
    clear: both;
}
.sf-filters-list .sf-field
{
    padding: 0;
}
.sf-filters-list th
{
    text-align: left;
    padding: 4px;
}
.sf-filters-list td
{
    vertical-align: middle;
    padding: 0 3px;
}
.sf-filter-token
{
    padding: 2px 5px;    
}
.sf-subtokens-expander 
{
    cursor:pointer;
    margin: 0 5px;
}
.sf-search-ctxmenu
{
    border: 1px solid #aaa;
    position: absolute;
    background: #fff;
}
.sf-search-ctxitem
{
    min-width: 100px;
    display: block;
    padding: 5px 10px;
    cursor: pointer;
    font-weight: normal;
    border-top: 1px solid #aaa;
}
.sf-search-ctxitem:first-child
{
    border-top: 0;
}
.sf-search-ctxitem-header
{
    font-weight: bold;
    cursor: default;    
}
.sf-search-ctxitem-no-results
{
    font-style: italic;    
}
.sf-search-ctxmenu-overlay
{
    left: 0px;
    top: 0px;
    position: absolute;
    height: 100%;
    width: 100%;
    min-height: 800px;
    min-width: 1024px;
    z-index: 100;
}
.sf-search-footer input
{
}
.sf-search-footer span
{
    padding: 5px 2px;
    font-weight:normal;
}
.sf-search-footer .rows-found-count-maximum
{
    font-weight:bold;
}
.sf-search-results
{
    width:100%;
}
.sf-search-results a[title=Navigate]
{
    font-weight: bold;
}
.sf-search-results input[type=checkbox]
{
    float: none;
    margin-top: inherit;
}
.sf-search-results td
{
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    word-wrap: break-word;
}
.sf-search-results td:first-child
{
    border-left:1px solid #eee !important;    
}
.sf-search-results td, .sf-search-results th
{
    vertical-align: top;
    padding: 7px;
}
.sf-search-results th
{
    line-height: 1.3em;
    text-align: left;
    cursor: pointer;
}
.sf-search-results th:last-child
{
    border-right:width:0 !important;    
}
.sf-search-results th.sf-header-sort-down
{
    background: url(../images/desc.gif) no-repeat scroll left 11px;
    text-indent: 10px;
}
.sf-search-results th.sf-header-sort-up
{
    background: url(../images/asc.gif) no-repeat scroll left 11px;
    text-indent: 10px;
}
.sf-search-results tbody tr:hover
{
    background-color: #efefef;
}
.sf-search-results tr:last-child td
{
    border-bottom: 0;
}
.sf-search-results-container
{
	overflow-x:auto;
}
.sf-search-control
{
    min-width:400px;    
}
.sf-search-control .sf-td-multiply
{
    font-style: italic;    
}

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