GalaSoft.MvvmLight.xml 94 KB

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