Skip to content

Commit f9b02ae

Browse files
authored
Merge pull request #3 from saadshams/master
brand new update
2 parents cae939a + 4396047 commit f9b02ae

File tree

778 files changed

+12991
-36617
lines changed

Some content is hidden

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

778 files changed

+12991
-36617
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

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="4294967562.htm">Controller</a></li><li><a class="" href="4294967580.htm">Model</a></li><li><a class="" href="4294967596.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="4294967562.htm">Controller</a></td><td><div class="summary">A Singleton <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="4294967580.htm">Model</a></td><td><div class="summary">A Singleton <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="4294967596.htm">View</a></td><td><div class="summary">A Singleton <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="4294967457.htm">ICommand</a></li><li><a class="" href="4294967460.htm">IController</a></li><li><a class="" href="4294967470.htm">IFacade</a></li><li><a class="" href="4294967496.htm">IMediator</a></li><li><a class="" href="4294967506.htm">IModel</a></li><li><a class="" href="4294967515.htm">INotification</a></li><li><a class="" href="4294967524.htm">INotifier</a></li><li><a class="" href="4294967529.htm">IObserver</a></li><li><a class="" href="4294967538.htm">IProxy</a></li><li><a class="" href="4294967545.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="4294967457.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="4294967460.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="4294967470.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="4294967496.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="4294967506.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="4294967515.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="4294967524.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="4294967529.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="4294967538.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="4294967545.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="4294967445.htm">MacroCommand</a></li><li><a class="" href="4294967453.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="4294967445.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="4294967453.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="4294967403.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="4294967403.htm">Facade</a></td><td><div class="summary">A base Singleton <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="4294967384.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="4294967384.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="4294967345.htm">Notification</a></li><li><a class="" href="4294967361.htm">Notifier</a></li><li><a class="" href="4294967368.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="4294967345.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="4294967361.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="4294967368.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="4294967329.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="4294967329.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/4294967329-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="4294967329.htm">Proxy</a><ul><li><a class="current" href="4294967329-Constructors.htm">Constructors</a><ul><li><a class="" href="4294967330.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="4294967330.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/4294967329-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="4294967329.htm">Proxy</a><ul><li><a class="current" href="4294967329-Fields.htm">Fields</a><ul><li><a class="" href="4294967342.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="4294967342.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/4294967329-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="4294967329.htm">Proxy</a><ul><li><a class="current" href="4294967329-Methods.htm">Methods</a><ul><li><a class="" href="4294967333.htm">OnRegister</a></li><li><a class="" href="4294967334.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="4294967333.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="4294967334.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/4294967329-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="4294967329.htm">Proxy</a><ul><li><a class="current" href="4294967329-Properties.htm">Properties</a><ul><li><a class="" href="4294974520.htm">Data</a></li><li><a class="" href="4294974514.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="4294974520.htm">Data</a></td><td><div class="summary">the data object</div></td></tr><tr><td><img src="styles/images/vsobject_properties.png" alt="public properties"/></td><td><a href="4294974514.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)