12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703 |
- <?xml version="1.0"?>
- <doc>
- <assembly>
- <name>GalaSoft.MvvmLight</name>
- </assembly>
- <members>
- <member name="T:GalaSoft.MvvmLight.Command.RelayCommand">
- <summary>
- A command whose sole purpose is to relay its functionality to other
- objects by invoking delegates. The default return value for the CanExecute
- method is 'true'. This class does not allow you to accept command parameters in the
- Execute and CanExecute callback methods.
- </summary>
- <remarks>If you are using this class in WPF4.5 or above, you need to use the
- GalaSoft.MvvmLight.CommandWpf namespace (instead of GalaSoft.MvvmLight.Command).
- This will enable (or restore) the CommandManager class which handles
- automatic enabling/disabling of controls based on the CanExecute delegate.</remarks>
- </member>
- <member name="M:GalaSoft.MvvmLight.Command.RelayCommand.#ctor(System.Action)">
- <summary>
- Initializes a new instance of the RelayCommand class that
- can always execute.
- </summary>
- <param name="execute">The execution logic.</param>
- <exception cref="T:System.ArgumentNullException">If the execute argument is null.</exception>
- </member>
- <member name="M:GalaSoft.MvvmLight.Command.RelayCommand.#ctor(System.Action,System.Func{System.Boolean})">
- <summary>
- Initializes a new instance of the RelayCommand class.
- </summary>
- <param name="execute">The execution logic.</param>
- <param name="canExecute">The execution status logic.</param>
- <exception cref="T:System.ArgumentNullException">If the execute argument is null.</exception>
- </member>
- <member name="M:GalaSoft.MvvmLight.Command.RelayCommand.RaiseCanExecuteChanged">
- <summary>
- Raises the <see cref="E:GalaSoft.MvvmLight.Command.RelayCommand.CanExecuteChanged"/> event.
- </summary>
- </member>
- <member name="M:GalaSoft.MvvmLight.Command.RelayCommand.CanExecute(System.Object)">
- <summary>
- Defines the method that determines whether the command can execute in its current state.
- </summary>
- <param name="parameter">This parameter will always be ignored.</param>
- <returns>true if this command can be executed; otherwise, false.</returns>
- </member>
- <member name="M:GalaSoft.MvvmLight.Command.RelayCommand.Execute(System.Object)">
- <summary>
- Defines the method to be called when the command is invoked.
- </summary>
- <param name="parameter">This parameter will always be ignored.</param>
- </member>
- <member name="E:GalaSoft.MvvmLight.Command.RelayCommand.CanExecuteChanged">
- <summary>
- Occurs when changes occur that affect whether the command should execute.
- </summary>
- </member>
- <member name="T:GalaSoft.MvvmLight.Command.RelayCommand`1">
- <summary>
- A generic command whose sole purpose is to relay its functionality to other
- objects by invoking delegates. The default return value for the CanExecute
- method is 'true'. This class allows you to accept command parameters in the
- Execute and CanExecute callback methods.
- </summary>
- <typeparam name="T">The type of the command parameter.</typeparam>
- <remarks>If you are using this class in WPF4.5 or above, you need to use the
- GalaSoft.MvvmLight.CommandWpf namespace (instead of GalaSoft.MvvmLight.Command).
- This will enable (or restore) the CommandManager class which handles
- automatic enabling/disabling of controls based on the CanExecute delegate.</remarks>
- </member>
- <member name="M:GalaSoft.MvvmLight.Command.RelayCommand`1.#ctor(System.Action{`0})">
- <summary>
- Initializes a new instance of the RelayCommand class that
- can always execute.
- </summary>
- <param name="execute">The execution logic.</param>
- <exception cref="T:System.ArgumentNullException">If the execute argument is null.</exception>
- </member>
- <member name="M:GalaSoft.MvvmLight.Command.RelayCommand`1.#ctor(System.Action{`0},System.Func{`0,System.Boolean})">
- <summary>
- Initializes a new instance of the RelayCommand class.
- </summary>
- <param name="execute">The execution logic.</param>
- <param name="canExecute">The execution status logic.</param>
- <exception cref="T:System.ArgumentNullException">If the execute argument is null.</exception>
- </member>
- <member name="M:GalaSoft.MvvmLight.Command.RelayCommand`1.RaiseCanExecuteChanged">
- <summary>
- Raises the <see cref="E:GalaSoft.MvvmLight.Command.RelayCommand`1.CanExecuteChanged"/> event.
- </summary>
- </member>
- <member name="M:GalaSoft.MvvmLight.Command.RelayCommand`1.CanExecute(System.Object)">
- <summary>
- Defines the method that determines whether the command can execute in its current state.
- </summary>
- <param name="parameter">Data used by the command. If the command does not require data
- to be passed, this object can be set to a null reference</param>
- <returns>true if this command can be executed; otherwise, false.</returns>
- </member>
- <member name="M:GalaSoft.MvvmLight.Command.RelayCommand`1.Execute(System.Object)">
- <summary>
- Defines the method to be called when the command is invoked.
- </summary>
- <param name="parameter">Data used by the command. If the command does not require data
- to be passed, this object can be set to a null reference</param>
- </member>
- <member name="E:GalaSoft.MvvmLight.Command.RelayCommand`1.CanExecuteChanged">
- <summary>
- Occurs when changes occur that affect whether the command should execute.
- </summary>
- </member>
- <member name="T:GalaSoft.MvvmLight.Helpers.DesignerLibrary">
- <summary>
- Helper class for platform detection.
- </summary>
- </member>
- <member name="T:GalaSoft.MvvmLight.Helpers.Empty">
- <summary>
- Helper class used when an async method is required,
- but the context is synchronous.
- </summary>
- </member>
- <member name="P:GalaSoft.MvvmLight.Helpers.Empty.Task">
- <summary>
- Gets the empty task.
- </summary>
- </member>
- <member name="T:GalaSoft.MvvmLight.Helpers.FeatureDetection">
- <summary>
- Helper class for platform and feature detection.
- </summary>
- </member>
- <member name="T:GalaSoft.MvvmLight.Helpers.IExecuteWithObject">
- <summary>
- This interface is meant for the <see cref="T:GalaSoft.MvvmLight.Helpers.WeakAction`1"/> class and can be
- useful if you store multiple WeakAction{T} instances but don't know in advance
- what type T represents.
- </summary>
- </member>
- <member name="M:GalaSoft.MvvmLight.Helpers.IExecuteWithObject.ExecuteWithObject(System.Object)">
- <summary>
- Executes an action.
- </summary>
- <param name="parameter">A parameter passed as an object,
- to be casted to the appropriate type.</param>
- </member>
- <member name="M:GalaSoft.MvvmLight.Helpers.IExecuteWithObject.MarkForDeletion">
- <summary>
- Deletes all references, which notifies the cleanup method
- that this entry must be deleted.
- </summary>
- </member>
- <member name="P:GalaSoft.MvvmLight.Helpers.IExecuteWithObject.Target">
- <summary>
- The target of the WeakAction.
- </summary>
- </member>
- <member name="T:GalaSoft.MvvmLight.Helpers.IExecuteWithObjectAndResult">
- <summary>
- This interface is meant for the <see cref="T:GalaSoft.MvvmLight.Helpers.WeakFunc`1"/> class and can be
- useful if you store multiple WeakFunc{T} instances but don't know in advance
- what type T represents.
- </summary>
- </member>
- <member name="M:GalaSoft.MvvmLight.Helpers.IExecuteWithObjectAndResult.ExecuteWithObject(System.Object)">
- <summary>
- Executes a Func and returns the result.
- </summary>
- <param name="parameter">A parameter passed as an object,
- to be casted to the appropriate type.</param>
- <returns>The result of the operation.</returns>
- </member>
- <member name="T:GalaSoft.MvvmLight.Helpers.WeakAction">
- <summary>
- Stores an <see cref="T:System.Action"/> without causing a hard reference
- to be created to the Action's owner. The owner can be garbage collected at any time.
- </summary>
- </member>
- <member name="M:GalaSoft.MvvmLight.Helpers.WeakAction.#ctor">
- <summary>
- Initializes an empty instance of the <see cref="T:GalaSoft.MvvmLight.Helpers.WeakAction"/> class.
- </summary>
- </member>
- <member name="M:GalaSoft.MvvmLight.Helpers.WeakAction.#ctor(System.Action)">
- <summary>
- Initializes a new instance of the <see cref="T:GalaSoft.MvvmLight.Helpers.WeakAction"/> class.
- </summary>
- <param name="action">The action that will be associated to this instance.</param>
- </member>
- <member name="M:GalaSoft.MvvmLight.Helpers.WeakAction.#ctor(System.Object,System.Action)">
- <summary>
- Initializes a new instance of the <see cref="T:GalaSoft.MvvmLight.Helpers.WeakAction"/> class.
- </summary>
- <param name="target">The action's owner.</param>
- <param name="action">The action that will be associated to this instance.</param>
- </member>
- <member name="M:GalaSoft.MvvmLight.Helpers.WeakAction.Execute">
- <summary>
- Executes the action. This only happens if the action's owner
- is still alive.
- </summary>
- </member>
- <member name="M:GalaSoft.MvvmLight.Helpers.WeakAction.MarkForDeletion">
- <summary>
- Sets the reference that this instance stores to null.
- </summary>
- </member>
- <member name="P:GalaSoft.MvvmLight.Helpers.WeakAction.Method">
- <summary>
- Gets or sets the <see cref="T:System.Reflection.MethodInfo"/> corresponding to this WeakAction's
- method passed in the constructor.
- </summary>
- </member>
- <member name="P:GalaSoft.MvvmLight.Helpers.WeakAction.MethodName">
- <summary>
- Gets the name of the method that this WeakAction represents.
- </summary>
- </member>
- <member name="P:GalaSoft.MvvmLight.Helpers.WeakAction.ActionReference">
- <summary>
- Gets or sets a WeakReference to this WeakAction's action's target.
- This is not necessarily the same as
- <see cref="P:GalaSoft.MvvmLight.Helpers.WeakAction.Reference"/>, for example if the
- method is anonymous.
- </summary>
- </member>
- <member name="P:GalaSoft.MvvmLight.Helpers.WeakAction.Reference">
- <summary>
- Gets or sets a WeakReference to the target passed when constructing
- the WeakAction. This is not necessarily the same as
- <see cref="P:GalaSoft.MvvmLight.Helpers.WeakAction.ActionReference"/>, for example if the
- method is anonymous.
- </summary>
- </member>
- <member name="P:GalaSoft.MvvmLight.Helpers.WeakAction.IsStatic">
- <summary>
- Gets a value indicating whether the WeakAction is static or not.
- </summary>
- </member>
- <member name="P:GalaSoft.MvvmLight.Helpers.WeakAction.IsAlive">
- <summary>
- Gets a value indicating whether the Action's owner is still alive, or if it was collected
- by the Garbage Collector already.
- </summary>
- </member>
- <member name="P:GalaSoft.MvvmLight.Helpers.WeakAction.Target">
- <summary>
- Gets the Action's owner. This object is stored as a
- <see cref="T:System.WeakReference"/>.
- </summary>
- </member>
- <member name="P:GalaSoft.MvvmLight.Helpers.WeakAction.ActionTarget">
- <summary>
- The target of the weak reference.
- </summary>
- </member>
- <member name="T:GalaSoft.MvvmLight.Helpers.WeakAction`1">
- <summary>
- Stores an Action without causing a hard reference
- to be created to the Action's owner. The owner can be garbage collected at any time.
- </summary>
- <typeparam name="T">The type of the Action's parameter.</typeparam>
- </member>
- <member name="M:GalaSoft.MvvmLight.Helpers.WeakAction`1.#ctor(System.Action{`0})">
- <summary>
- Initializes a new instance of the WeakAction class.
- </summary>
- <param name="action">The action that will be associated to this instance.</param>
- </member>
- <member name="M:GalaSoft.MvvmLight.Helpers.WeakAction`1.#ctor(System.Object,System.Action{`0})">
- <summary>
- Initializes a new instance of the WeakAction class.
- </summary>
- <param name="target">The action's owner.</param>
- <param name="action">The action that will be associated to this instance.</param>
- </member>
- <member name="M:GalaSoft.MvvmLight.Helpers.WeakAction`1.Execute">
- <summary>
- Executes the action. This only happens if the action's owner
- is still alive. The action's parameter is set to default(T).
- </summary>
- </member>
- <member name="M:GalaSoft.MvvmLight.Helpers.WeakAction`1.Execute(`0)">
- <summary>
- Executes the action. This only happens if the action's owner
- is still alive.
- </summary>
- <param name="parameter">A parameter to be passed to the action.</param>
- </member>
- <member name="M:GalaSoft.MvvmLight.Helpers.WeakAction`1.ExecuteWithObject(System.Object)">
- <summary>
- Executes the action with a parameter of type object. This parameter
- will be casted to T. This method implements <see cref="M:GalaSoft.MvvmLight.Helpers.IExecuteWithObject.ExecuteWithObject(System.Object)"/>
- and can be useful if you store multiple WeakAction{T} instances but don't know in advance
- what type T represents.
- </summary>
- <param name="parameter">The parameter that will be passed to the action after
- being casted to T.</param>
- </member>
- <member name="M:GalaSoft.MvvmLight.Helpers.WeakAction`1.MarkForDeletion">
- <summary>
- Sets all the actions that this WeakAction contains to null,
- which is a signal for containing objects that this WeakAction
- should be deleted.
- </summary>
- </member>
- <member name="P:GalaSoft.MvvmLight.Helpers.WeakAction`1.MethodName">
- <summary>
- Gets the name of the method that this WeakAction represents.
- </summary>
- </member>
- <member name="P:GalaSoft.MvvmLight.Helpers.WeakAction`1.IsAlive">
- <summary>
- Gets a value indicating whether the Action's owner is still alive, or if it was collected
- by the Garbage Collector already.
- </summary>
- </member>
- <member name="T:GalaSoft.MvvmLight.Helpers.WeakFunc`1">
- <summary>
- Stores a Func<T> without causing a hard reference
- to be created to the Func's owner. The owner can be garbage collected at any time.
- </summary>
- <typeparam name="TResult">The type of the result of the Func that will be stored
- by this weak reference.</typeparam>
- </member>
- <member name="M:GalaSoft.MvvmLight.Helpers.WeakFunc`1.#ctor">
- <summary>
- Initializes an empty instance of the WeakFunc class.
- </summary>
- </member>
- <member name="M:GalaSoft.MvvmLight.Helpers.WeakFunc`1.#ctor(System.Func{`0})">
- <summary>
- Initializes a new instance of the WeakFunc class.
- </summary>
- <param name="func">The Func that will be associated to this instance.</param>
- </member>
- <member name="M:GalaSoft.MvvmLight.Helpers.WeakFunc`1.#ctor(System.Object,System.Func{`0})">
- <summary>
- Initializes a new instance of the WeakFunc class.
- </summary>
- <param name="target">The Func's owner.</param>
- <param name="func">The Func that will be associated to this instance.</param>
- </member>
- <member name="M:GalaSoft.MvvmLight.Helpers.WeakFunc`1.Execute">
- <summary>
- Executes the action. This only happens if the Func's owner
- is still alive.
- </summary>
- <returns>The result of the Func stored as reference.</returns>
- </member>
- <member name="M:GalaSoft.MvvmLight.Helpers.WeakFunc`1.MarkForDeletion">
- <summary>
- Sets the reference that this instance stores to null.
- </summary>
- </member>
- <member name="P:GalaSoft.MvvmLight.Helpers.WeakFunc`1.Method">
- <summary>
- Gets or sets the <see cref="T:System.Reflection.MethodInfo"/> corresponding to this WeakFunc's
- method passed in the constructor.
- </summary>
- </member>
- <member name="P:GalaSoft.MvvmLight.Helpers.WeakFunc`1.IsStatic">
- <summary>
- Get a value indicating whether the WeakFunc is static or not.
- </summary>
- </member>
- <member name="P:GalaSoft.MvvmLight.Helpers.WeakFunc`1.MethodName">
- <summary>
- Gets the name of the method that this WeakFunc represents.
- </summary>
- </member>
- <member name="P:GalaSoft.MvvmLight.Helpers.WeakFunc`1.FuncReference">
- <summary>
- Gets or sets a WeakReference to this WeakFunc's action's target.
- This is not necessarily the same as
- <see cref="P:GalaSoft.MvvmLight.Helpers.WeakFunc`1.Reference"/>, for example if the
- method is anonymous.
- </summary>
- </member>
- <member name="P:GalaSoft.MvvmLight.Helpers.WeakFunc`1.Reference">
- <summary>
- Gets or sets a WeakReference to the target passed when constructing
- the WeakFunc. This is not necessarily the same as
- <see cref="P:GalaSoft.MvvmLight.Helpers.WeakFunc`1.FuncReference"/>, for example if the
- method is anonymous.
- </summary>
- </member>
- <member name="P:GalaSoft.MvvmLight.Helpers.WeakFunc`1.IsAlive">
- <summary>
- Gets a value indicating whether the Func's owner is still alive, or if it was collected
- by the Garbage Collector already.
- </summary>
- </member>
- <member name="P:GalaSoft.MvvmLight.Helpers.WeakFunc`1.Target">
- <summary>
- Gets the Func's owner. This object is stored as a
- <see cref="T:System.WeakReference"/>.
- </summary>
- </member>
- <member name="P:GalaSoft.MvvmLight.Helpers.WeakFunc`1.FuncTarget">
- <summary>
- Gets the owner of the Func that was passed as parameter.
- This is not necessarily the same as
- <see cref="P:GalaSoft.MvvmLight.Helpers.WeakFunc`1.Target"/>, for example if the
- method is anonymous.
- </summary>
- </member>
- <member name="T:GalaSoft.MvvmLight.Helpers.WeakFunc`2">
- <summary>
- Stores an Func without causing a hard reference
- to be created to the Func's owner. The owner can be garbage collected at any time.
- </summary>
- <typeparam name="T">The type of the Func's parameter.</typeparam>
- <typeparam name="TResult">The type of the Func's return value.</typeparam>
- </member>
- <member name="M:GalaSoft.MvvmLight.Helpers.WeakFunc`2.#ctor(System.Func{`0,`1})">
- <summary>
- Initializes a new instance of the WeakFunc class.
- </summary>
- <param name="func">The Func that will be associated to this instance.</param>
- </member>
- <member name="M:GalaSoft.MvvmLight.Helpers.WeakFunc`2.#ctor(System.Object,System.Func{`0,`1})">
- <summary>
- Initializes a new instance of the WeakFunc class.
- </summary>
- <param name="target">The Func's owner.</param>
- <param name="func">The Func that will be associated to this instance.</param>
- </member>
- <member name="M:GalaSoft.MvvmLight.Helpers.WeakFunc`2.Execute">
- <summary>
- Executes the Func. This only happens if the Func's owner
- is still alive. The Func's parameter is set to default(T).
- </summary>
- <returns>The result of the Func stored as reference.</returns>
- </member>
- <member name="M:GalaSoft.MvvmLight.Helpers.WeakFunc`2.Execute(`0)">
- <summary>
- Executes the Func. This only happens if the Func's owner
- is still alive.
- </summary>
- <param name="parameter">A parameter to be passed to the action.</param>
- <returns>The result of the Func stored as reference.</returns>
- </member>
- <member name="M:GalaSoft.MvvmLight.Helpers.WeakFunc`2.ExecuteWithObject(System.Object)">
- <summary>
- Executes the Func with a parameter of type object. This parameter
- will be casted to T. This method implements <see cref="M:GalaSoft.MvvmLight.Helpers.IExecuteWithObject.ExecuteWithObject(System.Object)"/>
- and can be useful if you store multiple WeakFunc{T} instances but don't know in advance
- what type T represents.
- </summary>
- <param name="parameter">The parameter that will be passed to the Func after
- being casted to T.</param>
- <returns>The result of the execution as object, to be casted to T.</returns>
- </member>
- <member name="M:GalaSoft.MvvmLight.Helpers.WeakFunc`2.MarkForDeletion">
- <summary>
- Sets all the funcs that this WeakFunc contains to null,
- which is a signal for containing objects that this WeakFunc
- should be deleted.
- </summary>
- </member>
- <member name="P:GalaSoft.MvvmLight.Helpers.WeakFunc`2.MethodName">
- <summary>
- Gets or sets the name of the method that this WeakFunc represents.
- </summary>
- </member>
- <member name="P:GalaSoft.MvvmLight.Helpers.WeakFunc`2.IsAlive">
- <summary>
- Gets a value indicating whether the Func's owner is still alive, or if it was collected
- by the Garbage Collector already.
- </summary>
- </member>
- <member name="T:GalaSoft.MvvmLight.ICleanup">
- <summary>
- Defines a common interface for classes that should be cleaned up,
- but without the implications that IDisposable presupposes. An instance
- implementing ICleanup can be cleaned up without being
- disposed and garbage collected.
- </summary>
- </member>
- <member name="M:GalaSoft.MvvmLight.ICleanup.Cleanup">
- <summary>
- Cleans up the instance, for example by saving its state,
- removing resources, etc...
- </summary>
- </member>
- <member name="T:GalaSoft.MvvmLight.Messaging.GenericMessage`1">
- <summary>
- Passes a generic value (Content) to a recipient.
- </summary>
- <typeparam name="T">The type of the Content property.</typeparam>
- </member>
- <member name="T:GalaSoft.MvvmLight.Messaging.MessageBase">
- <summary>
- Base class for all messages broadcasted by the Messenger.
- You can create your own message types by extending this class.
- </summary>
- </member>
- <member name="M:GalaSoft.MvvmLight.Messaging.MessageBase.#ctor">
- <summary>
- Initializes a new instance of the MessageBase class.
- </summary>
- </member>
- <member name="M:GalaSoft.MvvmLight.Messaging.MessageBase.#ctor(System.Object)">
- <summary>
- Initializes a new instance of the MessageBase class.
- </summary>
- <param name="sender">The message's original sender.</param>
- </member>
- <member name="M:GalaSoft.MvvmLight.Messaging.MessageBase.#ctor(System.Object,System.Object)">
- <summary>
- Initializes a new instance of the MessageBase class.
- </summary>
- <param name="sender">The message's original sender.</param>
- <param name="target">The message's intended target. This parameter can be used
- to give an indication as to whom the message was intended for. Of course
- this is only an indication, amd may be null.</param>
- </member>
- <member name="P:GalaSoft.MvvmLight.Messaging.MessageBase.Sender">
- <summary>
- Gets or sets the message's sender.
- </summary>
- </member>
- <member name="P:GalaSoft.MvvmLight.Messaging.MessageBase.Target">
- <summary>
- Gets or sets the message's intended target. This property can be used
- to give an indication as to whom the message was intended for. Of course
- this is only an indication, amd may be null.
- </summary>
- </member>
- <member name="M:GalaSoft.MvvmLight.Messaging.GenericMessage`1.#ctor(`0)">
- <summary>
- Initializes a new instance of the GenericMessage class.
- </summary>
- <param name="content">The message content.</param>
- </member>
- <member name="M:GalaSoft.MvvmLight.Messaging.GenericMessage`1.#ctor(System.Object,`0)">
- <summary>
- Initializes a new instance of the GenericMessage class.
- </summary>
- <param name="sender">The message's sender.</param>
- <param name="content">The message content.</param>
- </member>
- <member name="M:GalaSoft.MvvmLight.Messaging.GenericMessage`1.#ctor(System.Object,System.Object,`0)">
- <summary>
- Initializes a new instance of the GenericMessage class.
- </summary>
- <param name="sender">The message's sender.</param>
- <param name="target">The message's intended target. This parameter can be used
- to give an indication as to whom the message was intended for. Of course
- this is only an indication, amd may be null.</param>
- <param name="content">The message content.</param>
- </member>
- <member name="P:GalaSoft.MvvmLight.Messaging.GenericMessage`1.Content">
- <summary>
- Gets or sets the message's content.
- </summary>
- </member>
- <member name="T:GalaSoft.MvvmLight.Messaging.IMessenger">
- <summary>
- The Messenger is a class allowing objects to exchange messages.
- </summary>
- </member>
- <member name="M:GalaSoft.MvvmLight.Messaging.IMessenger.Register``1(System.Object,System.Action{``0})">
- <summary>
- Registers a recipient for a type of message TMessage. The action
- parameter will be executed when a corresponding message is sent.
- <para>Registering a recipient does not create a hard reference to it,
- so if this recipient is deleted, no memory leak is caused.</para>
- </summary>
- <typeparam name="TMessage">The type of message that the recipient registers
- for.</typeparam>
- <param name="recipient">The recipient that will receive the messages.</param>
- <param name="action">The action that will be executed when a message
- of type TMessage is sent.</param>
- </member>
- <member name="M:GalaSoft.MvvmLight.Messaging.IMessenger.Register``1(System.Object,System.Object,System.Action{``0})">
- <summary>
- Registers a recipient for a type of message TMessage.
- The action parameter will be executed when a corresponding
- message is sent. See the receiveDerivedMessagesToo parameter
- for details on how messages deriving from TMessage (or, if TMessage is an interface,
- messages implementing TMessage) can be received too.
- <para>Registering a recipient does not create a hard reference to it,
- so if this recipient is deleted, no memory leak is caused.</para>
- </summary>
- <typeparam name="TMessage">The type of message that the recipient registers
- for.</typeparam>
- <param name="recipient">The recipient that will receive the messages.</param>
- <param name="token">A token for a messaging channel. If a recipient registers
- using a token, and a sender sends a message using the same token, then this
- message will be delivered to the recipient. Other recipients who did not
- use a token when registering (or who used a different token) will not
- get the message. Similarly, messages sent without any token, or with a different
- token, will not be delivered to that recipient.</param>
- <param name="action">The action that will be executed when a message
- of type TMessage is sent.</param>
- </member>
- <member name="M:GalaSoft.MvvmLight.Messaging.IMessenger.Register``1(System.Object,System.Object,System.Boolean,System.Action{``0})">
- <summary>
- Registers a recipient for a type of message TMessage.
- The action parameter will be executed when a corresponding
- message is sent. See the receiveDerivedMessagesToo parameter
- for details on how messages deriving from TMessage (or, if TMessage is an interface,
- messages implementing TMessage) can be received too.
- <para>Registering a recipient does not create a hard reference to it,
- so if this recipient is deleted, no memory leak is caused.</para>
- </summary>
- <typeparam name="TMessage">The type of message that the recipient registers
- for.</typeparam>
- <param name="recipient">The recipient that will receive the messages.</param>
- <param name="token">A token for a messaging channel. If a recipient registers
- using a token, and a sender sends a message using the same token, then this
- message will be delivered to the recipient. Other recipients who did not
- use a token when registering (or who used a different token) will not
- get the message. Similarly, messages sent without any token, or with a different
- token, will not be delivered to that recipient.</param>
- <param name="receiveDerivedMessagesToo">If true, message types deriving from
- TMessage will also be transmitted to the recipient. For example, if a SendOrderMessage
- and an ExecuteOrderMessage derive from OrderMessage, registering for OrderMessage
- and setting receiveDerivedMessagesToo to true will send SendOrderMessage
- and ExecuteOrderMessage to the recipient that registered.
- <para>Also, if TMessage is an interface, message types implementing TMessage will also be
- transmitted to the recipient. For example, if a SendOrderMessage
- and an ExecuteOrderMessage implement IOrderMessage, registering for IOrderMessage
- and setting receiveDerivedMessagesToo to true will send SendOrderMessage
- and ExecuteOrderMessage to the recipient that registered.</para>
- </param>
- <param name="action">The action that will be executed when a message
- of type TMessage is sent.</param>
- </member>
- <member name="M:GalaSoft.MvvmLight.Messaging.IMessenger.Register``1(System.Object,System.Boolean,System.Action{``0})">
- <summary>
- Registers a recipient for a type of message TMessage.
- The action parameter will be executed when a corresponding
- message is sent. See the receiveDerivedMessagesToo parameter
- for details on how messages deriving from TMessage (or, if TMessage is an interface,
- messages implementing TMessage) can be received too.
- <para>Registering a recipient does not create a hard reference to it,
- so if this recipient is deleted, no memory leak is caused.</para>
- </summary>
- <typeparam name="TMessage">The type of message that the recipient registers
- for.</typeparam>
- <param name="recipient">The recipient that will receive the messages.</param>
- <param name="receiveDerivedMessagesToo">If true, message types deriving from
- TMessage will also be transmitted to the recipient. For example, if a SendOrderMessage
- and an ExecuteOrderMessage derive from OrderMessage, registering for OrderMessage
- and setting receiveDerivedMessagesToo to true will send SendOrderMessage
- and ExecuteOrderMessage to the recipient that registered.
- <para>Also, if TMessage is an interface, message types implementing TMessage will also be
- transmitted to the recipient. For example, if a SendOrderMessage
- and an ExecuteOrderMessage implement IOrderMessage, registering for IOrderMessage
- and setting receiveDerivedMessagesToo to true will send SendOrderMessage
- and ExecuteOrderMessage to the recipient that registered.</para>
- </param>
- <param name="action">The action that will be executed when a message
- of type TMessage is sent.</param>
- </member>
- <member name="M:GalaSoft.MvvmLight.Messaging.IMessenger.Send``1(``0)">
- <summary>
- Sends a message to registered recipients. The message will
- reach all recipients that registered for this message type
- using one of the Register methods.
- </summary>
- <typeparam name="TMessage">The type of message that will be sent.</typeparam>
- <param name="message">The message to send to registered recipients.</param>
- </member>
- <member name="M:GalaSoft.MvvmLight.Messaging.IMessenger.Send``2(``0)">
- <summary>
- Sends a message to registered recipients. The message will
- reach only recipients that registered for this message type
- using one of the Register methods, and that are
- of the targetType.
- </summary>
- <typeparam name="TMessage">The type of message that will be sent.</typeparam>
- <typeparam name="TTarget">The type of recipients that will receive
- the message. The message won't be sent to recipients of another type.</typeparam>
- <param name="message">The message to send to registered recipients.</param>
- </member>
- <member name="M:GalaSoft.MvvmLight.Messaging.IMessenger.Send``1(``0,System.Object)">
- <summary>
- Sends a message to registered recipients. The message will
- reach only recipients that registered for this message type
- using one of the Register methods, and that are
- of the targetType.
- </summary>
- <typeparam name="TMessage">The type of message that will be sent.</typeparam>
- <param name="message">The message to send to registered recipients.</param>
- <param name="token">A token for a messaging channel. If a recipient registers
- using a token, and a sender sends a message using the same token, then this
- message will be delivered to the recipient. Other recipients who did not
- use a token when registering (or who used a different token) will not
- get the message. Similarly, messages sent without any token, or with a different
- token, will not be delivered to that recipient.</param>
- </member>
- <member name="M:GalaSoft.MvvmLight.Messaging.IMessenger.Unregister(System.Object)">
- <summary>
- Unregisters a messager recipient completely. After this method
- is executed, the recipient will not receive any messages anymore.
- </summary>
- <param name="recipient">The recipient that must be unregistered.</param>
- </member>
- <member name="M:GalaSoft.MvvmLight.Messaging.IMessenger.Unregister``1(System.Object)">
- <summary>
- Unregisters a message recipient for a given type of messages only.
- After this method is executed, the recipient will not receive messages
- of type TMessage anymore, but will still receive other message types (if it
- registered for them previously).
- </summary>
- <typeparam name="TMessage">The type of messages that the recipient wants
- to unregister from.</typeparam>
- <param name="recipient">The recipient that must be unregistered.</param>
- </member>
- <member name="M:GalaSoft.MvvmLight.Messaging.IMessenger.Unregister``1(System.Object,System.Object)">
- <summary>
- Unregisters a message recipient for a given type of messages only and for a given token.
- After this method is executed, the recipient will not receive messages
- of type TMessage anymore with the given token, but will still receive other message types
- or messages with other tokens (if it registered for them previously).
- </summary>
- <param name="recipient">The recipient that must be unregistered.</param>
- <param name="token">The token for which the recipient must be unregistered.</param>
- <typeparam name="TMessage">The type of messages that the recipient wants
- to unregister from.</typeparam>
- </member>
- <member name="M:GalaSoft.MvvmLight.Messaging.IMessenger.Unregister``1(System.Object,System.Action{``0})">
- <summary>
- Unregisters a message recipient for a given type of messages and for
- a given action. Other message types will still be transmitted to the
- recipient (if it registered for them previously). Other actions that have
- been registered for the message type TMessage and for the given recipient (if
- available) will also remain available.
- </summary>
- <typeparam name="TMessage">The type of messages that the recipient wants
- to unregister from.</typeparam>
- <param name="recipient">The recipient that must be unregistered.</param>
- <param name="action">The action that must be unregistered for
- the recipient and for the message type TMessage.</param>
- </member>
- <member name="M:GalaSoft.MvvmLight.Messaging.IMessenger.Unregister``1(System.Object,System.Object,System.Action{``0})">
- <summary>
- Unregisters a message recipient for a given type of messages, for
- a given action and a given token. Other message types will still be transmitted to the
- recipient (if it registered for them previously). Other actions that have
- been registered for the message type TMessage, for the given recipient and other tokens (if
- available) will also remain available.
- </summary>
- <typeparam name="TMessage">The type of messages that the recipient wants
- to unregister from.</typeparam>
- <param name="recipient">The recipient that must be unregistered.</param>
- <param name="token">The token for which the recipient must be unregistered.</param>
- <param name="action">The action that must be unregistered for
- the recipient and for the message type TMessage.</param>
- </member>
- <member name="T:GalaSoft.MvvmLight.Messaging.Messenger">
- <summary>
- The Messenger is a class allowing objects to exchange messages.
- </summary>
- </member>
- <member name="M:GalaSoft.MvvmLight.Messaging.Messenger.Register``1(System.Object,System.Action{``0})">
- <summary>
- Registers a recipient for a type of message TMessage. The action
- parameter will be executed when a corresponding message is sent.
- <para>Registering a recipient does not create a hard reference to it,
- so if this recipient is deleted, no memory leak is caused.</para>
- </summary>
- <typeparam name="TMessage">The type of message that the recipient registers
- for.</typeparam>
- <param name="recipient">The recipient that will receive the messages.</param>
- <param name="action">The action that will be executed when a message
- of type TMessage is sent.</param>
- </member>
- <member name="M:GalaSoft.MvvmLight.Messaging.Messenger.Register``1(System.Object,System.Boolean,System.Action{``0})">
- <summary>
- Registers a recipient for a type of message TMessage.
- The action parameter will be executed when a corresponding
- message is sent. See the receiveDerivedMessagesToo parameter
- for details on how messages deriving from TMessage (or, if TMessage is an interface,
- messages implementing TMessage) can be received too.
- <para>Registering a recipient does not create a hard reference to it,
- so if this recipient is deleted, no memory leak is caused.</para>
- </summary>
- <typeparam name="TMessage">The type of message that the recipient registers
- for.</typeparam>
- <param name="recipient">The recipient that will receive the messages.</param>
- <param name="receiveDerivedMessagesToo">If true, message types deriving from
- TMessage will also be transmitted to the recipient. For example, if a SendOrderMessage
- and an ExecuteOrderMessage derive from OrderMessage, registering for OrderMessage
- and setting receiveDerivedMessagesToo to true will send SendOrderMessage
- and ExecuteOrderMessage to the recipient that registered.
- <para>Also, if TMessage is an interface, message types implementing TMessage will also be
- transmitted to the recipient. For example, if a SendOrderMessage
- and an ExecuteOrderMessage implement IOrderMessage, registering for IOrderMessage
- and setting receiveDerivedMessagesToo to true will send SendOrderMessage
- and ExecuteOrderMessage to the recipient that registered.</para>
- </param>
- <param name="action">The action that will be executed when a message
- of type TMessage is sent.</param>
- </member>
- <member name="M:GalaSoft.MvvmLight.Messaging.Messenger.Register``1(System.Object,System.Object,System.Action{``0})">
- <summary>
- Registers a recipient for a type of message TMessage.
- The action parameter will be executed when a corresponding
- message is sent.
- <para>Registering a recipient does not create a hard reference to it,
- so if this recipient is deleted, no memory leak is caused.</para>
- </summary>
- <typeparam name="TMessage">The type of message that the recipient registers
- for.</typeparam>
- <param name="recipient">The recipient that will receive the messages.</param>
- <param name="token">A token for a messaging channel. If a recipient registers
- using a token, and a sender sends a message using the same token, then this
- message will be delivered to the recipient. Other recipients who did not
- use a token when registering (or who used a different token) will not
- get the message. Similarly, messages sent without any token, or with a different
- token, will not be delivered to that recipient.</param>
- <param name="action">The action that will be executed when a message
- of type TMessage is sent.</param>
- </member>
- <member name="M:GalaSoft.MvvmLight.Messaging.Messenger.Register``1(System.Object,System.Object,System.Boolean,System.Action{``0})">
- <summary>
- Registers a recipient for a type of message TMessage.
- The action parameter will be executed when a corresponding
- message is sent. See the receiveDerivedMessagesToo parameter
- for details on how messages deriving from TMessage (or, if TMessage is an interface,
- messages implementing TMessage) can be received too.
- <para>Registering a recipient does not create a hard reference to it,
- so if this recipient is deleted, no memory leak is caused.</para>
- </summary>
- <typeparam name="TMessage">The type of message that the recipient registers
- for.</typeparam>
- <param name="recipient">The recipient that will receive the messages.</param>
- <param name="token">A token for a messaging channel. If a recipient registers
- using a token, and a sender sends a message using the same token, then this
- message will be delivered to the recipient. Other recipients who did not
- use a token when registering (or who used a different token) will not
- get the message. Similarly, messages sent without any token, or with a different
- token, will not be delivered to that recipient.</param>
- <param name="receiveDerivedMessagesToo">If true, message types deriving from
- TMessage will also be transmitted to the recipient. For example, if a SendOrderMessage
- and an ExecuteOrderMessage derive from OrderMessage, registering for OrderMessage
- and setting receiveDerivedMessagesToo to true will send SendOrderMessage
- and ExecuteOrderMessage to the recipient that registered.
- <para>Also, if TMessage is an interface, message types implementing TMessage will also be
- transmitted to the recipient. For example, if a SendOrderMessage
- and an ExecuteOrderMessage implement IOrderMessage, registering for IOrderMessage
- and setting receiveDerivedMessagesToo to true will send SendOrderMessage
- and ExecuteOrderMessage to the recipient that registered.</para>
- </param>
- <param name="action">The action that will be executed when a message
- of type TMessage is sent.</param>
- </member>
- <member name="M:GalaSoft.MvvmLight.Messaging.Messenger.Send``1(``0)">
- <summary>
- Sends a message to registered recipients. The message will
- reach all recipients that registered for this message type
- using one of the Register methods.
- </summary>
- <typeparam name="TMessage">The type of message that will be sent.</typeparam>
- <param name="message">The message to send to registered recipients.</param>
- </member>
- <member name="M:GalaSoft.MvvmLight.Messaging.Messenger.Send``2(``0)">
- <summary>
- Sends a message to registered recipients. The message will
- reach only recipients that registered for this message type
- using one of the Register methods, and that are
- of the targetType.
- </summary>
- <typeparam name="TMessage">The type of message that will be sent.</typeparam>
- <typeparam name="TTarget">The type of recipients that will receive
- the message. The message won't be sent to recipients of another type.</typeparam>
- <param name="message">The message to send to registered recipients.</param>
- </member>
- <member name="M:GalaSoft.MvvmLight.Messaging.Messenger.Send``1(``0,System.Object)">
- <summary>
- Sends a message to registered recipients. The message will
- reach only recipients that registered for this message type
- using one of the Register methods, and that are
- of the targetType.
- </summary>
- <typeparam name="TMessage">The type of message that will be sent.</typeparam>
- <param name="message">The message to send to registered recipients.</param>
- <param name="token">A token for a messaging channel. If a recipient registers
- using a token, and a sender sends a message using the same token, then this
- message will be delivered to the recipient. Other recipients who did not
- use a token when registering (or who used a different token) will not
- get the message. Similarly, messages sent without any token, or with a different
- token, will not be delivered to that recipient.</param>
- </member>
- <member name="M:GalaSoft.MvvmLight.Messaging.Messenger.Unregister(System.Object)">
- <summary>
- Unregisters a messager recipient completely. After this method
- is executed, the recipient will not receive any messages anymore.
- </summary>
- <param name="recipient">The recipient that must be unregistered.</param>
- </member>
- <member name="M:GalaSoft.MvvmLight.Messaging.Messenger.Unregister``1(System.Object)">
- <summary>
- Unregisters a message recipient for a given type of messages only.
- After this method is executed, the recipient will not receive messages
- of type TMessage anymore, but will still receive other message types (if it
- registered for them previously).
- </summary>
- <param name="recipient">The recipient that must be unregistered.</param>
- <typeparam name="TMessage">The type of messages that the recipient wants
- to unregister from.</typeparam>
- </member>
- <member name="M:GalaSoft.MvvmLight.Messaging.Messenger.Unregister``1(System.Object,System.Object)">
- <summary>
- Unregisters a message recipient for a given type of messages only and for a given token.
- After this method is executed, the recipient will not receive messages
- of type TMessage anymore with the given token, but will still receive other message types
- or messages with other tokens (if it registered for them previously).
- </summary>
- <param name="recipient">The recipient that must be unregistered.</param>
- <param name="token">The token for which the recipient must be unregistered.</param>
- <typeparam name="TMessage">The type of messages that the recipient wants
- to unregister from.</typeparam>
- </member>
- <member name="M:GalaSoft.MvvmLight.Messaging.Messenger.Unregister``1(System.Object,System.Action{``0})">
- <summary>
- Unregisters a message recipient for a given type of messages and for
- a given action. Other message types will still be transmitted to the
- recipient (if it registered for them previously). Other actions that have
- been registered for the message type TMessage and for the given recipient (if
- available) will also remain available.
- </summary>
- <typeparam name="TMessage">The type of messages that the recipient wants
- to unregister from.</typeparam>
- <param name="recipient">The recipient that must be unregistered.</param>
- <param name="action">The action that must be unregistered for
- the recipient and for the message type TMessage.</param>
- </member>
- <member name="M:GalaSoft.MvvmLight.Messaging.Messenger.Unregister``1(System.Object,System.Object,System.Action{``0})">
- <summary>
- Unregisters a message recipient for a given type of messages, for
- a given action and a given token. Other message types will still be transmitted to the
- recipient (if it registered for them previously). Other actions that have
- been registered for the message type TMessage, for the given recipient and other tokens (if
- available) will also remain available.
- </summary>
- <typeparam name="TMessage">The type of messages that the recipient wants
- to unregister from.</typeparam>
- <param name="recipient">The recipient that must be unregistered.</param>
- <param name="token">The token for which the recipient must be unregistered.</param>
- <param name="action">The action that must be unregistered for
- the recipient and for the message type TMessage.</param>
- </member>
- <member name="M:GalaSoft.MvvmLight.Messaging.Messenger.OverrideDefault(GalaSoft.MvvmLight.Messaging.IMessenger)">
- <summary>
- Provides a way to override the Messenger.Default instance with
- a custom instance, for example for unit testing purposes.
- </summary>
- <param name="newMessenger">The instance that will be used as Messenger.Default.</param>
- </member>
- <member name="M:GalaSoft.MvvmLight.Messaging.Messenger.Reset">
- <summary>
- Sets the Messenger's default (static) instance to null.
- </summary>
- </member>
- <member name="M:GalaSoft.MvvmLight.Messaging.Messenger.ResetAll">
- <summary>
- Provides a non-static access to the static <see cref="M:GalaSoft.MvvmLight.Messaging.Messenger.Reset"/> method.
- Sets the Messenger's default (static) instance to null.
- </summary>
- </member>
- <member name="M:GalaSoft.MvvmLight.Messaging.Messenger.RequestCleanup">
- <summary>
- Notifies the Messenger that the lists of recipients should
- be scanned and cleaned up.
- Since recipients are stored as <see cref="T:System.WeakReference"/>,
- recipients can be garbage collected even though the Messenger keeps
- them in a list. During the cleanup operation, all "dead"
- recipients are removed from the lists. Since this operation
- can take a moment, it is only executed when the application is
- idle. For this reason, a user of the Messenger class should use
- <see cref="M:GalaSoft.MvvmLight.Messaging.Messenger.RequestCleanup"/> instead of forcing one with the
- <see cref="M:GalaSoft.MvvmLight.Messaging.Messenger.Cleanup"/> method.
- </summary>
- </member>
- <member name="M:GalaSoft.MvvmLight.Messaging.Messenger.Cleanup">
- <summary>
- Scans the recipients' lists for "dead" instances and removes them.
- Since recipients are stored as <see cref="T:System.WeakReference"/>,
- recipients can be garbage collected even though the Messenger keeps
- them in a list. During the cleanup operation, all "dead"
- recipients are removed from the lists. Since this operation
- can take a moment, it is only executed when the application is
- idle. For this reason, a user of the Messenger class should use
- <see cref="M:GalaSoft.MvvmLight.Messaging.Messenger.RequestCleanup"/> instead of forcing one with the
- <see cref="M:GalaSoft.MvvmLight.Messaging.Messenger.Cleanup"/> method.
- </summary>
- </member>
- <member name="P:GalaSoft.MvvmLight.Messaging.Messenger.Default">
- <summary>
- Gets the Messenger's default instance, allowing
- to register and send messages in a static manner.
- </summary>
- </member>
- <member name="T:GalaSoft.MvvmLight.Messaging.NotificationMessage">
- <summary>
- Passes a string message (Notification) to a recipient.
- <para>Typically, notifications are defined as unique strings in a static class. To define
- a unique string, you can use Guid.NewGuid().ToString() or any other unique
- identifier.</para>
- </summary>
- </member>
- <member name="M:GalaSoft.MvvmLight.Messaging.NotificationMessage.#ctor(System.String)">
- <summary>
- Initializes a new instance of the NotificationMessage class.
- </summary>
- <param name="notification">A string containing any arbitrary message to be
- passed to recipient(s)</param>
- </member>
- <member name="M:GalaSoft.MvvmLight.Messaging.NotificationMessage.#ctor(System.Object,System.String)">
- <summary>
- Initializes a new instance of the NotificationMessage class.
- </summary>
- <param name="sender">The message's sender.</param>
- <param name="notification">A string containing any arbitrary message to be
- passed to recipient(s)</param>
- </member>
- <member name="M:GalaSoft.MvvmLight.Messaging.NotificationMessage.#ctor(System.Object,System.Object,System.String)">
- <summary>
- Initializes a new instance of the NotificationMessage class.
- </summary>
- <param name="sender">The message's sender.</param>
- <param name="target">The message's intended target. This parameter can be used
- to give an indication as to whom the message was intended for. Of course
- this is only an indication, amd may be null.</param>
- <param name="notification">A string containing any arbitrary message to be
- passed to recipient(s)</param>
- </member>
- <member name="P:GalaSoft.MvvmLight.Messaging.NotificationMessage.Notification">
- <summary>
- Gets a string containing any arbitrary message to be
- passed to recipient(s).
- </summary>
- </member>
- <member name="T:GalaSoft.MvvmLight.Messaging.NotificationMessageAction">
- <summary>
- Provides a message class with a built-in callback. When the recipient
- is done processing the message, it can execute the callback to
- notify the sender that it is done. Use the <see cref="M:GalaSoft.MvvmLight.Messaging.NotificationMessageAction.Execute"/>
- method to execute the callback.
- </summary>
- </member>
- <member name="T:GalaSoft.MvvmLight.Messaging.NotificationMessageWithCallback">
- <summary>
- Provides a message class with a built-in callback. When the recipient
- is done processing the message, it can execute the callback to
- notify the sender that it is done. Use the <see cref="M:GalaSoft.MvvmLight.Messaging.NotificationMessageWithCallback.Execute(System.Object[])"/>
- method to execute the callback. The callback method has one parameter.
- <seealso cref="T:GalaSoft.MvvmLight.Messaging.NotificationMessageAction"/> and
- <seealso cref="T:GalaSoft.MvvmLight.Messaging.NotificationMessageAction`1"/>.
- </summary>
- </member>
- <member name="M:GalaSoft.MvvmLight.Messaging.NotificationMessageWithCallback.#ctor(System.String,System.Delegate)">
- <summary>
- Initializes a new instance of the <see cref="T:GalaSoft.MvvmLight.Messaging.NotificationMessageWithCallback"/> class.
- </summary>
- <param name="notification">An arbitrary string that will be
- carried by the message.</param>
- <param name="callback">The callback method that can be executed
- by the recipient to notify the sender that the message has been
- processed.</param>
- </member>
- <member name="M:GalaSoft.MvvmLight.Messaging.NotificationMessageWithCallback.#ctor(System.Object,System.String,System.Delegate)">
- <summary>
- Initializes a new instance of the <see cref="T:GalaSoft.MvvmLight.Messaging.NotificationMessageWithCallback"/> class.
- </summary>
- <param name="sender">The message's sender.</param>
- <param name="notification">An arbitrary string that will be
- carried by the message.</param>
- <param name="callback">The callback method that can be executed
- by the recipient to notify the sender that the message has been
- processed.</param>
- </member>
- <member name="M:GalaSoft.MvvmLight.Messaging.NotificationMessageWithCallback.#ctor(System.Object,System.Object,System.String,System.Delegate)">
- <summary>
- Initializes a new instance of the <see cref="T:GalaSoft.MvvmLight.Messaging.NotificationMessageWithCallback"/> class.
- </summary>
- <param name="sender">The message's sender.</param>
- <param name="target">The message's intended target. This parameter can be used
- to give an indication as to whom the message was intended for. Of course
- this is only an indication, amd may be null.</param>
- <param name="notification">An arbitrary string that will be
- carried by the message.</param>
- <param name="callback">The callback method that can be executed
- by the recipient to notify the sender that the message has been
- processed.</param>
- </member>
- <member name="M:GalaSoft.MvvmLight.Messaging.NotificationMessageWithCallback.Execute(System.Object[])">
- <summary>
- Executes the callback that was provided with the message with an
- arbitrary number of parameters.
- </summary>
- <param name="arguments">A number of parameters that will
- be passed to the callback method.</param>
- <returns>The object returned by the callback method.</returns>
- </member>
- <member name="M:GalaSoft.MvvmLight.Messaging.NotificationMessageAction.#ctor(System.String,System.Action)">
- <summary>
- Initializes a new instance of the
- <see cref="T:GalaSoft.MvvmLight.Messaging.NotificationMessageAction"/> class.
- </summary>
- <param name="notification">An arbitrary string that will be
- carried by the message.</param>
- <param name="callback">The callback method that can be executed
- by the recipient to notify the sender that the message has been
- processed.</param>
- </member>
- <member name="M:GalaSoft.MvvmLight.Messaging.NotificationMessageAction.#ctor(System.Object,System.String,System.Action)">
- <summary>
- Initializes a new instance of the
- <see cref="T:GalaSoft.MvvmLight.Messaging.NotificationMessageAction"/> class.
- </summary>
- <param name="sender">The message's sender.</param>
- <param name="notification">An arbitrary string that will be
- carried by the message.</param>
- <param name="callback">The callback method that can be executed
- by the recipient to notify the sender that the message has been
- processed.</param>
- </member>
- <member name="M:GalaSoft.MvvmLight.Messaging.NotificationMessageAction.#ctor(System.Object,System.Object,System.String,System.Action)">
- <summary>
- Initializes a new instance of the
- <see cref="T:GalaSoft.MvvmLight.Messaging.NotificationMessageAction"/> class.
- </summary>
- <param name="sender">The message's sender.</param>
- <param name="target">The message's intended target. This parameter can be used
- to give an indication as to whom the message was intended for. Of course
- this is only an indication, amd may be null.</param>
- <param name="notification">An arbitrary string that will be
- carried by the message.</param>
- <param name="callback">The callback method that can be executed
- by the recipient to notify the sender that the message has been
- processed.</param>
- </member>
- <member name="M:GalaSoft.MvvmLight.Messaging.NotificationMessageAction.Execute">
- <summary>
- Executes the callback that was provided with the message.
- </summary>
- </member>
- <member name="T:GalaSoft.MvvmLight.Messaging.NotificationMessageAction`1">
- <summary>
- Provides a message class with a built-in callback. When the recipient
- is done processing the message, it can execute the callback to
- notify the sender that it is done. Use the <see cref="M:GalaSoft.MvvmLight.Messaging.NotificationMessageAction`1.Execute(`0)"/>
- method to execute the callback. The callback method has one parameter.
- <seealso cref="T:GalaSoft.MvvmLight.Messaging.NotificationMessageAction"/>.
- </summary>
- <typeparam name="TCallbackParameter">The type of the callback method's
- only parameter.</typeparam>
- </member>
- <member name="M:GalaSoft.MvvmLight.Messaging.NotificationMessageAction`1.#ctor(System.String,System.Action{`0})">
- <summary>
- Initializes a new instance of the
- <see cref="T:GalaSoft.MvvmLight.Messaging.NotificationMessageAction`1"/> class.
- </summary>
- <param name="notification">An arbitrary string that will be
- carried by the message.</param>
- <param name="callback">The callback method that can be executed
- by the recipient to notify the sender that the message has been
- processed.</param>
- </member>
- <member name="M:GalaSoft.MvvmLight.Messaging.NotificationMessageAction`1.#ctor(System.Object,System.String,System.Action{`0})">
- <summary>
- Initializes a new instance of the
- <see cref="T:GalaSoft.MvvmLight.Messaging.NotificationMessageAction`1"/> class.
- </summary>
- <param name="sender">The message's sender.</param>
- <param name="notification">An arbitrary string that will be
- carried by the message.</param>
- <param name="callback">The callback method that can be executed
- by the recipient to notify the sender that the message has been
- processed.</param>
- </member>
- <member name="M:GalaSoft.MvvmLight.Messaging.NotificationMessageAction`1.#ctor(System.Object,System.Object,System.String,System.Action{`0})">
- <summary>
- Initializes a new instance of the
- <see cref="T:GalaSoft.MvvmLight.Messaging.NotificationMessageAction`1"/> class.
- </summary>
- <param name="sender">The message's sender.</param>
- <param name="target">The message's intended target. This parameter can be used
- to give an indication as to whom the message was intended for. Of course
- this is only an indication, amd may be null.</param>
- <param name="notification">An arbitrary string that will be
- carried by the message.</param>
- <param name="callback">The callback method that can be executed
- by the recipient to notify the sender that the message has been
- processed.</param>
- </member>
- <member name="M:GalaSoft.MvvmLight.Messaging.NotificationMessageAction`1.Execute(`0)">
- <summary>
- Executes the callback that was provided with the message.
- </summary>
- <param name="parameter">A parameter requested by the message's
- sender and providing additional information on the recipient's
- state.</param>
- </member>
- <member name="T:GalaSoft.MvvmLight.Messaging.NotificationMessage`1">
- <summary>
- Passes a string message (Notification) and a generic value (Content) to a recipient.
- </summary>
- <typeparam name="T">The type of the Content property.</typeparam>
- </member>
- <member name="M:GalaSoft.MvvmLight.Messaging.NotificationMessage`1.#ctor(`0,System.String)">
- <summary>
- Initializes a new instance of the NotificationMessage class.
- </summary>
- <param name="content">A value to be passed to recipient(s).</param>
- <param name="notification">A string containing any arbitrary message to be
- passed to recipient(s)</param>
- </member>
- <member name="M:GalaSoft.MvvmLight.Messaging.NotificationMessage`1.#ctor(System.Object,`0,System.String)">
- <summary>
- Initializes a new instance of the NotificationMessage class.
- </summary>
- <param name="sender">The message's sender.</param>
- <param name="content">A value to be passed to recipient(s).</param>
- <param name="notification">A string containing any arbitrary message to be
- passed to recipient(s)</param>
- </member>
- <member name="M:GalaSoft.MvvmLight.Messaging.NotificationMessage`1.#ctor(System.Object,System.Object,`0,System.String)">
- <summary>
- Initializes a new instance of the NotificationMessage class.
- </summary>
- <param name="sender">The message's sender.</param>
- <param name="target">The message's intended target. This parameter can be used
- to give an indication as to whom the message was intended for. Of course
- this is only an indication, amd may be null.</param>
- <param name="content">A value to be passed to recipient(s).</param>
- <param name="notification">A string containing any arbitrary message to be
- passed to recipient(s)</param>
- </member>
- <member name="P:GalaSoft.MvvmLight.Messaging.NotificationMessage`1.Notification">
- <summary>
- Gets a string containing any arbitrary message to be
- passed to recipient(s).
- </summary>
- </member>
- <member name="T:GalaSoft.MvvmLight.Messaging.PropertyChangedMessage`1">
- <summary>
- Passes a string property name (PropertyName) and a generic value
- (<see cref="P:GalaSoft.MvvmLight.Messaging.PropertyChangedMessage`1.OldValue"/> and <see cref="P:GalaSoft.MvvmLight.Messaging.PropertyChangedMessage`1.NewValue"/>) to a recipient.
- This message type can be used to propagate a PropertyChanged event to
- a recipient using the messenging system.
- </summary>
- <typeparam name="T">The type of the OldValue and NewValue property.</typeparam>
- </member>
- <member name="T:GalaSoft.MvvmLight.Messaging.PropertyChangedMessageBase">
- <summary>
- Basis class for the <see cref="T:GalaSoft.MvvmLight.Messaging.PropertyChangedMessage`1"/> class. This
- class allows a recipient to register for all PropertyChangedMessages without
- having to specify the type T.
- </summary>
- </member>
- <member name="M:GalaSoft.MvvmLight.Messaging.PropertyChangedMessageBase.#ctor(System.Object,System.String)">
- <summary>
- Initializes a new instance of the <see cref="T:GalaSoft.MvvmLight.Messaging.PropertyChangedMessageBase"/> class.
- </summary>
- <param name="sender">The message's sender.</param>
- <param name="propertyName">The name of the property that changed.</param>
- </member>
- <member name="M:GalaSoft.MvvmLight.Messaging.PropertyChangedMessageBase.#ctor(System.Object,System.Object,System.String)">
- <summary>
- Initializes a new instance of the <see cref="T:GalaSoft.MvvmLight.Messaging.PropertyChangedMessageBase"/> class.
- </summary>
- <param name="sender">The message's sender.</param>
- <param name="target">The message's intended target. This parameter can be used
- to give an indication as to whom the message was intended for. Of course
- this is only an indication, amd may be null.</param>
- <param name="propertyName">The name of the property that changed.</param>
- </member>
- <member name="M:GalaSoft.MvvmLight.Messaging.PropertyChangedMessageBase.#ctor(System.String)">
- <summary>
- Initializes a new instance of the <see cref="T:GalaSoft.MvvmLight.Messaging.PropertyChangedMessageBase"/> class.
- </summary>
- <param name="propertyName">The name of the property that changed.</param>
- </member>
- <member name="P:GalaSoft.MvvmLight.Messaging.PropertyChangedMessageBase.PropertyName">
- <summary>
- Gets or sets the name of the property that changed.
- </summary>
- </member>
- <member name="M:GalaSoft.MvvmLight.Messaging.PropertyChangedMessage`1.#ctor(System.Object,`0,`0,System.String)">
- <summary>
- Initializes a new instance of the <see cref="T:GalaSoft.MvvmLight.Messaging.PropertyChangedMessage`1"/> class.
- </summary>
- <param name="sender">The message's sender.</param>
- <param name="oldValue">The property's value before the change occurred.</param>
- <param name="newValue">The property's value after the change occurred.</param>
- <param name="propertyName">The name of the property that changed.</param>
- </member>
- <member name="M:GalaSoft.MvvmLight.Messaging.PropertyChangedMessage`1.#ctor(`0,`0,System.String)">
- <summary>
- Initializes a new instance of the <see cref="T:GalaSoft.MvvmLight.Messaging.PropertyChangedMessage`1"/> class.
- </summary>
- <param name="oldValue">The property's value before the change occurred.</param>
- <param name="newValue">The property's value after the change occurred.</param>
- <param name="propertyName">The name of the property that changed.</param>
- </member>
- <member name="M:GalaSoft.MvvmLight.Messaging.PropertyChangedMessage`1.#ctor(System.Object,System.Object,`0,`0,System.String)">
- <summary>
- Initializes a new instance of the <see cref="T:GalaSoft.MvvmLight.Messaging.PropertyChangedMessage`1"/> class.
- </summary>
- <param name="sender">The message's sender.</param>
- <param name="target">The message's intended target. This parameter can be used
- to give an indication as to whom the message was intended for. Of course
- this is only an indication, amd may be null.</param>
- <param name="oldValue">The property's value before the change occurred.</param>
- <param name="newValue">The property's value after the change occurred.</param>
- <param name="propertyName">The name of the property that changed.</param>
- </member>
- <member name="P:GalaSoft.MvvmLight.Messaging.PropertyChangedMessage`1.NewValue">
- <summary>
- Gets the value that the property has after the change.
- </summary>
- </member>
- <member name="P:GalaSoft.MvvmLight.Messaging.PropertyChangedMessage`1.OldValue">
- <summary>
- Gets the value that the property had before the change.
- </summary>
- </member>
- <member name="T:GalaSoft.MvvmLight.ObservableObject">
- <summary>
- A base class for objects of which the properties must be observable.
- </summary>
- </member>
- <member name="M:GalaSoft.MvvmLight.ObservableObject.VerifyPropertyName(System.String)">
- <summary>
- Verifies that a property name exists in this ViewModel. This method
- can be called before the property is used, for instance before
- calling RaisePropertyChanged. It avoids errors when a property name
- is changed but some places are missed.
- </summary>
- <remarks>This method is only active in DEBUG mode.</remarks>
- <param name="propertyName">The name of the property that will be
- checked.</param>
- </member>
- <member name="M:GalaSoft.MvvmLight.ObservableObject.RaisePropertyChanged(System.String)">
- <summary>
- Raises the PropertyChanged event if needed.
- </summary>
- <remarks>If the propertyName parameter
- does not correspond to an existing property on the current class, an
- exception is thrown in DEBUG configuration only.</remarks>
- <param name="propertyName">(optional) The name of the property that
- changed.</param>
- </member>
- <member name="M:GalaSoft.MvvmLight.ObservableObject.RaisePropertyChanged``1(System.Linq.Expressions.Expression{System.Func{``0}})">
- <summary>
- Raises the PropertyChanged event if needed.
- </summary>
- <typeparam name="T">The type of the property that
- changed.</typeparam>
- <param name="propertyExpression">An expression identifying the property
- that changed.</param>
- </member>
- <member name="M:GalaSoft.MvvmLight.ObservableObject.GetPropertyName``1(System.Linq.Expressions.Expression{System.Func{``0}})">
- <summary>
- Extracts the name of a property from an expression.
- </summary>
- <typeparam name="T">The type of the property.</typeparam>
- <param name="propertyExpression">An expression returning the property's name.</param>
- <returns>The name of the property returned by the expression.</returns>
- <exception cref="T:System.ArgumentNullException">If the expression is null.</exception>
- <exception cref="T:System.ArgumentException">If the expression does not represent a property.</exception>
- </member>
- <member name="M:GalaSoft.MvvmLight.ObservableObject.Set``1(System.Linq.Expressions.Expression{System.Func{``0}},``0@,``0)">
- <summary>
- Assigns a new value to the property. Then, raises the
- PropertyChanged event if needed.
- </summary>
- <typeparam name="T">The type of the property that
- changed.</typeparam>
- <param name="propertyExpression">An expression identifying the property
- that changed.</param>
- <param name="field">The field storing the property's value.</param>
- <param name="newValue">The property's value after the change
- occurred.</param>
- <returns>True if the PropertyChanged event has been raised,
- false otherwise. The event is not raised if the old
- value is equal to the new value.</returns>
- </member>
- <member name="M:GalaSoft.MvvmLight.ObservableObject.Set``1(System.String,``0@,``0)">
- <summary>
- Assigns a new value to the property. Then, raises the
- PropertyChanged event if needed.
- </summary>
- <typeparam name="T">The type of the property that
- changed.</typeparam>
- <param name="propertyName">The name of the property that
- changed.</param>
- <param name="field">The field storing the property's value.</param>
- <param name="newValue">The property's value after the change
- occurred.</param>
- <returns>True if the PropertyChanged event has been raised,
- false otherwise. The event is not raised if the old
- value is equal to the new value.</returns>
- </member>
- <member name="M:GalaSoft.MvvmLight.ObservableObject.Set``1(``0@,``0,System.String)">
- <summary>
- Assigns a new value to the property. Then, raises the
- PropertyChanged event if needed.
- </summary>
- <typeparam name="T">The type of the property that
- changed.</typeparam>
- <param name="field">The field storing the property's value.</param>
- <param name="newValue">The property's value after the change
- occurred.</param>
- <param name="propertyName">(optional) The name of the property that
- changed.</param>
- <returns>True if the PropertyChanged event has been raised,
- false otherwise. The event is not raised if the old
- value is equal to the new value.</returns>
- </member>
- <member name="E:GalaSoft.MvvmLight.ObservableObject.PropertyChanged">
- <summary>
- Occurs after a property value changes.
- </summary>
- </member>
- <member name="P:GalaSoft.MvvmLight.ObservableObject.PropertyChangedHandler">
- <summary>
- Provides access to the PropertyChanged event handler to derived classes.
- </summary>
- </member>
- <member name="T:GalaSoft.MvvmLight.ViewModelBase">
- <summary>
- A base class for the ViewModel classes in the MVVM pattern.
- </summary>
- </member>
- <member name="M:GalaSoft.MvvmLight.ViewModelBase.#ctor">
- <summary>
- Initializes a new instance of the ViewModelBase class.
- </summary>
- </member>
- <member name="M:GalaSoft.MvvmLight.ViewModelBase.#ctor(GalaSoft.MvvmLight.Messaging.IMessenger)">
- <summary>
- Initializes a new instance of the ViewModelBase class.
- </summary>
- <param name="messenger">An instance of a <see cref="T:GalaSoft.MvvmLight.Messaging.Messenger"/>
- used to broadcast messages to other objects. If null, this class
- will attempt to broadcast using the Messenger's default
- instance.</param>
- </member>
- <member name="M:GalaSoft.MvvmLight.ViewModelBase.Cleanup">
- <summary>
- Unregisters this instance from the Messenger class.
- <para>To cleanup additional resources, override this method, clean
- up and then call base.Cleanup().</para>
- </summary>
- </member>
- <member name="M:GalaSoft.MvvmLight.ViewModelBase.Broadcast``1(``0,``0,System.String)">
- <summary>
- Broadcasts a PropertyChangedMessage using either the instance of
- the Messenger that was passed to this class (if available)
- or the Messenger's default instance.
- </summary>
- <typeparam name="T">The type of the property that
- changed.</typeparam>
- <param name="oldValue">The value of the property before it
- changed.</param>
- <param name="newValue">The value of the property after it
- changed.</param>
- <param name="propertyName">The name of the property that
- changed.</param>
- </member>
- <member name="M:GalaSoft.MvvmLight.ViewModelBase.RaisePropertyChanged``1(System.String,``0,``0,System.Boolean)">
- <summary>
- Raises the PropertyChanged event if needed, and broadcasts a
- PropertyChangedMessage using the Messenger instance (or the
- static default instance if no Messenger instance is available).
- </summary>
- <typeparam name="T">The type of the property that
- changed.</typeparam>
- <param name="propertyName">The name of the property that
- changed.</param>
- <param name="oldValue">The property's value before the change
- occurred.</param>
- <param name="newValue">The property's value after the change
- occurred.</param>
- <param name="broadcast">If true, a PropertyChangedMessage will
- be broadcasted. If false, only the event will be raised.</param>
- <remarks>If the propertyName parameter
- does not correspond to an existing property on the current class, an
- exception is thrown in DEBUG configuration only.</remarks>
- </member>
- <member name="M:GalaSoft.MvvmLight.ViewModelBase.RaisePropertyChanged``1(System.Linq.Expressions.Expression{System.Func{``0}},``0,``0,System.Boolean)">
- <summary>
- Raises the PropertyChanged event if needed, and broadcasts a
- PropertyChangedMessage using the Messenger instance (or the
- static default instance if no Messenger instance is available).
- </summary>
- <typeparam name="T">The type of the property that
- changed.</typeparam>
- <param name="propertyExpression">An expression identifying the property
- that changed.</param>
- <param name="oldValue">The property's value before the change
- occurred.</param>
- <param name="newValue">The property's value after the change
- occurred.</param>
- <param name="broadcast">If true, a PropertyChangedMessage will
- be broadcasted. If false, only the event will be raised.</param>
- </member>
- <member name="M:GalaSoft.MvvmLight.ViewModelBase.Set``1(System.Linq.Expressions.Expression{System.Func{``0}},``0@,``0,System.Boolean)">
- <summary>
- Assigns a new value to the property. Then, raises the
- PropertyChanged event if needed, and broadcasts a
- PropertyChangedMessage using the Messenger instance (or the
- static default instance if no Messenger instance is available).
- </summary>
- <typeparam name="T">The type of the property that
- changed.</typeparam>
- <param name="propertyExpression">An expression identifying the property
- that changed.</param>
- <param name="field">The field storing the property's value.</param>
- <param name="newValue">The property's value after the change
- occurred.</param>
- <param name="broadcast">If true, a PropertyChangedMessage will
- be broadcasted. If false, only the event will be raised.</param>
- <returns>True if the PropertyChanged event was raised, false otherwise.</returns>
- </member>
- <member name="M:GalaSoft.MvvmLight.ViewModelBase.Set``1(System.String,``0@,``0,System.Boolean)">
- <summary>
- Assigns a new value to the property. Then, raises the
- PropertyChanged event if needed, and broadcasts a
- PropertyChangedMessage using the Messenger instance (or the
- static default instance if no Messenger instance is available).
- </summary>
- <typeparam name="T">The type of the property that
- changed.</typeparam>
- <param name="propertyName">The name of the property that
- changed.</param>
- <param name="field">The field storing the property's value.</param>
- <param name="newValue">The property's value after the change
- occurred.</param>
- <param name="broadcast">If true, a PropertyChangedMessage will
- be broadcasted. If false, only the event will be raised.</param>
- <returns>True if the PropertyChanged event was raised, false otherwise.</returns>
- </member>
- <member name="M:GalaSoft.MvvmLight.ViewModelBase.Set``1(``0@,``0,System.Boolean,System.String)">
- <summary>
- Assigns a new value to the property. Then, raises the
- PropertyChanged event if needed, and broadcasts a
- PropertyChangedMessage using the Messenger instance (or the
- static default instance if no Messenger instance is available).
- </summary>
- <typeparam name="T">The type of the property that
- changed.</typeparam>
- <param name="field">The field storing the property's value.</param>
- <param name="newValue">The property's value after the change
- occurred.</param>
- <param name="broadcast">If true, a PropertyChangedMessage will
- be broadcasted. If false, only the event will be raised.</param>
- <param name="propertyName">(optional) The name of the property that
- changed.</param>
- <returns>True if the PropertyChanged event was raised, false otherwise.</returns>
- </member>
- <member name="P:GalaSoft.MvvmLight.ViewModelBase.IsInDesignMode">
- <summary>
- Gets a value indicating whether the control is in design mode
- (running under Blend or Visual Studio).
- </summary>
- </member>
- <member name="P:GalaSoft.MvvmLight.ViewModelBase.IsInDesignModeStatic">
- <summary>
- Gets a value indicating whether the control is in design mode
- (running in Blend or Visual Studio).
- </summary>
- </member>
- <member name="P:GalaSoft.MvvmLight.ViewModelBase.MessengerInstance">
- <summary>
- Gets or sets an instance of a <see cref="T:GalaSoft.MvvmLight.Messaging.IMessenger"/> used to
- broadcast messages to other objects. If null, this class will
- attempt to broadcast using the Messenger's default instance.
- </summary>
- </member>
- <member name="T:GalaSoft.MvvmLight.Views.IDialogService">
- <summary>
- An interface defining how dialogs should
- be displayed in various frameworks such as Windows,
- Windows Phone, Android, iOS etc.
- </summary>
- </member>
- <member name="M:GalaSoft.MvvmLight.Views.IDialogService.ShowError(System.String,System.String,System.String,System.Action)">
- <summary>
- Displays information about an error.
- </summary>
- <param name="message">The message to be shown to the user.</param>
- <param name="title">The title of the dialog box. This may be null.</param>
- <param name="buttonText">The text shown in the only button
- in the dialog box. If left null, the text "OK" will be used.</param>
- <param name="afterHideCallback">A callback that should be executed after
- the dialog box is closed by the user.</param>
- <returns>A Task allowing this async method to be awaited.</returns>
- </member>
- <member name="M:GalaSoft.MvvmLight.Views.IDialogService.ShowError(System.Exception,System.String,System.String,System.Action)">
- <summary>
- Displays information about an error.
- </summary>
- <param name="error">The exception of which the message must be shown to the user.</param>
- <param name="title">The title of the dialog box. This may be null.</param>
- <param name="buttonText">The text shown in the only button
- in the dialog box. If left null, the text "OK" will be used.</param>
- <param name="afterHideCallback">A callback that should be executed after
- the dialog box is closed by the user.</param>
- <returns>A Task allowing this async method to be awaited.</returns>
- </member>
- <member name="M:GalaSoft.MvvmLight.Views.IDialogService.ShowMessage(System.String,System.String)">
- <summary>
- Displays information to the user. The dialog box will have only
- one button with the text "OK".
- </summary>
- <param name="message">The message to be shown to the user.</param>
- <param name="title">The title of the dialog box. This may be null.</param>
- <returns>A Task allowing this async method to be awaited.</returns>
- </member>
- <member name="M:GalaSoft.MvvmLight.Views.IDialogService.ShowMessage(System.String,System.String,System.String,System.Action)">
- <summary>
- Displays information to the user. The dialog box will have only
- one button.
- </summary>
- <param name="message">The message to be shown to the user.</param>
- <param name="title">The title of the dialog box. This may be null.</param>
- <param name="buttonText">The text shown in the only button
- in the dialog box. If left null, the text "OK" will be used.</param>
- <param name="afterHideCallback">A callback that should be executed after
- the dialog box is closed by the user.</param>
- <returns>A Task allowing this async method to be awaited.</returns>
- </member>
- <member name="M:GalaSoft.MvvmLight.Views.IDialogService.ShowMessage(System.String,System.String,System.String,System.String,System.Action{System.Boolean})">
- <summary>
- Displays information to the user. The dialog box will have only
- one button.
- </summary>
- <param name="message">The message to be shown to the user.</param>
- <param name="title">The title of the dialog box. This may be null.</param>
- <param name="buttonConfirmText">The text shown in the "confirm" button
- in the dialog box. If left null, the text "OK" will be used.</param>
- <param name="buttonCancelText">The text shown in the "cancel" button
- in the dialog box. If left null, the text "Cancel" will be used.</param>
- <param name="afterHideCallback">A callback that should be executed after
- the dialog box is closed by the user. The callback method will get a boolean
- parameter indicating if the "confirm" button (true) or the "cancel" button
- (false) was pressed by the user.</param>
- <returns>A Task allowing this async method to be awaited. The task will return
- true or false depending on the dialog result.</returns>
- </member>
- <member name="M:GalaSoft.MvvmLight.Views.IDialogService.ShowMessageBox(System.String,System.String)">
- <summary>
- Displays information to the user in a simple dialog box. The dialog box will have only
- one button with the text "OK". This method should be used for debugging purposes.
- </summary>
- <param name="message">The message to be shown to the user.</param>
- <param name="title">The title of the dialog box. This may be null.</param>
- <returns>A Task allowing this async method to be awaited.</returns>
- </member>
- <member name="T:GalaSoft.MvvmLight.Views.INavigationService">
- <summary>
- An interface defining how navigation between pages should
- be performed in various frameworks such as Windows,
- Windows Phone, Android, iOS etc.
- </summary>
- </member>
- <member name="M:GalaSoft.MvvmLight.Views.INavigationService.GoBack">
- <summary>
- If possible, instructs the navigation service
- to discard the current page and display the previous page
- on the navigation stack.
- </summary>
- </member>
- <member name="M:GalaSoft.MvvmLight.Views.INavigationService.NavigateTo(System.String)">
- <summary>
- Instructs the navigation service to display a new page
- corresponding to the given key. Depending on the platforms,
- the navigation service might have to be configured with a
- key/page list.
- </summary>
- <param name="pageKey">The key corresponding to the page
- that should be displayed.</param>
- </member>
- <member name="M:GalaSoft.MvvmLight.Views.INavigationService.NavigateTo(System.String,System.Object)">
- <summary>
- Instructs the navigation service to display a new page
- corresponding to the given key, and passes a parameter
- to the new page.
- Depending on the platforms, the navigation service might
- have to be Configure with a key/page list.
- </summary>
- <param name="pageKey">The key corresponding to the page
- that should be displayed.</param>
- <param name="parameter">The parameter that should be passed
- to the new page.</param>
- </member>
- <member name="P:GalaSoft.MvvmLight.Views.INavigationService.CurrentPageKey">
- <summary>
- The key corresponding to the currently displayed page.
- </summary>
- </member>
- </members>
- </doc>
|