Skip to content

Commit 582ad79

Browse files
author
saadshams
committed
brand new update
1 parent 6b5e663 commit 582ad79

File tree

610 files changed

+14229
-8275
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

610 files changed

+14229
-8275
lines changed

.gitattributes

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Auto detect text files and perform LF normalization
2+
* text=auto
3+
4+
# Custom for Visual Studio
5+
*.cs diff=csharp
6+
7+
# Standard to msysgit
8+
*.doc diff=astextplain
9+
*.DOC diff=astextplain
10+
*.docx diff=astextplain
11+
*.DOCX diff=astextplain
12+
*.dot diff=astextplain
13+
*.DOT diff=astextplain
14+
*.pdf diff=astextplain
15+
*.PDF diff=astextplain
16+
*.rtf diff=astextplain
17+
*.RTF diff=astextplain
18+
19+
#linguist-documentation
20+
docs/* linguist-documentation

.idea/jsLibraryMappings.xml

Lines changed: 0 additions & 7 deletions
This file was deleted.

.idea/vcs.xml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.project

Lines changed: 0 additions & 11 deletions
This file was deleted.
-28 KB
Binary file not shown.
-99.5 KB
Binary file not shown.

Binary/PureMVC.MultiCore.DotNet.dll

-19 KB
Binary file not shown.

Binary/PureMVC.MultiCore.DotNet.pdb

-63.5 KB
Binary file not shown.

Binary/PureMVC.MultiCore.DotNet.xml

Lines changed: 0 additions & 1964 deletions
This file was deleted.

Binary/nunit.framework.dll

-136 KB
Binary file not shown.

Docs/4294967296-PureMVC.Core.htm

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<html><head><title>PureMVC.Core Namespace</title><link href="styles/default.css" type="text/css" rel="stylesheet"/></head><body><div class="header"> </div><br class="clear"/><div class="navigation"><ul><li><a href="index.htm">Documentation</a></li></ul><ul><li><a class="current" href="4294967296-PureMVC.Core.htm">PureMVC.Core</a><ul><li><a class="" href="4294967588.htm">Controller</a></li><li><a class="" href="4294967614.htm">Model</a></li><li><a class="" href="4294967637.htm">View</a></li></ul></li></ul></div><div class="content"><h1>PureMVC.Core Namespace</h1><h2>Classes</h2><table><thead><tr><th class="icon"/><th>Class</th><th>Summary</th></tr></thead><tbody><tr><td><img src="styles/images/vsobject_class.png" alt="public class"/></td><td><a href="4294967588.htm">Controller</a></td><td><div class="summary">A Multiton <span class="code">IController</span> implementation. </div></td></tr><tr><td><img src="styles/images/vsobject_class.png" alt="public class"/></td><td><a href="4294967614.htm">Model</a></td><td><div class="summary">A Multiton <span class="code">IModel</span> implementation </div></td></tr><tr><td><img src="styles/images/vsobject_class.png" alt="public class"/></td><td><a href="4294967637.htm">View</a></td><td><div class="summary">A Multiton <span class="code">IView</span> implementation. </div></td></tr></tbody></table></div><div class="footer">
2+
Produced by the <a href="http://theboxsoftware.com/products/live-documenter/">Live Documenter</a> developed by <a href="http://theboxsoftware.com">The Box Software</a>.
3+
</div></body></html>
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<html><head><title>PureMVC.Interfaces Namespace</title><link href="styles/default.css" type="text/css" rel="stylesheet"/></head><body><div class="header"> </div><br class="clear"/><div class="navigation"><ul><li><a href="index.htm">Documentation</a></li></ul><ul><li><a class="current" href="4294967296-PureMVC.Interfaces.htm">PureMVC.Interfaces</a><ul><li><a class="" href="4294967481.htm">ICommand</a></li><li><a class="" href="4294967484.htm">IController</a></li><li><a class="" href="4294967494.htm">IFacade</a></li><li><a class="" href="4294967520.htm">IMediator</a></li><li><a class="" href="4294967530.htm">IModel</a></li><li><a class="" href="4294967539.htm">INotification</a></li><li><a class="" href="4294967548.htm">INotifier</a></li><li><a class="" href="4294967555.htm">IObserver</a></li><li><a class="" href="4294967564.htm">IProxy</a></li><li><a class="" href="4294967571.htm">IView</a></li></ul></li></ul></div><div class="content"><h1>PureMVC.Interfaces Namespace</h1><h2>Interfaces</h2><table><thead><tr><th class="icon"/><th>Name</th><th>Summary</th></tr></thead><tbody><tr><td><img src="styles/images/vsobject_interface.png" alt="public interface"/></td><td><a href="4294967481.htm">ICommand</a></td><td><div class="summary">The interface definition for a PureMVC Command. </div></td></tr><tr><td><img src="styles/images/vsobject_interface.png" alt="public interface"/></td><td><a href="4294967484.htm">IController</a></td><td><div class="summary">The interface definition for a PureMVC Controller. </div></td></tr><tr><td><img src="styles/images/vsobject_interface.png" alt="public interface"/></td><td><a href="4294967494.htm">IFacade</a></td><td><div class="summary">The interface definition for a PureMVC Facade. </div></td></tr><tr><td><img src="styles/images/vsobject_interface.png" alt="public interface"/></td><td><a href="4294967520.htm">IMediator</a></td><td><div class="summary">The interface definition for a PureMVC Mediator. </div></td></tr><tr><td><img src="styles/images/vsobject_interface.png" alt="public interface"/></td><td><a href="4294967530.htm">IModel</a></td><td><div class="summary">The interface definition for a PureMVC Model. </div></td></tr><tr><td><img src="styles/images/vsobject_interface.png" alt="public interface"/></td><td><a href="4294967539.htm">INotification</a></td><td><div class="summary">A base <span class="code">INotification</span> implementation. </div></td></tr><tr><td><img src="styles/images/vsobject_interface.png" alt="public interface"/></td><td><a href="4294967548.htm">INotifier</a></td><td><div class="summary">A Base <span class="code">INotifier</span> implementation. </div></td></tr><tr><td><img src="styles/images/vsobject_interface.png" alt="public interface"/></td><td><a href="4294967555.htm">IObserver</a></td><td><div class="summary">The interface definition for a PureMVC Observer. </div></td></tr><tr><td><img src="styles/images/vsobject_interface.png" alt="public interface"/></td><td><a href="4294967564.htm">IProxy</a></td><td><div class="summary">The interface definition for a PureMVC Proxy. </div></td></tr><tr><td><img src="styles/images/vsobject_interface.png" alt="public interface"/></td><td><a href="4294967571.htm">IView</a></td><td><div class="summary">The interface definition for a PureMVC View. </div></td></tr></tbody></table></div><div class="footer">
2+
Produced by the <a href="http://theboxsoftware.com/products/live-documenter/">Live Documenter</a> developed by <a href="http://theboxsoftware.com">The Box Software</a>.
3+
</div></body></html>
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<html><head><title>PureMVC.Patterns.Command Namespace</title><link href="styles/default.css" type="text/css" rel="stylesheet"/></head><body><div class="header"> </div><br class="clear"/><div class="navigation"><ul><li><a href="index.htm">Documentation</a></li></ul><ul><li><a class="current" href="4294967296-PureMVC.Patterns.Command.htm">PureMVC.Patterns.Command</a><ul><li><a class="" href="4294967469.htm">MacroCommand</a></li><li><a class="" href="4294967477.htm">SimpleCommand</a></li></ul></li></ul></div><div class="content"><h1>PureMVC.Patterns.Command Namespace</h1><h2>Classes</h2><table><thead><tr><th class="icon"/><th>Class</th><th>Summary</th></tr></thead><tbody><tr><td><img src="styles/images/vsobject_class.png" alt="public class"/></td><td><a href="4294967469.htm">MacroCommand</a></td><td><div class="summary">A base <span class="code">ICommand</span> implementation that executes other <span class="code">ICommand</span>s. </div></td></tr><tr><td><img src="styles/images/vsobject_class.png" alt="public class"/></td><td><a href="4294967477.htm">SimpleCommand</a></td><td><div class="summary">A base <span class="code">ICommand</span> implementation. </div></td></tr></tbody></table></div><div class="footer">
2+
Produced by the <a href="http://theboxsoftware.com/products/live-documenter/">Live Documenter</a> developed by <a href="http://theboxsoftware.com">The Box Software</a>.
3+
</div></body></html>
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<html><head><title>PureMVC.Patterns.Facade Namespace</title><link href="styles/default.css" type="text/css" rel="stylesheet"/></head><body><div class="header"> </div><br class="clear"/><div class="navigation"><ul><li><a href="index.htm">Documentation</a></li></ul><ul><li><a class="current" href="4294967296-PureMVC.Patterns.Facade.htm">PureMVC.Patterns.Facade</a><ul><li><a class="" href="4294967413.htm">Facade</a></li></ul></li></ul></div><div class="content"><h1>PureMVC.Patterns.Facade Namespace</h1><h2>Classes</h2><table><thead><tr><th class="icon"/><th>Class</th><th>Summary</th></tr></thead><tbody><tr><td><img src="styles/images/vsobject_class.png" alt="public class"/></td><td><a href="4294967413.htm">Facade</a></td><td><div class="summary">A base Multiton <span class="code">IFacade</span> implementation. </div></td></tr></tbody></table></div><div class="footer">
2+
Produced by the <a href="http://theboxsoftware.com/products/live-documenter/">Live Documenter</a> developed by <a href="http://theboxsoftware.com">The Box Software</a>.
3+
</div></body></html>
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<html><head><title>PureMVC.Patterns.Mediator Namespace</title><link href="styles/default.css" type="text/css" rel="stylesheet"/></head><body><div class="header"> </div><br class="clear"/><div class="navigation"><ul><li><a href="index.htm">Documentation</a></li></ul><ul><li><a class="current" href="4294967296-PureMVC.Patterns.Mediator.htm">PureMVC.Patterns.Mediator</a><ul><li><a class="" href="4294967394.htm">Mediator</a></li></ul></li></ul></div><div class="content"><h1>PureMVC.Patterns.Mediator Namespace</h1><h2>Classes</h2><table><thead><tr><th class="icon"/><th>Class</th><th>Summary</th></tr></thead><tbody><tr><td><img src="styles/images/vsobject_class.png" alt="public class"/></td><td><a href="4294967394.htm">Mediator</a></td><td><div class="summary">A base <span class="code">IMediator</span> implementation. </div></td></tr></tbody></table></div><div class="footer">
2+
Produced by the <a href="http://theboxsoftware.com/products/live-documenter/">Live Documenter</a> developed by <a href="http://theboxsoftware.com">The Box Software</a>.
3+
</div></body></html>
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<html><head><title>PureMVC.Patterns.Observer Namespace</title><link href="styles/default.css" type="text/css" rel="stylesheet"/></head><body><div class="header"> </div><br class="clear"/><div class="navigation"><ul><li><a href="index.htm">Documentation</a></li></ul><ul><li><a class="current" href="4294967296-PureMVC.Patterns.Observer.htm">PureMVC.Patterns.Observer</a><ul><li><a class="" href="4294967347.htm">Notification</a></li><li><a class="" href="4294967363.htm">Notifier</a></li><li><a class="" href="4294967378.htm">Observer</a></li></ul></li></ul></div><div class="content"><h1>PureMVC.Patterns.Observer Namespace</h1><h2>Classes</h2><table><thead><tr><th class="icon"/><th>Class</th><th>Summary</th></tr></thead><tbody><tr><td><img src="styles/images/vsobject_class.png" alt="public class"/></td><td><a href="4294967347.htm">Notification</a></td><td><div class="summary">A base <span class="code">INotification</span> implementation. </div></td></tr><tr><td><img src="styles/images/vsobject_class.png" alt="public class"/></td><td><a href="4294967363.htm">Notifier</a></td><td><div class="summary">A Base <span class="code">INotifier</span> implementation. </div></td></tr><tr><td><img src="styles/images/vsobject_class.png" alt="public class"/></td><td><a href="4294967378.htm">Observer</a></td><td><div class="summary">A base <span class="code">IObserver</span> implementation. </div></td></tr></tbody></table></div><div class="footer">
2+
Produced by the <a href="http://theboxsoftware.com/products/live-documenter/">Live Documenter</a> developed by <a href="http://theboxsoftware.com">The Box Software</a>.
3+
</div></body></html>
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<html><head><title>PureMVC.Patterns.Proxy Namespace</title><link href="styles/default.css" type="text/css" rel="stylesheet"/></head><body><div class="header"> </div><br class="clear"/><div class="navigation"><ul><li><a href="index.htm">Documentation</a></li></ul><ul><li><a class="current" href="4294967296-PureMVC.Patterns.Proxy.htm">PureMVC.Patterns.Proxy</a><ul><li><a class="" href="4294967331.htm">Proxy</a></li></ul></li></ul></div><div class="content"><h1>PureMVC.Patterns.Proxy Namespace</h1><h2>Classes</h2><table><thead><tr><th class="icon"/><th>Class</th><th>Summary</th></tr></thead><tbody><tr><td><img src="styles/images/vsobject_class.png" alt="public class"/></td><td><a href="4294967331.htm">Proxy</a></td><td><div class="summary">A base <span class="code">IProxy</span> implementation. </div></td></tr></tbody></table></div><div class="footer">
2+
Produced by the <a href="http://theboxsoftware.com/products/live-documenter/">Live Documenter</a> developed by <a href="http://theboxsoftware.com">The Box Software</a>.
3+
</div></body></html>

Docs/4294967331-Constructors.htm

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<html><head><title>Proxy Constructors</title><link href="styles/default.css" type="text/css" rel="stylesheet"/></head><body><div class="header"> </div><br class="clear"/><div class="navigation"><ul><li><a href="index.htm">Documentation</a></li></ul><ul><li><a class="" href="4294967296-PureMVC.Patterns.Proxy.htm">PureMVC.Patterns.Proxy</a><ul><li><a class="" href="4294967331.htm">Proxy</a><ul><li><a class="current" href="4294967331-Constructors.htm">Constructors</a><ul><li><a class="" href="4294967332.htm">Proxy</a></li></ul></li></ul></li></ul></li></ul></div><div class="content"><h1>Proxy Constructors</h1><p>
2+
The Proxy type exposes the following members.
3+
</p><h2>Constructors</h2><table><thead><tr><th class="icon"/><th>Class</th><th>Summary</th></tr></thead><tbody><tr><td><img src="styles/images/vsobject_constructor.png" alt="public constructor"/></td><td><a href="4294967332.htm">Proxy(String, Object)</a></td><td><div class="summary">Constructor. </div></td></tr></tbody></table></div><div class="footer">
4+
Produced by the <a href="http://theboxsoftware.com/products/live-documenter/">Live Documenter</a> developed by <a href="http://theboxsoftware.com">The Box Software</a>.
5+
</div></body></html>

Docs/4294967331-Fields.htm

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<html><head><title>Proxy Fields</title><link href="styles/default.css" type="text/css" rel="stylesheet"/></head><body><div class="header"> </div><br class="clear"/><div class="navigation"><ul><li><a href="index.htm">Documentation</a></li></ul><ul><li><a class="" href="4294967296-PureMVC.Patterns.Proxy.htm">PureMVC.Patterns.Proxy</a><ul><li><a class="" href="4294967331.htm">Proxy</a><ul><li><a class="current" href="4294967331-Fields.htm">Fields</a><ul><li><a class="" href="4294967344.htm">NAME</a></li></ul></li></ul></li></ul></li></ul></div><div class="content"><h1>Proxy Fields</h1><p>
2+
The Proxy type exposes the following members.
3+
</p><h2>Fields</h2><table><thead><tr><th class="icon"/><th>Name</th><th>Description</th></tr></thead><tbody><tr><td><img src="styles/images/vsobject_field.png" alt="public field"/></td><td><a href="4294967344.htm">NAME</a></td><td><div class="summary">Name of the proxy</div></td></tr></tbody></table></div><div class="footer">
4+
Produced by the <a href="http://theboxsoftware.com/products/live-documenter/">Live Documenter</a> developed by <a href="http://theboxsoftware.com">The Box Software</a>.
5+
</div></body></html>

Docs/4294967331-Methods.htm

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<html><head><title>Proxy Methods</title><link href="styles/default.css" type="text/css" rel="stylesheet"/></head><body><div class="header"> </div><br class="clear"/><div class="navigation"><ul><li><a href="index.htm">Documentation</a></li></ul><ul><li><a class="" href="4294967296-PureMVC.Patterns.Proxy.htm">PureMVC.Patterns.Proxy</a><ul><li><a class="" href="4294967331.htm">Proxy</a><ul><li><a class="current" href="4294967331-Methods.htm">Methods</a><ul><li><a class="" href="4294967335.htm">OnRegister</a></li><li><a class="" href="4294967336.htm">OnRemove</a></li></ul></li></ul></li></ul></li></ul></div><div class="content"><h1>Proxy Methods</h1><p>
2+
The Proxy type exposes the following members.
3+
</p><h2>Methods</h2><table><thead><tr><th class="icon"/><th>Name</th><th>Summary</th></tr></thead><tbody><tr><td><img src="styles/images/vsobject_method.png" alt="public method"/></td><td><a href="4294967335.htm">OnRegister()</a></td><td><div class="summary">Called by the Model when the Proxy is registered </div></td></tr><tr><td><img src="styles/images/vsobject_method.png" alt="public method"/></td><td><a href="4294967336.htm">OnRemove()</a></td><td><div class="summary">Called by the Model when the Proxy is removed </div></td></tr></tbody></table></div><div class="footer">
4+
Produced by the <a href="http://theboxsoftware.com/products/live-documenter/">Live Documenter</a> developed by <a href="http://theboxsoftware.com">The Box Software</a>.
5+
</div></body></html>

Docs/4294967331-Properties.htm

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<html><head><title>Proxy Properties</title><link href="styles/default.css" type="text/css" rel="stylesheet"/></head><body><div class="header"> </div><br class="clear"/><div class="navigation"><ul><li><a href="index.htm">Documentation</a></li></ul><ul><li><a class="" href="4294967296-PureMVC.Patterns.Proxy.htm">PureMVC.Patterns.Proxy</a><ul><li><a class="" href="4294967331.htm">Proxy</a><ul><li><a class="current" href="4294967331-Properties.htm">Properties</a><ul><li><a class="" href="4294975570.htm">Data</a></li><li><a class="" href="4294975564.htm">ProxyName</a></li></ul></li></ul></li></ul></li></ul></div><div class="content"><h1>Proxy Properties</h1><p>
2+
The Proxy type exposes the following members.
3+
</p><h2>Properties</h2><table><thead><tr><th class="icon"/><th>Name</th><th>Summary</th></tr></thead><tbody><tr><td><img src="styles/images/vsobject_properties.png" alt="public properties"/></td><td><a href="4294975570.htm">Data</a></td><td><div class="summary">the proxy name</div></td></tr><tr><td><img src="styles/images/vsobject_properties.png" alt="public properties"/></td><td><a href="4294975564.htm">ProxyName</a></td><td><div class="summary">the proxy name</div></td></tr></tbody></table></div><div class="footer">
4+
Produced by the <a href="http://theboxsoftware.com/products/live-documenter/">Live Documenter</a> developed by <a href="http://theboxsoftware.com">The Box Software</a>.
5+
</div></body></html>

0 commit comments

Comments
 (0)