Mercurial > silverbladetech
annotate SilverlightGlimpse/Libs/GalaSoft.MvvmLight.SL5.XML @ 71:96e6fbd70f49
Latest version
author | Steven Hollidge <stevenhollidge@hotmail.com> |
---|---|
date | Mon, 23 Apr 2012 14:54:24 +0100 |
parents | 39ba36cc82c5 |
children |
rev | line source |
---|---|
70
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1 <?xml version="1.0"?> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
2 <doc> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
3 <assembly> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
4 <name>GalaSoft.MvvmLight.SL5</name> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
5 </assembly> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
6 <members> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
7 <member name="T:GalaSoft.MvvmLight.Command.RelayCommand`1"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
8 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
9 A generic command whose sole purpose is to relay its functionality to other |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
10 objects by invoking delegates. The default return value for the CanExecute |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
11 method is 'true'. This class allows you to accept command parameters in the |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
12 Execute and CanExecute callback methods. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
13 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
14 <typeparam name="T">The type of the command parameter.</typeparam> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
15 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
16 <member name="M:GalaSoft.MvvmLight.Command.RelayCommand`1.#ctor(System.Action{`0})"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
17 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
18 Initializes a new instance of the RelayCommand class that |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
19 can always execute. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
20 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
21 <param name="execute">The execution logic.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
22 <exception cref="T:System.ArgumentNullException">If the execute argument is null.</exception> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
23 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
24 <member name="M:GalaSoft.MvvmLight.Command.RelayCommand`1.#ctor(System.Action{`0},System.Func{`0,System.Boolean})"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
25 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
26 Initializes a new instance of the RelayCommand class. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
27 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
28 <param name="execute">The execution logic.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
29 <param name="canExecute">The execution status logic.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
30 <exception cref="T:System.ArgumentNullException">If the execute argument is null.</exception> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
31 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
32 <member name="M:GalaSoft.MvvmLight.Command.RelayCommand`1.RaiseCanExecuteChanged"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
33 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
34 Raises the <see cref="E:GalaSoft.MvvmLight.Command.RelayCommand`1.CanExecuteChanged"/> event. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
35 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
36 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
37 <member name="M:GalaSoft.MvvmLight.Command.RelayCommand`1.CanExecute(System.Object)"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
38 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
39 Defines the method that determines whether the command can execute in its current state. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
40 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
41 <param name="parameter">Data used by the command. If the command does not require data |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
42 to be passed, this object can be set to a null reference</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
43 <returns>true if this command can be executed; otherwise, false.</returns> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
44 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
45 <member name="M:GalaSoft.MvvmLight.Command.RelayCommand`1.Execute(System.Object)"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
46 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
47 Defines the method to be called when the command is invoked. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
48 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
49 <param name="parameter">Data used by the command. If the command does not require data |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
50 to be passed, this object can be set to a null reference</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
51 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
52 <member name="E:GalaSoft.MvvmLight.Command.RelayCommand`1.CanExecuteChanged"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
53 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
54 Occurs when changes occur that affect whether the command should execute. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
55 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
56 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
57 <member name="T:GalaSoft.MvvmLight.ObservableObject"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
58 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
59 A base class for objects of which the properties must be observable. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
60 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
61 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
62 <member name="M:GalaSoft.MvvmLight.ObservableObject.VerifyPropertyName(System.String)"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
63 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
64 Verifies that a property name exists in this ViewModel. This method |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
65 can be called before the property is used, for instance before |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
66 calling RaisePropertyChanged. It avoids errors when a property name |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
67 is changed but some places are missed. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
68 <para>This method is only active in DEBUG mode.</para> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
69 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
70 <param name="propertyName"></param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
71 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
72 <member name="M:GalaSoft.MvvmLight.ObservableObject.RaisePropertyChanging(System.String)"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
73 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
74 Raises the PropertyChanging event if needed. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
75 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
76 <remarks>If the propertyName parameter |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
77 does not correspond to an existing property on the current class, an |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
78 exception is thrown in DEBUG configuration only.</remarks> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
79 <param name="propertyName">The name of the property that |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
80 changed.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
81 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
82 <member name="M:GalaSoft.MvvmLight.ObservableObject.RaisePropertyChanged(System.String)"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
83 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
84 Raises the PropertyChanged event if needed. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
85 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
86 <remarks>If the propertyName parameter |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
87 does not correspond to an existing property on the current class, an |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
88 exception is thrown in DEBUG configuration only.</remarks> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
89 <param name="propertyName">The name of the property that |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
90 changed.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
91 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
92 <member name="M:GalaSoft.MvvmLight.ObservableObject.RaisePropertyChanging``1(System.Linq.Expressions.Expression{System.Func{``0}})"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
93 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
94 Raises the PropertyChanging event if needed. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
95 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
96 <typeparam name="T">The type of the property that |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
97 changes.</typeparam> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
98 <param name="propertyExpression">An expression identifying the property |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
99 that changes.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
100 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
101 <member name="M:GalaSoft.MvvmLight.ObservableObject.RaisePropertyChanged``1(System.Linq.Expressions.Expression{System.Func{``0}})"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
102 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
103 Raises the PropertyChanged event if needed. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
104 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
105 <typeparam name="T">The type of the property that |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
106 changed.</typeparam> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
107 <param name="propertyExpression">An expression identifying the property |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
108 that changed.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
109 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
110 <member name="M:GalaSoft.MvvmLight.ObservableObject.GetPropertyName``1(System.Linq.Expressions.Expression{System.Func{``0}})"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
111 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
112 Extracts the name of a property from an expression. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
113 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
114 <typeparam name="T">The type of the property.</typeparam> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
115 <param name="propertyExpression">An expression returning the property's name.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
116 <returns>The name of the property returned by the expression.</returns> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
117 <exception cref="T:System.ArgumentNullException">If the expression is null.</exception> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
118 <exception cref="T:System.ArgumentException">If the expression does not represent a property.</exception> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
119 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
120 <member name="M:GalaSoft.MvvmLight.ObservableObject.Set``1(System.Linq.Expressions.Expression{System.Func{``0}},``0@,``0)"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
121 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
122 Assigns a new value to the property. Then, raises the |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
123 PropertyChanged event if needed. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
124 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
125 <typeparam name="T">The type of the property that |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
126 changed.</typeparam> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
127 <param name="propertyExpression">An expression identifying the property |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
128 that changed.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
129 <param name="field">The field storing the property's value.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
130 <param name="newValue">The property's value after the change |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
131 occurred.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
132 <returns>True if the PropertyChanged event has been raised, |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
133 false otherwise. The event is not raised if the old |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
134 value is equal to the new value.</returns> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
135 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
136 <member name="M:GalaSoft.MvvmLight.ObservableObject.Set``1(System.String,``0@,``0)"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
137 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
138 Assigns a new value to the property. Then, raises the |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
139 PropertyChanged event if needed. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
140 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
141 <typeparam name="T">The type of the property that |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
142 changed.</typeparam> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
143 <param name="propertyName">The name of the property that |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
144 changed.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
145 <param name="field">The field storing the property's value.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
146 <param name="newValue">The property's value after the change |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
147 occurred.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
148 <returns>True if the PropertyChanged event has been raised, |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
149 false otherwise. The event is not raised if the old |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
150 value is equal to the new value.</returns> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
151 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
152 <member name="E:GalaSoft.MvvmLight.ObservableObject.PropertyChanged"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
153 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
154 Occurs after a property value changes. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
155 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
156 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
157 <member name="E:GalaSoft.MvvmLight.ObservableObject.PropertyChanging"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
158 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
159 Occurs before a property value changes. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
160 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
161 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
162 <member name="P:GalaSoft.MvvmLight.ObservableObject.PropertyChangedHandler"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
163 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
164 Provides access to the PropertyChanged event handler to derived classes. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
165 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
166 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
167 <member name="P:GalaSoft.MvvmLight.ObservableObject.PropertyChangingHandler"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
168 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
169 Provides access to the PropertyChanging event handler to derived classes. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
170 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
171 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
172 <member name="T:GalaSoft.MvvmLight.Messaging.NotificationMessageWithCallback"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
173 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
174 Provides a message class with a built-in callback. When the recipient |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
175 is done processing the message, it can execute the callback to |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
176 notify the sender that it is done. Use the <see cref="M:GalaSoft.MvvmLight.Messaging.NotificationMessageWithCallback.Execute(System.Object[])"/> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
177 method to execute the callback. The callback method has one parameter. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
178 <seealso cref="T:GalaSoft.MvvmLight.Messaging.NotificationMessageAction"/> and |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
179 <seealso cref="T:GalaSoft.MvvmLight.Messaging.NotificationMessageAction`1"/>. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
180 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
181 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
182 <member name="T:GalaSoft.MvvmLight.Messaging.NotificationMessage"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
183 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
184 Passes a string message (Notification) to a recipient. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
185 <para>Typically, notifications are defined as unique strings in a static class. To define |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
186 a unique string, you can use Guid.NewGuid().ToString() or any other unique |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
187 identifier.</para> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
188 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
189 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
190 <member name="T:GalaSoft.MvvmLight.Messaging.MessageBase"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
191 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
192 Base class for all messages broadcasted by the Messenger. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
193 You can create your own message types by extending this class. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
194 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
195 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
196 <member name="M:GalaSoft.MvvmLight.Messaging.MessageBase.#ctor"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
197 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
198 Initializes a new instance of the MessageBase class. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
199 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
200 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
201 <member name="M:GalaSoft.MvvmLight.Messaging.MessageBase.#ctor(System.Object)"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
202 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
203 Initializes a new instance of the MessageBase class. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
204 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
205 <param name="sender">The message's original sender.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
206 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
207 <member name="M:GalaSoft.MvvmLight.Messaging.MessageBase.#ctor(System.Object,System.Object)"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
208 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
209 Initializes a new instance of the MessageBase class. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
210 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
211 <param name="sender">The message's original sender.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
212 <param name="target">The message's intended target. This parameter can be used |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
213 to give an indication as to whom the message was intended for. Of course |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
214 this is only an indication, amd may be null.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
215 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
216 <member name="P:GalaSoft.MvvmLight.Messaging.MessageBase.Sender"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
217 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
218 Gets or sets the message's sender. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
219 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
220 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
221 <member name="P:GalaSoft.MvvmLight.Messaging.MessageBase.Target"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
222 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
223 Gets or sets the message's intended target. This property can be used |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
224 to give an indication as to whom the message was intended for. Of course |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
225 this is only an indication, amd may be null. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
226 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
227 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
228 <member name="M:GalaSoft.MvvmLight.Messaging.NotificationMessage.#ctor(System.String)"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
229 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
230 Initializes a new instance of the NotificationMessage class. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
231 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
232 <param name="notification">A string containing any arbitrary message to be |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
233 passed to recipient(s)</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
234 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
235 <member name="M:GalaSoft.MvvmLight.Messaging.NotificationMessage.#ctor(System.Object,System.String)"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
236 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
237 Initializes a new instance of the NotificationMessage class. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
238 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
239 <param name="sender">The message's sender.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
240 <param name="notification">A string containing any arbitrary message to be |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
241 passed to recipient(s)</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
242 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
243 <member name="M:GalaSoft.MvvmLight.Messaging.NotificationMessage.#ctor(System.Object,System.Object,System.String)"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
244 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
245 Initializes a new instance of the NotificationMessage class. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
246 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
247 <param name="sender">The message's sender.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
248 <param name="target">The message's intended target. This parameter can be used |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
249 to give an indication as to whom the message was intended for. Of course |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
250 this is only an indication, amd may be null.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
251 <param name="notification">A string containing any arbitrary message to be |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
252 passed to recipient(s)</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
253 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
254 <member name="P:GalaSoft.MvvmLight.Messaging.NotificationMessage.Notification"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
255 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
256 Gets a string containing any arbitrary message to be |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
257 passed to recipient(s). |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
258 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
259 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
260 <member name="M:GalaSoft.MvvmLight.Messaging.NotificationMessageWithCallback.#ctor(System.String,System.Delegate)"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
261 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
262 Initializes a new instance of the <see cref="T:GalaSoft.MvvmLight.Messaging.NotificationMessageWithCallback"/> class. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
263 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
264 <param name="notification">An arbitrary string that will be |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
265 carried by the message.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
266 <param name="callback">The callback method that can be executed |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
267 by the recipient to notify the sender that the message has been |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
268 processed.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
269 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
270 <member name="M:GalaSoft.MvvmLight.Messaging.NotificationMessageWithCallback.#ctor(System.Object,System.String,System.Delegate)"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
271 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
272 Initializes a new instance of the <see cref="T:GalaSoft.MvvmLight.Messaging.NotificationMessageWithCallback"/> class. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
273 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
274 <param name="sender">The message's sender.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
275 <param name="notification">An arbitrary string that will be |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
276 carried by the message.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
277 <param name="callback">The callback method that can be executed |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
278 by the recipient to notify the sender that the message has been |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
279 processed.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
280 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
281 <member name="M:GalaSoft.MvvmLight.Messaging.NotificationMessageWithCallback.#ctor(System.Object,System.Object,System.String,System.Delegate)"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
282 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
283 Initializes a new instance of the <see cref="T:GalaSoft.MvvmLight.Messaging.NotificationMessageWithCallback"/> class. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
284 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
285 <param name="sender">The message's sender.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
286 <param name="target">The message's intended target. This parameter can be used |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
287 to give an indication as to whom the message was intended for. Of course |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
288 this is only an indication, amd may be null.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
289 <param name="notification">An arbitrary string that will be |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
290 carried by the message.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
291 <param name="callback">The callback method that can be executed |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
292 by the recipient to notify the sender that the message has been |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
293 processed.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
294 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
295 <member name="M:GalaSoft.MvvmLight.Messaging.NotificationMessageWithCallback.Execute(System.Object[])"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
296 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
297 Executes the callback that was provided with the message with an |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
298 arbitrary number of parameters. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
299 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
300 <param name="arguments">A number of parameters that will |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
301 be passed to the callback method.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
302 <returns>The object returned by the callback method.</returns> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
303 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
304 <member name="T:GalaSoft.MvvmLight.Messaging.NotificationMessageAction"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
305 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
306 Provides a message class with a built-in callback. When the recipient |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
307 is done processing the message, it can execute the callback to |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
308 notify the sender that it is done. Use the <see cref="M:GalaSoft.MvvmLight.Messaging.NotificationMessageAction.Execute"/> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
309 method to execute the callback. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
310 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
311 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
312 <member name="M:GalaSoft.MvvmLight.Messaging.NotificationMessageAction.#ctor(System.String,System.Action)"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
313 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
314 Initializes a new instance of the |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
315 <see cref="T:GalaSoft.MvvmLight.Messaging.NotificationMessageAction"/> class. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
316 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
317 <param name="notification">An arbitrary string that will be |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
318 carried by the message.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
319 <param name="callback">The callback method that can be executed |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
320 by the recipient to notify the sender that the message has been |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
321 processed.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
322 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
323 <member name="M:GalaSoft.MvvmLight.Messaging.NotificationMessageAction.#ctor(System.Object,System.String,System.Action)"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
324 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
325 Initializes a new instance of the |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
326 <see cref="T:GalaSoft.MvvmLight.Messaging.NotificationMessageAction"/> class. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
327 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
328 <param name="sender">The message's sender.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
329 <param name="notification">An arbitrary string that will be |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
330 carried by the message.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
331 <param name="callback">The callback method that can be executed |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
332 by the recipient to notify the sender that the message has been |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
333 processed.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
334 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
335 <member name="M:GalaSoft.MvvmLight.Messaging.NotificationMessageAction.#ctor(System.Object,System.Object,System.String,System.Action)"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
336 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
337 Initializes a new instance of the |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
338 <see cref="T:GalaSoft.MvvmLight.Messaging.NotificationMessageAction"/> class. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
339 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
340 <param name="sender">The message's sender.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
341 <param name="target">The message's intended target. This parameter can be used |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
342 to give an indication as to whom the message was intended for. Of course |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
343 this is only an indication, amd may be null.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
344 <param name="notification">An arbitrary string that will be |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
345 carried by the message.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
346 <param name="callback">The callback method that can be executed |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
347 by the recipient to notify the sender that the message has been |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
348 processed.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
349 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
350 <member name="M:GalaSoft.MvvmLight.Messaging.NotificationMessageAction.Execute"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
351 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
352 Executes the callback that was provided with the message. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
353 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
354 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
355 <member name="T:GalaSoft.MvvmLight.Messaging.PropertyChangedMessageBase"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
356 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
357 Basis class for the <see cref="T:GalaSoft.MvvmLight.Messaging.PropertyChangedMessage`1"/> class. This |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
358 class allows a recipient to register for all PropertyChangedMessages without |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
359 having to specify the type T. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
360 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
361 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
362 <member name="M:GalaSoft.MvvmLight.Messaging.PropertyChangedMessageBase.#ctor(System.Object,System.String)"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
363 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
364 Initializes a new instance of the <see cref="T:GalaSoft.MvvmLight.Messaging.PropertyChangedMessageBase"/> class. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
365 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
366 <param name="sender">The message's sender.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
367 <param name="propertyName">The name of the property that changed.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
368 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
369 <member name="M:GalaSoft.MvvmLight.Messaging.PropertyChangedMessageBase.#ctor(System.Object,System.Object,System.String)"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
370 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
371 Initializes a new instance of the <see cref="T:GalaSoft.MvvmLight.Messaging.PropertyChangedMessageBase"/> class. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
372 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
373 <param name="sender">The message's sender.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
374 <param name="target">The message's intended target. This parameter can be used |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
375 to give an indication as to whom the message was intended for. Of course |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
376 this is only an indication, amd may be null.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
377 <param name="propertyName">The name of the property that changed.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
378 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
379 <member name="M:GalaSoft.MvvmLight.Messaging.PropertyChangedMessageBase.#ctor(System.String)"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
380 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
381 Initializes a new instance of the <see cref="T:GalaSoft.MvvmLight.Messaging.PropertyChangedMessageBase"/> class. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
382 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
383 <param name="propertyName">The name of the property that changed.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
384 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
385 <member name="P:GalaSoft.MvvmLight.Messaging.PropertyChangedMessageBase.PropertyName"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
386 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
387 Gets or sets the name of the property that changed. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
388 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
389 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
390 <member name="T:GalaSoft.MvvmLight.Helpers.WeakAction"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
391 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
392 Stores an <see cref="T:System.Action"/> without causing a hard reference |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
393 to be created to the Action's owner. The owner can be garbage collected at any time. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
394 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
395 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
396 <member name="M:GalaSoft.MvvmLight.Helpers.WeakAction.#ctor"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
397 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
398 Initializes an empty instance of the <see cref="T:GalaSoft.MvvmLight.Helpers.WeakAction"/> class. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
399 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
400 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
401 <member name="M:GalaSoft.MvvmLight.Helpers.WeakAction.#ctor(System.Action)"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
402 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
403 Initializes a new instance of the <see cref="T:GalaSoft.MvvmLight.Helpers.WeakAction"/> class. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
404 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
405 <param name="action">The action that will be associated to this instance.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
406 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
407 <member name="M:GalaSoft.MvvmLight.Helpers.WeakAction.#ctor(System.Object,System.Action)"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
408 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
409 Initializes a new instance of the <see cref="T:GalaSoft.MvvmLight.Helpers.WeakAction"/> class. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
410 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
411 <param name="target">The action's owner.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
412 <param name="action">The action that will be associated to this instance.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
413 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
414 <member name="M:GalaSoft.MvvmLight.Helpers.WeakAction.Execute"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
415 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
416 Executes the action. This only happens if the action's owner |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
417 is still alive. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
418 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
419 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
420 <member name="M:GalaSoft.MvvmLight.Helpers.WeakAction.MarkForDeletion"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
421 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
422 Sets the reference that this instance stores to null. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
423 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
424 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
425 <member name="P:GalaSoft.MvvmLight.Helpers.WeakAction.Method"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
426 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
427 Gets or sets the <see cref="T:System.Reflection.MethodInfo"/> corresponding to this WeakAction's |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
428 method passed in the constructor. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
429 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
430 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
431 <member name="P:GalaSoft.MvvmLight.Helpers.WeakAction.MethodName"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
432 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
433 Gets the name of the method that this WeakAction represents. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
434 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
435 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
436 <member name="P:GalaSoft.MvvmLight.Helpers.WeakAction.ActionReference"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
437 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
438 Gets or sets a WeakReference to this WeakAction's action's target. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
439 This is not necessarily the same as |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
440 <see cref="P:GalaSoft.MvvmLight.Helpers.WeakAction.Reference"/>, for example if the |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
441 method is anonymous. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
442 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
443 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
444 <member name="P:GalaSoft.MvvmLight.Helpers.WeakAction.Reference"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
445 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
446 Gets or sets a WeakReference to the target passed when constructing |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
447 the WeakAction. This is not necessarily the same as |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
448 <see cref="P:GalaSoft.MvvmLight.Helpers.WeakAction.ActionReference"/>, for example if the |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
449 method is anonymous. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
450 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
451 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
452 <member name="P:GalaSoft.MvvmLight.Helpers.WeakAction.IsAlive"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
453 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
454 Gets a value indicating whether the Action's owner is still alive, or if it was collected |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
455 by the Garbage Collector already. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
456 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
457 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
458 <member name="P:GalaSoft.MvvmLight.Helpers.WeakAction.Target"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
459 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
460 Gets the Action's owner. This object is stored as a |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
461 <see cref="T:System.WeakReference"/>. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
462 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
463 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
464 <member name="P:GalaSoft.MvvmLight.Helpers.WeakAction.ActionTarget"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
465 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
466 |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
467 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
468 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
469 <member name="T:GalaSoft.MvvmLight.Messaging.NotificationMessage`1"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
470 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
471 Passes a string message (Notification) and a generic value (Content) to a recipient. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
472 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
473 <typeparam name="T">The type of the Content property.</typeparam> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
474 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
475 <member name="T:GalaSoft.MvvmLight.Messaging.GenericMessage`1"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
476 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
477 Passes a generic value (Content) to a recipient. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
478 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
479 <typeparam name="T">The type of the Content property.</typeparam> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
480 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
481 <member name="M:GalaSoft.MvvmLight.Messaging.GenericMessage`1.#ctor(`0)"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
482 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
483 Initializes a new instance of the GenericMessage class. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
484 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
485 <param name="content">The message content.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
486 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
487 <member name="M:GalaSoft.MvvmLight.Messaging.GenericMessage`1.#ctor(System.Object,`0)"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
488 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
489 Initializes a new instance of the GenericMessage class. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
490 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
491 <param name="sender">The message's sender.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
492 <param name="content">The message content.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
493 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
494 <member name="M:GalaSoft.MvvmLight.Messaging.GenericMessage`1.#ctor(System.Object,System.Object,`0)"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
495 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
496 Initializes a new instance of the GenericMessage class. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
497 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
498 <param name="sender">The message's sender.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
499 <param name="target">The message's intended target. This parameter can be used |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
500 to give an indication as to whom the message was intended for. Of course |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
501 this is only an indication, amd may be null.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
502 <param name="content">The message content.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
503 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
504 <member name="P:GalaSoft.MvvmLight.Messaging.GenericMessage`1.Content"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
505 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
506 Gets or sets the message's content. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
507 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
508 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
509 <member name="M:GalaSoft.MvvmLight.Messaging.NotificationMessage`1.#ctor(`0,System.String)"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
510 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
511 Initializes a new instance of the NotificationMessage class. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
512 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
513 <param name="content">A value to be passed to recipient(s).</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
514 <param name="notification">A string containing any arbitrary message to be |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
515 passed to recipient(s)</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
516 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
517 <member name="M:GalaSoft.MvvmLight.Messaging.NotificationMessage`1.#ctor(System.Object,`0,System.String)"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
518 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
519 Initializes a new instance of the NotificationMessage class. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
520 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
521 <param name="sender">The message's sender.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
522 <param name="content">A value to be passed to recipient(s).</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
523 <param name="notification">A string containing any arbitrary message to be |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
524 passed to recipient(s)</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
525 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
526 <member name="M:GalaSoft.MvvmLight.Messaging.NotificationMessage`1.#ctor(System.Object,System.Object,`0,System.String)"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
527 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
528 Initializes a new instance of the NotificationMessage class. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
529 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
530 <param name="sender">The message's sender.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
531 <param name="target">The message's intended target. This parameter can be used |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
532 to give an indication as to whom the message was intended for. Of course |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
533 this is only an indication, amd may be null.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
534 <param name="content">A value to be passed to recipient(s).</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
535 <param name="notification">A string containing any arbitrary message to be |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
536 passed to recipient(s)</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
537 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
538 <member name="P:GalaSoft.MvvmLight.Messaging.NotificationMessage`1.Notification"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
539 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
540 Gets a string containing any arbitrary message to be |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
541 passed to recipient(s). |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
542 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
543 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
544 <member name="T:GalaSoft.MvvmLight.Messaging.Messenger"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
545 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
546 The Messenger is a class allowing objects to exchange messages. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
547 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
548 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
549 <member name="T:GalaSoft.MvvmLight.Messaging.IMessenger"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
550 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
551 The Messenger is a class allowing objects to exchange messages. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
552 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
553 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
554 <member name="M:GalaSoft.MvvmLight.Messaging.IMessenger.Register``1(System.Object,System.Action{``0})"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
555 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
556 Registers a recipient for a type of message TMessage. The action |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
557 parameter will be executed when a corresponding message is sent. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
558 <para>Registering a recipient does not create a hard reference to it, |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
559 so if this recipient is deleted, no memory leak is caused.</para> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
560 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
561 <typeparam name="TMessage">The type of message that the recipient registers |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
562 for.</typeparam> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
563 <param name="recipient">The recipient that will receive the messages.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
564 <param name="action">The action that will be executed when a message |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
565 of type TMessage is sent.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
566 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
567 <member name="M:GalaSoft.MvvmLight.Messaging.IMessenger.Register``1(System.Object,System.Object,System.Action{``0})"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
568 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
569 Registers a recipient for a type of message TMessage. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
570 The action parameter will be executed when a corresponding |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
571 message is sent. See the receiveDerivedMessagesToo parameter |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
572 for details on how messages deriving from TMessage (or, if TMessage is an interface, |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
573 messages implementing TMessage) can be received too. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
574 <para>Registering a recipient does not create a hard reference to it, |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
575 so if this recipient is deleted, no memory leak is caused.</para> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
576 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
577 <typeparam name="TMessage">The type of message that the recipient registers |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
578 for.</typeparam> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
579 <param name="recipient">The recipient that will receive the messages.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
580 <param name="token">A token for a messaging channel. If a recipient registers |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
581 using a token, and a sender sends a message using the same token, then this |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
582 message will be delivered to the recipient. Other recipients who did not |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
583 use a token when registering (or who used a different token) will not |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
584 get the message. Similarly, messages sent without any token, or with a different |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
585 token, will not be delivered to that recipient.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
586 <param name="action">The action that will be executed when a message |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
587 of type TMessage is sent.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
588 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
589 <member name="M:GalaSoft.MvvmLight.Messaging.IMessenger.Register``1(System.Object,System.Object,System.Boolean,System.Action{``0})"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
590 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
591 Registers a recipient for a type of message TMessage. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
592 The action parameter will be executed when a corresponding |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
593 message is sent. See the receiveDerivedMessagesToo parameter |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
594 for details on how messages deriving from TMessage (or, if TMessage is an interface, |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
595 messages implementing TMessage) can be received too. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
596 <para>Registering a recipient does not create a hard reference to it, |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
597 so if this recipient is deleted, no memory leak is caused.</para> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
598 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
599 <typeparam name="TMessage">The type of message that the recipient registers |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
600 for.</typeparam> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
601 <param name="recipient">The recipient that will receive the messages.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
602 <param name="token">A token for a messaging channel. If a recipient registers |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
603 using a token, and a sender sends a message using the same token, then this |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
604 message will be delivered to the recipient. Other recipients who did not |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
605 use a token when registering (or who used a different token) will not |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
606 get the message. Similarly, messages sent without any token, or with a different |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
607 token, will not be delivered to that recipient.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
608 <param name="receiveDerivedMessagesToo">If true, message types deriving from |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
609 TMessage will also be transmitted to the recipient. For example, if a SendOrderMessage |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
610 and an ExecuteOrderMessage derive from OrderMessage, registering for OrderMessage |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
611 and setting receiveDerivedMessagesToo to true will send SendOrderMessage |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
612 and ExecuteOrderMessage to the recipient that registered. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
613 <para>Also, if TMessage is an interface, message types implementing TMessage will also be |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
614 transmitted to the recipient. For example, if a SendOrderMessage |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
615 and an ExecuteOrderMessage implement IOrderMessage, registering for IOrderMessage |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
616 and setting receiveDerivedMessagesToo to true will send SendOrderMessage |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
617 and ExecuteOrderMessage to the recipient that registered.</para> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
618 </param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
619 <param name="action">The action that will be executed when a message |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
620 of type TMessage is sent.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
621 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
622 <member name="M:GalaSoft.MvvmLight.Messaging.IMessenger.Register``1(System.Object,System.Boolean,System.Action{``0})"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
623 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
624 Registers a recipient for a type of message TMessage. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
625 The action parameter will be executed when a corresponding |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
626 message is sent. See the receiveDerivedMessagesToo parameter |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
627 for details on how messages deriving from TMessage (or, if TMessage is an interface, |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
628 messages implementing TMessage) can be received too. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
629 <para>Registering a recipient does not create a hard reference to it, |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
630 so if this recipient is deleted, no memory leak is caused.</para> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
631 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
632 <typeparam name="TMessage">The type of message that the recipient registers |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
633 for.</typeparam> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
634 <param name="recipient">The recipient that will receive the messages.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
635 <param name="receiveDerivedMessagesToo">If true, message types deriving from |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
636 TMessage will also be transmitted to the recipient. For example, if a SendOrderMessage |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
637 and an ExecuteOrderMessage derive from OrderMessage, registering for OrderMessage |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
638 and setting receiveDerivedMessagesToo to true will send SendOrderMessage |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
639 and ExecuteOrderMessage to the recipient that registered. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
640 <para>Also, if TMessage is an interface, message types implementing TMessage will also be |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
641 transmitted to the recipient. For example, if a SendOrderMessage |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
642 and an ExecuteOrderMessage implement IOrderMessage, registering for IOrderMessage |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
643 and setting receiveDerivedMessagesToo to true will send SendOrderMessage |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
644 and ExecuteOrderMessage to the recipient that registered.</para> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
645 </param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
646 <param name="action">The action that will be executed when a message |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
647 of type TMessage is sent.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
648 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
649 <member name="M:GalaSoft.MvvmLight.Messaging.IMessenger.Send``1(``0)"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
650 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
651 Sends a message to registered recipients. The message will |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
652 reach all recipients that registered for this message type |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
653 using one of the Register methods. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
654 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
655 <typeparam name="TMessage">The type of message that will be sent.</typeparam> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
656 <param name="message">The message to send to registered recipients.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
657 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
658 <member name="M:GalaSoft.MvvmLight.Messaging.IMessenger.Send``2(``0)"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
659 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
660 Sends a message to registered recipients. The message will |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
661 reach only recipients that registered for this message type |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
662 using one of the Register methods, and that are |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
663 of the targetType. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
664 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
665 <typeparam name="TMessage">The type of message that will be sent.</typeparam> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
666 <typeparam name="TTarget">The type of recipients that will receive |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
667 the message. The message won't be sent to recipients of another type.</typeparam> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
668 <param name="message">The message to send to registered recipients.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
669 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
670 <member name="M:GalaSoft.MvvmLight.Messaging.IMessenger.Send``1(``0,System.Object)"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
671 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
672 Sends a message to registered recipients. The message will |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
673 reach only recipients that registered for this message type |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
674 using one of the Register methods, and that are |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
675 of the targetType. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
676 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
677 <typeparam name="TMessage">The type of message that will be sent.</typeparam> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
678 <param name="message">The message to send to registered recipients.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
679 <param name="token">A token for a messaging channel. If a recipient registers |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
680 using a token, and a sender sends a message using the same token, then this |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
681 message will be delivered to the recipient. Other recipients who did not |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
682 use a token when registering (or who used a different token) will not |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
683 get the message. Similarly, messages sent without any token, or with a different |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
684 token, will not be delivered to that recipient.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
685 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
686 <member name="M:GalaSoft.MvvmLight.Messaging.IMessenger.Unregister(System.Object)"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
687 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
688 Unregisters a messager recipient completely. After this method |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
689 is executed, the recipient will not receive any messages anymore. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
690 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
691 <param name="recipient">The recipient that must be unregistered.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
692 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
693 <member name="M:GalaSoft.MvvmLight.Messaging.IMessenger.Unregister``1(System.Object)"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
694 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
695 Unregisters a message recipient for a given type of messages only. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
696 After this method is executed, the recipient will not receive messages |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
697 of type TMessage anymore, but will still receive other message types (if it |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
698 registered for them previously). |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
699 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
700 <typeparam name="TMessage">The type of messages that the recipient wants |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
701 to unregister from.</typeparam> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
702 <param name="recipient">The recipient that must be unregistered.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
703 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
704 <member name="M:GalaSoft.MvvmLight.Messaging.IMessenger.Unregister``1(System.Object,System.Object)"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
705 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
706 Unregisters a message recipient for a given type of messages only and for a given token. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
707 After this method is executed, the recipient will not receive messages |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
708 of type TMessage anymore with the given token, but will still receive other message types |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
709 or messages with other tokens (if it registered for them previously). |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
710 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
711 <param name="recipient">The recipient that must be unregistered.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
712 <param name="token">The token for which the recipient must be unregistered.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
713 <typeparam name="TMessage">The type of messages that the recipient wants |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
714 to unregister from.</typeparam> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
715 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
716 <member name="M:GalaSoft.MvvmLight.Messaging.IMessenger.Unregister``1(System.Object,System.Action{``0})"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
717 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
718 Unregisters a message recipient for a given type of messages and for |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
719 a given action. Other message types will still be transmitted to the |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
720 recipient (if it registered for them previously). Other actions that have |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
721 been registered for the message type TMessage and for the given recipient (if |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
722 available) will also remain available. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
723 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
724 <typeparam name="TMessage">The type of messages that the recipient wants |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
725 to unregister from.</typeparam> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
726 <param name="recipient">The recipient that must be unregistered.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
727 <param name="action">The action that must be unregistered for |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
728 the recipient and for the message type TMessage.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
729 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
730 <member name="M:GalaSoft.MvvmLight.Messaging.IMessenger.Unregister``1(System.Object,System.Object,System.Action{``0})"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
731 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
732 Unregisters a message recipient for a given type of messages, for |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
733 a given action and a given token. Other message types will still be transmitted to the |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
734 recipient (if it registered for them previously). Other actions that have |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
735 been registered for the message type TMessage, for the given recipient and other tokens (if |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
736 available) will also remain available. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
737 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
738 <typeparam name="TMessage">The type of messages that the recipient wants |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
739 to unregister from.</typeparam> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
740 <param name="recipient">The recipient that must be unregistered.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
741 <param name="token">The token for which the recipient must be unregistered.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
742 <param name="action">The action that must be unregistered for |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
743 the recipient and for the message type TMessage.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
744 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
745 <member name="M:GalaSoft.MvvmLight.Messaging.Messenger.Register``1(System.Object,System.Action{``0})"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
746 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
747 Registers a recipient for a type of message TMessage. The action |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
748 parameter will be executed when a corresponding message is sent. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
749 <para>Registering a recipient does not create a hard reference to it, |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
750 so if this recipient is deleted, no memory leak is caused.</para> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
751 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
752 <typeparam name="TMessage">The type of message that the recipient registers |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
753 for.</typeparam> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
754 <param name="recipient">The recipient that will receive the messages.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
755 <param name="action">The action that will be executed when a message |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
756 of type TMessage is sent.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
757 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
758 <member name="M:GalaSoft.MvvmLight.Messaging.Messenger.Register``1(System.Object,System.Boolean,System.Action{``0})"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
759 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
760 Registers a recipient for a type of message TMessage. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
761 The action parameter will be executed when a corresponding |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
762 message is sent. See the receiveDerivedMessagesToo parameter |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
763 for details on how messages deriving from TMessage (or, if TMessage is an interface, |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
764 messages implementing TMessage) can be received too. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
765 <para>Registering a recipient does not create a hard reference to it, |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
766 so if this recipient is deleted, no memory leak is caused.</para> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
767 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
768 <typeparam name="TMessage">The type of message that the recipient registers |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
769 for.</typeparam> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
770 <param name="recipient">The recipient that will receive the messages.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
771 <param name="receiveDerivedMessagesToo">If true, message types deriving from |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
772 TMessage will also be transmitted to the recipient. For example, if a SendOrderMessage |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
773 and an ExecuteOrderMessage derive from OrderMessage, registering for OrderMessage |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
774 and setting receiveDerivedMessagesToo to true will send SendOrderMessage |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
775 and ExecuteOrderMessage to the recipient that registered. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
776 <para>Also, if TMessage is an interface, message types implementing TMessage will also be |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
777 transmitted to the recipient. For example, if a SendOrderMessage |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
778 and an ExecuteOrderMessage implement IOrderMessage, registering for IOrderMessage |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
779 and setting receiveDerivedMessagesToo to true will send SendOrderMessage |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
780 and ExecuteOrderMessage to the recipient that registered.</para> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
781 </param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
782 <param name="action">The action that will be executed when a message |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
783 of type TMessage is sent.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
784 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
785 <member name="M:GalaSoft.MvvmLight.Messaging.Messenger.Register``1(System.Object,System.Object,System.Action{``0})"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
786 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
787 Registers a recipient for a type of message TMessage. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
788 The action parameter will be executed when a corresponding |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
789 message is sent. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
790 <para>Registering a recipient does not create a hard reference to it, |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
791 so if this recipient is deleted, no memory leak is caused.</para> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
792 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
793 <typeparam name="TMessage">The type of message that the recipient registers |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
794 for.</typeparam> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
795 <param name="recipient">The recipient that will receive the messages.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
796 <param name="token">A token for a messaging channel. If a recipient registers |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
797 using a token, and a sender sends a message using the same token, then this |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
798 message will be delivered to the recipient. Other recipients who did not |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
799 use a token when registering (or who used a different token) will not |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
800 get the message. Similarly, messages sent without any token, or with a different |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
801 token, will not be delivered to that recipient.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
802 <param name="action">The action that will be executed when a message |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
803 of type TMessage is sent.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
804 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
805 <member name="M:GalaSoft.MvvmLight.Messaging.Messenger.Register``1(System.Object,System.Object,System.Boolean,System.Action{``0})"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
806 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
807 Registers a recipient for a type of message TMessage. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
808 The action parameter will be executed when a corresponding |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
809 message is sent. See the receiveDerivedMessagesToo parameter |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
810 for details on how messages deriving from TMessage (or, if TMessage is an interface, |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
811 messages implementing TMessage) can be received too. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
812 <para>Registering a recipient does not create a hard reference to it, |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
813 so if this recipient is deleted, no memory leak is caused.</para> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
814 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
815 <typeparam name="TMessage">The type of message that the recipient registers |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
816 for.</typeparam> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
817 <param name="recipient">The recipient that will receive the messages.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
818 <param name="token">A token for a messaging channel. If a recipient registers |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
819 using a token, and a sender sends a message using the same token, then this |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
820 message will be delivered to the recipient. Other recipients who did not |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
821 use a token when registering (or who used a different token) will not |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
822 get the message. Similarly, messages sent without any token, or with a different |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
823 token, will not be delivered to that recipient.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
824 <param name="receiveDerivedMessagesToo">If true, message types deriving from |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
825 TMessage will also be transmitted to the recipient. For example, if a SendOrderMessage |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
826 and an ExecuteOrderMessage derive from OrderMessage, registering for OrderMessage |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
827 and setting receiveDerivedMessagesToo to true will send SendOrderMessage |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
828 and ExecuteOrderMessage to the recipient that registered. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
829 <para>Also, if TMessage is an interface, message types implementing TMessage will also be |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
830 transmitted to the recipient. For example, if a SendOrderMessage |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
831 and an ExecuteOrderMessage implement IOrderMessage, registering for IOrderMessage |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
832 and setting receiveDerivedMessagesToo to true will send SendOrderMessage |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
833 and ExecuteOrderMessage to the recipient that registered.</para> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
834 </param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
835 <param name="action">The action that will be executed when a message |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
836 of type TMessage is sent.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
837 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
838 <member name="M:GalaSoft.MvvmLight.Messaging.Messenger.Send``1(``0)"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
839 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
840 Sends a message to registered recipients. The message will |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
841 reach all recipients that registered for this message type |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
842 using one of the Register methods. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
843 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
844 <typeparam name="TMessage">The type of message that will be sent.</typeparam> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
845 <param name="message">The message to send to registered recipients.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
846 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
847 <member name="M:GalaSoft.MvvmLight.Messaging.Messenger.Send``2(``0)"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
848 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
849 Sends a message to registered recipients. The message will |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
850 reach only recipients that registered for this message type |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
851 using one of the Register methods, and that are |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
852 of the targetType. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
853 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
854 <typeparam name="TMessage">The type of message that will be sent.</typeparam> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
855 <typeparam name="TTarget">The type of recipients that will receive |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
856 the message. The message won't be sent to recipients of another type.</typeparam> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
857 <param name="message">The message to send to registered recipients.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
858 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
859 <member name="M:GalaSoft.MvvmLight.Messaging.Messenger.Send``1(``0,System.Object)"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
860 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
861 Sends a message to registered recipients. The message will |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
862 reach only recipients that registered for this message type |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
863 using one of the Register methods, and that are |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
864 of the targetType. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
865 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
866 <typeparam name="TMessage">The type of message that will be sent.</typeparam> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
867 <param name="message">The message to send to registered recipients.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
868 <param name="token">A token for a messaging channel. If a recipient registers |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
869 using a token, and a sender sends a message using the same token, then this |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
870 message will be delivered to the recipient. Other recipients who did not |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
871 use a token when registering (or who used a different token) will not |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
872 get the message. Similarly, messages sent without any token, or with a different |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
873 token, will not be delivered to that recipient.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
874 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
875 <member name="M:GalaSoft.MvvmLight.Messaging.Messenger.Unregister(System.Object)"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
876 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
877 Unregisters a messager recipient completely. After this method |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
878 is executed, the recipient will not receive any messages anymore. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
879 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
880 <param name="recipient">The recipient that must be unregistered.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
881 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
882 <member name="M:GalaSoft.MvvmLight.Messaging.Messenger.Unregister``1(System.Object)"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
883 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
884 Unregisters a message recipient for a given type of messages only. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
885 After this method is executed, the recipient will not receive messages |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
886 of type TMessage anymore, but will still receive other message types (if it |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
887 registered for them previously). |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
888 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
889 <param name="recipient">The recipient that must be unregistered.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
890 <typeparam name="TMessage">The type of messages that the recipient wants |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
891 to unregister from.</typeparam> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
892 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
893 <member name="M:GalaSoft.MvvmLight.Messaging.Messenger.Unregister``1(System.Object,System.Object)"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
894 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
895 Unregisters a message recipient for a given type of messages only and for a given token. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
896 After this method is executed, the recipient will not receive messages |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
897 of type TMessage anymore with the given token, but will still receive other message types |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
898 or messages with other tokens (if it registered for them previously). |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
899 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
900 <param name="recipient">The recipient that must be unregistered.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
901 <param name="token">The token for which the recipient must be unregistered.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
902 <typeparam name="TMessage">The type of messages that the recipient wants |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
903 to unregister from.</typeparam> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
904 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
905 <member name="M:GalaSoft.MvvmLight.Messaging.Messenger.Unregister``1(System.Object,System.Action{``0})"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
906 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
907 Unregisters a message recipient for a given type of messages and for |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
908 a given action. Other message types will still be transmitted to the |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
909 recipient (if it registered for them previously). Other actions that have |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
910 been registered for the message type TMessage and for the given recipient (if |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
911 available) will also remain available. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
912 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
913 <typeparam name="TMessage">The type of messages that the recipient wants |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
914 to unregister from.</typeparam> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
915 <param name="recipient">The recipient that must be unregistered.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
916 <param name="action">The action that must be unregistered for |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
917 the recipient and for the message type TMessage.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
918 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
919 <member name="M:GalaSoft.MvvmLight.Messaging.Messenger.Unregister``1(System.Object,System.Object,System.Action{``0})"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
920 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
921 Unregisters a message recipient for a given type of messages, for |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
922 a given action and a given token. Other message types will still be transmitted to the |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
923 recipient (if it registered for them previously). Other actions that have |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
924 been registered for the message type TMessage, for the given recipient and other tokens (if |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
925 available) will also remain available. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
926 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
927 <typeparam name="TMessage">The type of messages that the recipient wants |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
928 to unregister from.</typeparam> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
929 <param name="recipient">The recipient that must be unregistered.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
930 <param name="token">The token for which the recipient must be unregistered.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
931 <param name="action">The action that must be unregistered for |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
932 the recipient and for the message type TMessage.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
933 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
934 <member name="M:GalaSoft.MvvmLight.Messaging.Messenger.OverrideDefault(GalaSoft.MvvmLight.Messaging.IMessenger)"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
935 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
936 Provides a way to override the Messenger.Default instance with |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
937 a custom instance, for example for unit testing purposes. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
938 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
939 <param name="newMessenger">The instance that will be used as Messenger.Default.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
940 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
941 <member name="M:GalaSoft.MvvmLight.Messaging.Messenger.Reset"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
942 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
943 Sets the Messenger's default (static) instance to null. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
944 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
945 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
946 <member name="M:GalaSoft.MvvmLight.Messaging.Messenger.ResetAll"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
947 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
948 Provides a non-static access to the static <see cref="M:GalaSoft.MvvmLight.Messaging.Messenger.Reset"/> method. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
949 Sets the Messenger's default (static) instance to null. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
950 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
951 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
952 <member name="M:GalaSoft.MvvmLight.Messaging.Messenger.RequestCleanup"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
953 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
954 Notifies the Messenger that the lists of recipients should |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
955 be scanned and cleaned up. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
956 Since recipients are stored as <see cref="T:System.WeakReference"/>, |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
957 recipients can be garbage collected even though the Messenger keeps |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
958 them in a list. During the cleanup operation, all "dead" |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
959 recipients are removed from the lists. Since this operation |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
960 can take a moment, it is only executed when the application is |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
961 idle. For this reason, a user of the Messenger class should use |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
962 <see cref="M:GalaSoft.MvvmLight.Messaging.Messenger.RequestCleanup"/> instead of forcing one with the |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
963 <see cref="M:GalaSoft.MvvmLight.Messaging.Messenger.Cleanup"/> method. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
964 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
965 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
966 <member name="M:GalaSoft.MvvmLight.Messaging.Messenger.Cleanup"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
967 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
968 Scans the recipients' lists for "dead" instances and removes them. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
969 Since recipients are stored as <see cref="T:System.WeakReference"/>, |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
970 recipients can be garbage collected even though the Messenger keeps |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
971 them in a list. During the cleanup operation, all "dead" |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
972 recipients are removed from the lists. Since this operation |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
973 can take a moment, it is only executed when the application is |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
974 idle. For this reason, a user of the Messenger class should use |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
975 <see cref="M:GalaSoft.MvvmLight.Messaging.Messenger.RequestCleanup"/> instead of forcing one with the |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
976 <see cref="M:GalaSoft.MvvmLight.Messaging.Messenger.Cleanup"/> method. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
977 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
978 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
979 <member name="P:GalaSoft.MvvmLight.Messaging.Messenger.Default"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
980 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
981 Gets the Messenger's default instance, allowing |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
982 to register and send messages in a static manner. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
983 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
984 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
985 <member name="T:GalaSoft.MvvmLight.Helpers.IExecuteWithObjectAndResult"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
986 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
987 This interface is meant for the <see cref="T:GalaSoft.MvvmLight.Helpers.WeakFunc`1"/> class and can be |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
988 useful if you store multiple WeakFunc{T} instances but don't know in advance |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
989 what type T represents. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
990 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
991 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
992 <member name="M:GalaSoft.MvvmLight.Helpers.IExecuteWithObjectAndResult.ExecuteWithObject(System.Object)"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
993 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
994 Executes a func and returns the result. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
995 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
996 <param name="parameter">A parameter passed as an object, |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
997 to be casted to the appropriate type.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
998 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
999 <member name="T:GalaSoft.MvvmLight.Messaging.DialogMessage"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1000 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1001 Use this class to send a message requesting to display a message box with features |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1002 corresponding to this message's properties. The Callback property should be used |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1003 to notify the message's sender about the user's choice in the message box. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1004 Typically, you can use this message typ's recipient will be an element of the View, |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1005 and the sender will possibly be a ViewModel. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1006 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1007 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1008 <member name="M:GalaSoft.MvvmLight.Messaging.DialogMessage.#ctor(System.String,System.Action{System.Windows.MessageBoxResult})"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1009 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1010 Initializes a new instance of the DialogMessage class. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1011 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1012 <param name="content">The text displayed by the message box.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1013 <param name="callback">A callback method that should be executed to deliver the result |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1014 of the message box to the object that sent the message.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1015 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1016 <member name="M:GalaSoft.MvvmLight.Messaging.DialogMessage.#ctor(System.Object,System.String,System.Action{System.Windows.MessageBoxResult})"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1017 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1018 Initializes a new instance of the DialogMessage class. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1019 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1020 <param name="sender">The message's original sender.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1021 <param name="content">The text displayed by the message box.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1022 <param name="callback">A callback method that should be executed to deliver the result |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1023 of the message box to the object that sent the message.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1024 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1025 <member name="M:GalaSoft.MvvmLight.Messaging.DialogMessage.#ctor(System.Object,System.Object,System.String,System.Action{System.Windows.MessageBoxResult})"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1026 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1027 Initializes a new instance of the DialogMessage class. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1028 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1029 <param name="sender">The message's original sender.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1030 <param name="target">The message's intended target. This parameter can be used |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1031 to give an indication as to whom the message was intended for. Of course |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1032 this is only an indication, amd may be null.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1033 <param name="content">The text displayed by the message box.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1034 <param name="callback">A callback method that should be executed to deliver the result |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1035 of the message box to the object that sent the message.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1036 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1037 <member name="M:GalaSoft.MvvmLight.Messaging.DialogMessage.ProcessCallback(System.Windows.MessageBoxResult)"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1038 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1039 Utility method, checks if the <see cref="P:GalaSoft.MvvmLight.Messaging.DialogMessage.Callback"/> property is |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1040 null, and if it is not null, executes it. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1041 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1042 <param name="result">The result that must be passed |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1043 to the dialog message caller.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1044 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1045 <member name="P:GalaSoft.MvvmLight.Messaging.DialogMessage.Button"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1046 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1047 Gets or sets the buttons displayed by the message box. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1048 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1049 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1050 <member name="P:GalaSoft.MvvmLight.Messaging.DialogMessage.Callback"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1051 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1052 Gets a callback method that should be executed to deliver the result |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1053 of the message box to the object that sent the message. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1054 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1055 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1056 <member name="P:GalaSoft.MvvmLight.Messaging.DialogMessage.Caption"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1057 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1058 Gets or sets the caption for the message box. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1059 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1060 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1061 <member name="P:GalaSoft.MvvmLight.Messaging.DialogMessage.DefaultResult"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1062 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1063 Gets or sets which result is the default in the message box. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1064 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1065 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1066 <member name="T:GalaSoft.MvvmLight.Helpers.IExecuteWithObject"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1067 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1068 This interface is meant for the <see cref="T:GalaSoft.MvvmLight.Helpers.WeakAction`1"/> class and can be |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1069 useful if you store multiple WeakAction{T} instances but don't know in advance |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1070 what type T represents. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1071 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1072 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1073 <member name="M:GalaSoft.MvvmLight.Helpers.IExecuteWithObject.ExecuteWithObject(System.Object)"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1074 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1075 Executes an action. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1076 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1077 <param name="parameter">A parameter passed as an object, |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1078 to be casted to the appropriate type.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1079 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1080 <member name="M:GalaSoft.MvvmLight.Helpers.IExecuteWithObject.MarkForDeletion"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1081 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1082 Deletes all references, which notifies the cleanup method |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1083 that this entry must be deleted. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1084 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1085 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1086 <member name="P:GalaSoft.MvvmLight.Helpers.IExecuteWithObject.Target"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1087 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1088 The target of the WeakAction. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1089 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1090 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1091 <member name="T:GalaSoft.MvvmLight.Helpers.WeakFunc`1"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1092 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1093 Stores a Func<T> without causing a hard reference |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1094 to be created to the Func's owner. The owner can be garbage collected at any time. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1095 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1096 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1097 <member name="M:GalaSoft.MvvmLight.Helpers.WeakFunc`1.#ctor"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1098 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1099 Initializes an empty instance of the WeakFunc class. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1100 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1101 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1102 <member name="M:GalaSoft.MvvmLight.Helpers.WeakFunc`1.#ctor(System.Func{`0})"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1103 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1104 Initializes a new instance of the WeakFunc class. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1105 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1106 <param name="func">The func that will be associated to this instance.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1107 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1108 <member name="M:GalaSoft.MvvmLight.Helpers.WeakFunc`1.#ctor(System.Object,System.Func{`0})"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1109 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1110 Initializes a new instance of the WeakFunc class. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1111 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1112 <param name="target">The func's owner.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1113 <param name="func">The func that will be associated to this instance.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1114 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1115 <member name="M:GalaSoft.MvvmLight.Helpers.WeakFunc`1.Execute"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1116 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1117 Executes the action. This only happens if the func's owner |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1118 is still alive. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1119 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1120 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1121 <member name="M:GalaSoft.MvvmLight.Helpers.WeakFunc`1.MarkForDeletion"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1122 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1123 Sets the reference that this instance stores to null. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1124 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1125 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1126 <member name="P:GalaSoft.MvvmLight.Helpers.WeakFunc`1.Method"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1127 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1128 Gets or sets the <see cref="T:System.Reflection.MethodInfo"/> corresponding to this WeakFunc's |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1129 method passed in the constructor. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1130 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1131 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1132 <member name="P:GalaSoft.MvvmLight.Helpers.WeakFunc`1.MethodName"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1133 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1134 Gets the name of the method that this WeakFunc represents. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1135 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1136 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1137 <member name="P:GalaSoft.MvvmLight.Helpers.WeakFunc`1.FuncReference"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1138 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1139 Gets or sets a WeakReference to this WeakFunc's action's target. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1140 This is not necessarily the same as |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1141 <see cref="P:GalaSoft.MvvmLight.Helpers.WeakFunc`1.Reference"/>, for example if the |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1142 method is anonymous. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1143 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1144 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1145 <member name="P:GalaSoft.MvvmLight.Helpers.WeakFunc`1.Reference"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1146 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1147 Gets or sets a WeakReference to the target passed when constructing |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1148 the WeakFunc. This is not necessarily the same as |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1149 <see cref="P:GalaSoft.MvvmLight.Helpers.WeakFunc`1.FuncReference"/>, for example if the |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1150 method is anonymous. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1151 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1152 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1153 <member name="P:GalaSoft.MvvmLight.Helpers.WeakFunc`1.IsAlive"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1154 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1155 Gets a value indicating whether the Func's owner is still alive, or if it was collected |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1156 by the Garbage Collector already. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1157 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1158 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1159 <member name="P:GalaSoft.MvvmLight.Helpers.WeakFunc`1.Target"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1160 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1161 Gets the Func's owner. This object is stored as a |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1162 <see cref="T:System.WeakReference"/>. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1163 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1164 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1165 <member name="P:GalaSoft.MvvmLight.Helpers.WeakFunc`1.FuncTarget"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1166 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1167 Gets the owner of the Func that was passed as parameter. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1168 This is not necessarily the same as |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1169 <see cref="P:GalaSoft.MvvmLight.Helpers.WeakFunc`1.Target"/>, for example if the |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1170 method is anonymous. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1171 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1172 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1173 <member name="T:GalaSoft.MvvmLight.Messaging.NotificationMessageAction`1"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1174 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1175 Provides a message class with a built-in callback. When the recipient |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1176 is done processing the message, it can execute the callback to |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1177 notify the sender that it is done. Use the <see cref="M:GalaSoft.MvvmLight.Messaging.NotificationMessageAction`1.Execute(`0)"/> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1178 method to execute the callback. The callback method has one parameter. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1179 <seealso cref="T:GalaSoft.MvvmLight.Messaging.NotificationMessageAction"/>. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1180 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1181 <typeparam name="TCallbackParameter">The type of the callback method's |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1182 only parameter.</typeparam> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1183 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1184 <member name="M:GalaSoft.MvvmLight.Messaging.NotificationMessageAction`1.#ctor(System.String,System.Action{`0})"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1185 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1186 Initializes a new instance of the |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1187 <see cref="T:GalaSoft.MvvmLight.Messaging.NotificationMessageAction`1"/> class. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1188 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1189 <param name="notification">An arbitrary string that will be |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1190 carried by the message.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1191 <param name="callback">The callback method that can be executed |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1192 by the recipient to notify the sender that the message has been |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1193 processed.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1194 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1195 <member name="M:GalaSoft.MvvmLight.Messaging.NotificationMessageAction`1.#ctor(System.Object,System.String,System.Action{`0})"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1196 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1197 Initializes a new instance of the |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1198 <see cref="T:GalaSoft.MvvmLight.Messaging.NotificationMessageAction`1"/> class. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1199 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1200 <param name="sender">The message's sender.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1201 <param name="notification">An arbitrary string that will be |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1202 carried by the message.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1203 <param name="callback">The callback method that can be executed |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1204 by the recipient to notify the sender that the message has been |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1205 processed.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1206 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1207 <member name="M:GalaSoft.MvvmLight.Messaging.NotificationMessageAction`1.#ctor(System.Object,System.Object,System.String,System.Action{`0})"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1208 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1209 Initializes a new instance of the |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1210 <see cref="T:GalaSoft.MvvmLight.Messaging.NotificationMessageAction`1"/> class. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1211 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1212 <param name="sender">The message's sender.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1213 <param name="target">The message's intended target. This parameter can be used |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1214 to give an indication as to whom the message was intended for. Of course |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1215 this is only an indication, amd may be null.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1216 <param name="notification">An arbitrary string that will be |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1217 carried by the message.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1218 <param name="callback">The callback method that can be executed |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1219 by the recipient to notify the sender that the message has been |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1220 processed.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1221 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1222 <member name="M:GalaSoft.MvvmLight.Messaging.NotificationMessageAction`1.Execute(`0)"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1223 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1224 Executes the callback that was provided with the message. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1225 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1226 <param name="parameter">A parameter requested by the message's |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1227 sender and providing additional information on the recipient's |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1228 state.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1229 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1230 <member name="T:GalaSoft.MvvmLight.Threading.DispatcherHelper"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1231 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1232 Helper class for dispatcher operations on the UI thread. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1233 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1234 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1235 <member name="M:GalaSoft.MvvmLight.Threading.DispatcherHelper.CheckBeginInvokeOnUI(System.Action)"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1236 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1237 Executes an action on the UI thread. If this method is called |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1238 from the UI thread, the action is executed immendiately. If the |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1239 method is called from another thread, the action will be enqueued |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1240 on the UI thread's dispatcher and executed asynchronously. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1241 <para>For additional operations on the UI thread, you can get a |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1242 reference to the UI thread's dispatcher thanks to the property |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1243 <see cref="P:GalaSoft.MvvmLight.Threading.DispatcherHelper.UIDispatcher"/></para>. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1244 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1245 <param name="action">The action that will be executed on the UI |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1246 thread.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1247 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1248 <member name="M:GalaSoft.MvvmLight.Threading.DispatcherHelper.Initialize"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1249 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1250 This method should be called once on the UI thread to ensure that |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1251 the <see cref="P:GalaSoft.MvvmLight.Threading.DispatcherHelper.UIDispatcher"/> property is initialized. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1252 <para>In a Silverlight application, call this method in the |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1253 Application_Startup event handler, after the MainPage is constructed.</para> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1254 <para>In WPF, call this method on the static App() constructor.</para> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1255 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1256 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1257 <member name="P:GalaSoft.MvvmLight.Threading.DispatcherHelper.UIDispatcher"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1258 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1259 Gets a reference to the UI thread's dispatcher, after the |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1260 <see cref="M:GalaSoft.MvvmLight.Threading.DispatcherHelper.Initialize"/> method has been called on the UI thread. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1261 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1262 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1263 <member name="T:GalaSoft.MvvmLight.Helpers.WeakAction`1"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1264 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1265 Stores an Action without causing a hard reference |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1266 to be created to the Action's owner. The owner can be garbage collected at any time. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1267 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1268 <typeparam name="T">The type of the Action's parameter.</typeparam> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1269 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1270 <member name="M:GalaSoft.MvvmLight.Helpers.WeakAction`1.#ctor(System.Action{`0})"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1271 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1272 Initializes a new instance of the WeakAction class. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1273 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1274 <param name="action">The action that will be associated to this instance.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1275 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1276 <member name="M:GalaSoft.MvvmLight.Helpers.WeakAction`1.#ctor(System.Object,System.Action{`0})"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1277 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1278 Initializes a new instance of the WeakAction class. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1279 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1280 <param name="target">The action's owner.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1281 <param name="action">The action that will be associated to this instance.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1282 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1283 <member name="M:GalaSoft.MvvmLight.Helpers.WeakAction`1.Execute"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1284 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1285 Executes the action. This only happens if the action's owner |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1286 is still alive. The action's parameter is set to default(T). |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1287 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1288 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1289 <member name="M:GalaSoft.MvvmLight.Helpers.WeakAction`1.Execute(`0)"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1290 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1291 Executes the action. This only happens if the action's owner |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1292 is still alive. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1293 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1294 <param name="parameter">A parameter to be passed to the action.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1295 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1296 <member name="M:GalaSoft.MvvmLight.Helpers.WeakAction`1.ExecuteWithObject(System.Object)"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1297 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1298 Executes the action with a parameter of type object. This parameter |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1299 will be casted to T. This method implements <see cref="M:GalaSoft.MvvmLight.Helpers.IExecuteWithObject.ExecuteWithObject(System.Object)"/> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1300 and can be useful if you store multiple WeakAction{T} instances but don't know in advance |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1301 what type T represents. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1302 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1303 <param name="parameter">The parameter that will be passed to the action after |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1304 being casted to T.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1305 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1306 <member name="M:GalaSoft.MvvmLight.Helpers.WeakAction`1.MarkForDeletion"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1307 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1308 Sets all the actions that this WeakAction contains to null, |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1309 which is a signal for containing objects that this WeakAction |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1310 should be deleted. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1311 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1312 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1313 <member name="P:GalaSoft.MvvmLight.Helpers.WeakAction`1.MethodName"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1314 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1315 Gets the name of the method that this WeakAction represents. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1316 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1317 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1318 <member name="P:GalaSoft.MvvmLight.Helpers.WeakAction`1.IsAlive"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1319 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1320 Gets a value indicating whether the Action's owner is still alive, or if it was collected |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1321 by the Garbage Collector already. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1322 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1323 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1324 <member name="T:GalaSoft.MvvmLight.ViewModelBase"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1325 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1326 A base class for the ViewModel classes in the MVVM pattern. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1327 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1328 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1329 <member name="T:GalaSoft.MvvmLight.ICleanup"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1330 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1331 Defines a common interface for classes that should be cleaned up, |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1332 but without the implications that IDisposable presupposes. An instance |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1333 implementing ICleanup can be cleaned up without being |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1334 disposed and garbage collected. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1335 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1336 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1337 <member name="M:GalaSoft.MvvmLight.ICleanup.Cleanup"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1338 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1339 Cleans up the instance, for example by saving its state, |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1340 removing resources, etc... |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1341 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1342 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1343 <member name="M:GalaSoft.MvvmLight.ViewModelBase.#ctor"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1344 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1345 Initializes a new instance of the ViewModelBase class. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1346 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1347 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1348 <member name="M:GalaSoft.MvvmLight.ViewModelBase.#ctor(GalaSoft.MvvmLight.Messaging.IMessenger)"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1349 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1350 Initializes a new instance of the ViewModelBase class. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1351 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1352 <param name="messenger">An instance of a <see cref="T:GalaSoft.MvvmLight.Messaging.Messenger"/> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1353 used to broadcast messages to other objects. If null, this class |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1354 will attempt to broadcast using the Messenger's default |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1355 instance.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1356 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1357 <member name="M:GalaSoft.MvvmLight.ViewModelBase.Cleanup"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1358 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1359 Unregisters this instance from the Messenger class. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1360 <para>To cleanup additional resources, override this method, clean |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1361 up and then call base.Cleanup().</para> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1362 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1363 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1364 <member name="M:GalaSoft.MvvmLight.ViewModelBase.Broadcast``1(``0,``0,System.String)"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1365 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1366 Broadcasts a PropertyChangedMessage using either the instance of |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1367 the Messenger that was passed to this class (if available) |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1368 or the Messenger's default instance. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1369 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1370 <typeparam name="T">The type of the property that |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1371 changed.</typeparam> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1372 <param name="oldValue">The value of the property before it |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1373 changed.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1374 <param name="newValue">The value of the property after it |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1375 changed.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1376 <param name="propertyName">The name of the property that |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1377 changed.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1378 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1379 <member name="M:GalaSoft.MvvmLight.ViewModelBase.RaisePropertyChanged``1(System.String,``0,``0,System.Boolean)"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1380 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1381 Raises the PropertyChanged event if needed, and broadcasts a |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1382 PropertyChangedMessage using the Messenger instance (or the |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1383 static default instance if no Messenger instance is available). |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1384 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1385 <typeparam name="T">The type of the property that |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1386 changed.</typeparam> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1387 <param name="propertyName">The name of the property that |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1388 changed.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1389 <param name="oldValue">The property's value before the change |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1390 occurred.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1391 <param name="newValue">The property's value after the change |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1392 occurred.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1393 <param name="broadcast">If true, a PropertyChangedMessage will |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1394 be broadcasted. If false, only the event will be raised.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1395 <remarks>If the propertyName parameter |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1396 does not correspond to an existing property on the current class, an |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1397 exception is thrown in DEBUG configuration only.</remarks> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1398 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1399 <member name="M:GalaSoft.MvvmLight.ViewModelBase.RaisePropertyChanged``1(System.Linq.Expressions.Expression{System.Func{``0}},``0,``0,System.Boolean)"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1400 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1401 Raises the PropertyChanged event if needed, and broadcasts a |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1402 PropertyChangedMessage using the Messenger instance (or the |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1403 static default instance if no Messenger instance is available). |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1404 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1405 <typeparam name="T">The type of the property that |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1406 changed.</typeparam> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1407 <param name="propertyExpression">An expression identifying the property |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1408 that changed.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1409 <param name="oldValue">The property's value before the change |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1410 occurred.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1411 <param name="newValue">The property's value after the change |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1412 occurred.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1413 <param name="broadcast">If true, a PropertyChangedMessage will |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1414 be broadcasted. If false, only the event will be raised.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1415 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1416 <member name="M:GalaSoft.MvvmLight.ViewModelBase.Set``1(System.Linq.Expressions.Expression{System.Func{``0}},``0@,``0,System.Boolean)"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1417 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1418 Assigns a new value to the property. Then, raises the |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1419 PropertyChanged event if needed, and broadcasts a |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1420 PropertyChangedMessage using the Messenger instance (or the |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1421 static default instance if no Messenger instance is available). |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1422 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1423 <typeparam name="T">The type of the property that |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1424 changed.</typeparam> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1425 <param name="propertyExpression">An expression identifying the property |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1426 that changed.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1427 <param name="field">The field storing the property's value.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1428 <param name="newValue">The property's value after the change |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1429 occurred.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1430 <param name="broadcast">If true, a PropertyChangedMessage will |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1431 be broadcasted. If false, only the event will be raised.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1432 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1433 <member name="M:GalaSoft.MvvmLight.ViewModelBase.Set``1(System.String,``0@,``0,System.Boolean)"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1434 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1435 Assigns a new value to the property. Then, raises the |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1436 PropertyChanged event if needed, and broadcasts a |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1437 PropertyChangedMessage using the Messenger instance (or the |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1438 static default instance if no Messenger instance is available). |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1439 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1440 <typeparam name="T">The type of the property that |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1441 changed.</typeparam> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1442 <param name="propertyName">The name of the property that |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1443 changed.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1444 <param name="field">The field storing the property's value.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1445 <param name="newValue">The property's value after the change |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1446 occurred.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1447 <param name="broadcast">If true, a PropertyChangedMessage will |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1448 be broadcasted. If false, only the event will be raised.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1449 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1450 <member name="P:GalaSoft.MvvmLight.ViewModelBase.IsInDesignMode"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1451 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1452 Gets a value indicating whether the control is in design mode |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1453 (running under Blend or Visual Studio). |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1454 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1455 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1456 <member name="P:GalaSoft.MvvmLight.ViewModelBase.IsInDesignModeStatic"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1457 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1458 Gets a value indicating whether the control is in design mode |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1459 (running in Blend or Visual Studio). |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1460 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1461 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1462 <member name="P:GalaSoft.MvvmLight.ViewModelBase.MessengerInstance"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1463 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1464 Gets or sets an instance of a <see cref="T:GalaSoft.MvvmLight.Messaging.IMessenger"/> used to |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1465 broadcast messages to other objects. If null, this class will |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1466 attempt to broadcast using the Messenger's default instance. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1467 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1468 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1469 <member name="T:GalaSoft.MvvmLight.Messaging.PropertyChangedMessage`1"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1470 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1471 Passes a string property name (PropertyName) and a generic value |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1472 (<see cref="P:GalaSoft.MvvmLight.Messaging.PropertyChangedMessage`1.OldValue"/> and <see cref="P:GalaSoft.MvvmLight.Messaging.PropertyChangedMessage`1.NewValue"/>) to a recipient. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1473 This message type can be used to propagate a PropertyChanged event to |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1474 a recipient using the messenging system. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1475 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1476 <typeparam name="T">The type of the OldValue and NewValue property.</typeparam> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1477 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1478 <member name="M:GalaSoft.MvvmLight.Messaging.PropertyChangedMessage`1.#ctor(System.Object,`0,`0,System.String)"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1479 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1480 Initializes a new instance of the <see cref="T:GalaSoft.MvvmLight.Messaging.PropertyChangedMessage`1"/> class. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1481 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1482 <param name="sender">The message's sender.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1483 <param name="oldValue">The property's value before the change occurred.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1484 <param name="newValue">The property's value after the change occurred.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1485 <param name="propertyName">The name of the property that changed.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1486 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1487 <member name="M:GalaSoft.MvvmLight.Messaging.PropertyChangedMessage`1.#ctor(`0,`0,System.String)"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1488 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1489 Initializes a new instance of the <see cref="T:GalaSoft.MvvmLight.Messaging.PropertyChangedMessage`1"/> class. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1490 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1491 <param name="oldValue">The property's value before the change occurred.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1492 <param name="newValue">The property's value after the change occurred.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1493 <param name="propertyName">The name of the property that changed.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1494 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1495 <member name="M:GalaSoft.MvvmLight.Messaging.PropertyChangedMessage`1.#ctor(System.Object,System.Object,`0,`0,System.String)"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1496 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1497 Initializes a new instance of the <see cref="T:GalaSoft.MvvmLight.Messaging.PropertyChangedMessage`1"/> class. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1498 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1499 <param name="sender">The message's sender.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1500 <param name="target">The message's intended target. This parameter can be used |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1501 to give an indication as to whom the message was intended for. Of course |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1502 this is only an indication, amd may be null.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1503 <param name="oldValue">The property's value before the change occurred.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1504 <param name="newValue">The property's value after the change occurred.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1505 <param name="propertyName">The name of the property that changed.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1506 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1507 <member name="P:GalaSoft.MvvmLight.Messaging.PropertyChangedMessage`1.NewValue"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1508 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1509 Gets the value that the property has after the change. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1510 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1511 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1512 <member name="P:GalaSoft.MvvmLight.Messaging.PropertyChangedMessage`1.OldValue"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1513 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1514 Gets the value that the property had before the change. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1515 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1516 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1517 <member name="T:GalaSoft.MvvmLight.Helpers.WeakFunc`2"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1518 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1519 Stores an Func without causing a hard reference |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1520 to be created to the Func's owner. The owner can be garbage collected at any time. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1521 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1522 <typeparam name="T">The type of the Func's parameter.</typeparam> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1523 <typeparam name="TResult">The type of the Func's return value.</typeparam> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1524 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1525 <member name="M:GalaSoft.MvvmLight.Helpers.WeakFunc`2.#ctor(System.Func{`0,`1})"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1526 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1527 Initializes a new instance of the WeakFunc class. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1528 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1529 <param name="func">The func that will be associated to this instance.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1530 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1531 <member name="M:GalaSoft.MvvmLight.Helpers.WeakFunc`2.#ctor(System.Object,System.Func{`0,`1})"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1532 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1533 Initializes a new instance of the WeakFunc class. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1534 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1535 <param name="target">The func's owner.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1536 <param name="func">The func that will be associated to this instance.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1537 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1538 <member name="M:GalaSoft.MvvmLight.Helpers.WeakFunc`2.Execute"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1539 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1540 Executes the func. This only happens if the func's owner |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1541 is still alive. The func's parameter is set to default(T). |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1542 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1543 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1544 <member name="M:GalaSoft.MvvmLight.Helpers.WeakFunc`2.Execute(`0)"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1545 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1546 Executes the func. This only happens if the func's owner |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1547 is still alive. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1548 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1549 <param name="parameter">A parameter to be passed to the action.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1550 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1551 <member name="M:GalaSoft.MvvmLight.Helpers.WeakFunc`2.ExecuteWithObject(System.Object)"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1552 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1553 Executes the func with a parameter of type object. This parameter |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1554 will be casted to T. This method implements <see cref="M:GalaSoft.MvvmLight.Helpers.IExecuteWithObject.ExecuteWithObject(System.Object)"/> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1555 and can be useful if you store multiple WeakFunc{T} instances but don't know in advance |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1556 what type T represents. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1557 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1558 <param name="parameter">The parameter that will be passed to the func after |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1559 being casted to T.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1560 <returns>The result of the execution as object, to be casted to T.</returns> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1561 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1562 <member name="M:GalaSoft.MvvmLight.Helpers.WeakFunc`2.MarkForDeletion"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1563 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1564 Sets all the funcs that this WeakFunc contains to null, |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1565 which is a signal for containing objects that this WeakFunc |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1566 should be deleted. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1567 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1568 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1569 <member name="P:GalaSoft.MvvmLight.Helpers.WeakFunc`2.MethodName"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1570 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1571 Gets or sets the name of the method that this WeakFunc represents. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1572 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1573 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1574 <member name="P:GalaSoft.MvvmLight.Helpers.WeakFunc`2.IsAlive"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1575 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1576 Gets a value indicating whether the Func's owner is still alive, or if it was collected |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1577 by the Garbage Collector already. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1578 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1579 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1580 <member name="T:GalaSoft.MvvmLight.Command.RelayCommand"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1581 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1582 A command whose sole purpose is to relay its functionality to other |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1583 objects by invoking delegates. The default return value for the CanExecute |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1584 method is 'true'. This class does not allow you to accept command parameters in the |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1585 Execute and CanExecute callback methods. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1586 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1587 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1588 <member name="M:GalaSoft.MvvmLight.Command.RelayCommand.#ctor(System.Action)"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1589 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1590 Initializes a new instance of the RelayCommand class that |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1591 can always execute. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1592 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1593 <param name="execute">The execution logic.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1594 <exception cref="T:System.ArgumentNullException">If the execute argument is null.</exception> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1595 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1596 <member name="M:GalaSoft.MvvmLight.Command.RelayCommand.#ctor(System.Action,System.Func{System.Boolean})"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1597 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1598 Initializes a new instance of the RelayCommand class. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1599 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1600 <param name="execute">The execution logic.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1601 <param name="canExecute">The execution status logic.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1602 <exception cref="T:System.ArgumentNullException">If the execute argument is null.</exception> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1603 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1604 <member name="M:GalaSoft.MvvmLight.Command.RelayCommand.RaiseCanExecuteChanged"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1605 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1606 Raises the <see cref="E:GalaSoft.MvvmLight.Command.RelayCommand.CanExecuteChanged"/> event. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1607 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1608 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1609 <member name="M:GalaSoft.MvvmLight.Command.RelayCommand.CanExecute(System.Object)"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1610 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1611 Defines the method that determines whether the command can execute in its current state. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1612 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1613 <param name="parameter">This parameter will always be ignored.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1614 <returns>true if this command can be executed; otherwise, false.</returns> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1615 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1616 <member name="M:GalaSoft.MvvmLight.Command.RelayCommand.Execute(System.Object)"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1617 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1618 Defines the method to be called when the command is invoked. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1619 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1620 <param name="parameter">This parameter will always be ignored.</param> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1621 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1622 <member name="E:GalaSoft.MvvmLight.Command.RelayCommand.CanExecuteChanged"> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1623 <summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1624 Occurs when changes occur that affect whether the command should execute. |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1625 </summary> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1626 </member> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1627 </members> |
39ba36cc82c5
not sure about these...
Steven Hollidge <stevenhollidge@hotmail.com>
parents:
diff
changeset
|
1628 </doc> |