Caliburn.Micro
Hosts attached properties related to view models.
The default view context.
A dependency property which allows the framework to track whether a certain element has already been loaded in certain scenarios.
A dependency property which marks an element as a name scope root.
A dependency property which allows the override of convention application behavior.
A dependency property for assigning a context to a particular portion of the UI.
A dependency property for attaching a model to the UI.
Used by the framework to indicate that this element was generated.
Executes the handler immediately if the element is loaded, otherwise wires it to the Loaded event.
The element.
The handler.
true if the handler was executed immediately; false otherwise
Used to retrieve the root, non-framework-created view.
The view to search.
The root element that was not created by the framework.
In certain instances the services create UI elements.
For example, if you ask the window manager to show a UserControl as a dialog, it creates a window to host the UserControl in.
The WindowManager marks that element as a framework-created element so that it can determine what it created vs. what was intended by the developer.
Calling GetFirstNonGeneratedView allows the framework to discover what the original element was.
Gets the convention application behavior.
The element the property is attached to.
Whether or not to apply conventions.
Sets the convention application behavior.
The element to attach the property to.
Whether or not to apply conventions.
Sets the model.
The element to attach the model to.
The model.
Gets the model.
The element the model is attached to.
The model.
Gets the context.
The element the context is attached to.
The context.
Sets the context.
The element to attach the context to.
The context.
Parses text into a fully functional set of instances with .
Parses the specified message text.
The target.
The message text.
The triggers parsed from the text.
The function used to generate a trigger.
The parameters passed to the method are the the target of the trigger and string representing the trigger.
Creates an instance of by parsing out the textual dsl.
The target of the message.
The textual message dsl.
The created message.
Function used to parse a string identified as a message.
Function used to parse a string identified as a message parameter.
Creates a binding on a .
The target to which the message is applied.
The parameter object.
The name of the element to bind to.
The path of the element to bind to.
The binding mode to use.
Enables easy marshalling of code to the UI thread.
Initializes the framework using the current dispatcher.
Resets the executor to use a non-dispatcher-based action executor.
Sets a custom UI thread marshaller.
The marshaller.
Executes the action on the UI thread.
The action to execute.
Indicates whether or not the framework is in design-time mode.
Extends such that the change event can be raised by external parties.
Notifies subscribers of the property change.
Name of the property.
Raises a change notification indicating that all bindings should be refreshed.
Enables/Disables property change notification.
Creates an instance of .
Raises a change notification indicating that all bindings should be refreshed.
Notifies subscribers of the property change.
Name of the property.
Notifies subscribers of the property change.
The type of the property.
The property expression.
Raises the property changed event immediately.
Name of the property.
Called when the object is deserialized.
The streaming context.
Used to indicate whether or not the IsNotifying property is serialized to Xml.
Whether or not to serialize the IsNotifying property. The default is false.
Enables/Disables property change notification.
Represents a collection that is observable.
The type of elements contained in the collection.
Adds the range.
The items.
Removes the range.
The items.
A base collection class that supports automatic UI thread marshalling.
The type of elements contained in the collection.
Initializes a new instance of the class.
Initializes a new instance of the class.
The collection from which the elements are copied.
The parameter cannot be null.
Notifies subscribers of the property change.
Name of the property.
Raises a change notification indicating that all bindings should be refreshed.
Inserts the item to the specified position.
The index to insert at.
The item to be inserted.
Exposes the base implementation of the function.
The index.
The item.
Used to avoid compiler warning regarding unverifiable code.
Moves the item within the collection.
The old position of the item.
The new position of the item.
Exposes the base implementation fo the function.
The old index.
The new index.
Used to avoid compiler warning regarding unverificable code.
Sets the item at the specified position.
The index to set the item at.
The item to set.
Exposes the base implementation of the function.
The index.
The item.
Used to avoid compiler warning regarding unverifiable code.
Removes the item at the specified position.
The position used to identify the item to remove.
Exposes the base implementation of the function.
The index.
Used to avoid compiler warning regarding unverifiable code.
Clears the items contained by the collection.
Exposes the base implementation of the function.
Used to avoid compiler warning regarding unverifiable code.
Raises the event with the provided arguments.
Arguments of the event being raised.
Raises the PropertyChanged event with the provided arguments.
The event data to report in the event.
Adds the range.
The items.
Removes the range.
The items.
Called when the object is deserialized.
The streaming context.
Used to indicate whether or not the IsNotifying property is serialized to Xml.
Whether or not to serialize the IsNotifying property. The default is false.
Enables/Disables property change notification.
Helper class for encoding strings to regular expression patterns
Regular expression pattern for valid name
Regular expression pattern for subnamespace (including dot)
Regular expression pattern for namespace or namespace fragment
Creates a named capture group with the specified regular expression
Name of capture group to create
Regular expression pattern to capture
Regular expression capture group with the specified group name
Converts a namespace (including wildcards) to a regular expression string
Source namespace to convert to regular expression
Namespace converted to a regular expression
Creates a capture group for a valid name regular expression pattern
Name of capture group to create
Regular expression capture group with the specified group name
Creates a capture group for a namespace regular expression pattern
Name of capture group to create
Regular expression capture group with the specified group name
A logger.
Logs the message as info.
A formatted message.
Parameters to be injected into the formatted message.
Logs the message as a warning.
A formatted message.
Parameters to be injected into the formatted message.
Logs the exception.
The exception.
Used to manage logging.
Creates an for the provided type.
Represents a parameter of an .
A dependency property representing the parameter's value.
When implemented in a derived class, creates a new instance of the derived class.
The new instance.
Makes the parameter aware of the that it's attached to.
The action message.
Gets or sets the value of the parameter.
The value.
A base implementation of .
A base implementation of which is capable of caching views by context.
Denotes a class which is aware of its view(s).
Attaches a view to this instance.
The view.
The context in which the view appears.
Gets a view previously attached to this instance.
The context denoting which view to retrieve.
The view.
Raised when a view is attached.
Indicates whether or not implementors of should cache their views by default.
The view chache for this instance.
Creates an instance of .
Creates an instance of .
Indicates whether or not this instance maintains a view cache.
Called when a view is attached.
The view.
The context in which the view appears.
Called when an attached view's Loaded event fires.
Gets a view previously attached to this instance.
The context denoting which view to retrieve.
The view.
Raised when a view is attached.
Indicates whether or not this instance maintains a view cache.
Denotes an instance which implements , , , and
Denotes an instance which has a display name.
Gets or Sets the Display Name
Denotes an instance which requires activation.
Activates this instance.
Indicates whether or not this instance is active.
Raised after activation occurs.
Denotes an instance which requires deactivation.
Deactivates this instance.
Indicates whether or not this instance is being closed.
Raised before deactivation.
Raised after deactivation.
Denotes an instance which may prevent closing.
Denotes an object that can be closed.
Tries to close this instance.
Called to check whether or not this instance can close.
The implementer calls this action with the result of the close check.
Denotes a node within a parent/child hierarchy.
Gets or Sets the Parent
Creates an instance of the screen.
Called when initializing.
Called when activating.
Called when deactivating.
Inidicates whether this instance will be closed.
Called to check whether or not this instance can close.
The implementor calls this action with the result of the close check.
Tries to close this instance by asking its Parent to initiate shutdown or by asking its corresponding view to close.
Closes this instance by asking its Parent to initiate shutdown or by asking it's corresponding view to close.
This overload also provides an opportunity to pass a dialog result to it's corresponding view.
The dialog result.
Gets or Sets the Parent
Gets or Sets the Display Name
Indicates whether or not this instance is currently active.
Indicates whether or not this instance is currently initialized.
Raised after activation occurs.
Raised before deactivation.
Raised after deactivation.
An implementation of that holds on to and activates only one item at a time.
A base class for various implementations of that maintain an active item.
The type that is being conducted.
A base class for various implementations of .
The type that is being conducted.
Denotes an instance which conducts other objects by managing an ActiveItem and maintaining a strict lifecycle.
Conducted instances can optin to the lifecycle by impelenting any of the follosing , , .
Interface used to define an object associated to a collection of children.
Gets the children.
The collection of children.
Activates the specified item.
The item to activate.
Deactivates the specified item.
The item to close.
Indicates whether or not to close the item after deactivating it.
Occurs when an activation request is processed.
Interface used to define a specialized parent.
The type of children.
Gets the children.
The collection of children.
Gets the children.
The collection of children.
Activates the specified item.
The item to activate.
Deactivates the specified item.
The item to close.
Indicates whether or not to close the item after deactivating it.
Called by a subclass when an activation needs processing.
The item on which activation was attempted.
if set to true activation was successful.
Ensures that an item is ready to be activated.
The item to be activated.
Gets or sets the close strategy.
The close strategy.
Occurs when an activation request is processed.
An that also implements .
Denotes an instance which maintains an active item.
The currently active item.
Changes the active item.
The new item to activate.
Indicates whether or not to close the previous active item.
The currently active item.
The currently active item.
Activates the specified item.
The item to activate.
Deactivates the specified item.
The item to close.
Indicates whether or not to close the item after deactivating it.
Called to check whether or not this instance can close.
The implementor calls this action with the result of the close check.
Called when activating.
Called when deactivating.
Inidicates whether this instance will be closed.
Gets the children.
The collection of children.
An implementation of that holds on many items.
An implementation of that holds on many items.
An implementation of that holds on to many items wich are all activated.
Initializes a new instance of the class.
if set to true opens public items that are properties of this class.
Initializes a new instance of the class.
Called when activating.
Called when deactivating.
Inidicates whether this instance will be closed.
Called to check whether or not this instance can close.
The implementor calls this action with the result of the close check.
Called when initializing.
Activates the specified item.
The item to activate.
Deactivates the specified item.
The item to close.
Indicates whether or not to close the item after deactivating it.
Gets the children.
The collection of children.
Ensures that an item is ready to be activated.
The item to be activated.
Gets the items that are currently being conducted.
An implementation of that holds on many items but only activates on at a time.
Initializes a new instance of the class.
Gets the children.
The collection of children.
Activates the specified item.
The item to activate.
Deactivates the specified item.
The item to close.
Indicates whether or not to close the item after deactivating it.
Determines the next item to activate based on the last active index.
The list of possible active items.
The index of the last active item.
The next item to activate.
Called after an active item is closed.
Called to check whether or not this instance can close.
The implementor calls this action with the result of the close check.
Called when activating.
Called when deactivating.
Inidicates whether this instance will be closed.
Ensures that an item is ready to be activated.
The item to be activated.
Gets the items that are currently being conducted.
A strategy for determining which view model to use for a given view.
Used to transform names.
The name of the capture group used as a marker for rules that return interface types
Specifies how type mappings are created, including default type mappings. Calling this method will
clear all existing name transformation rules and create new default type mappings according to the
configuration.
An instance of TypeMappingConfiguration that provides the settings for configuration
Adds a default type mapping using the standard namespace mapping convention
Suffix for type name. Should be "View" or synonym of "View". (Optional)
Adds a standard type mapping based on namespace RegEx replace and filter patterns
RegEx replace pattern for source namespace
RegEx filter pattern for source namespace
Array of RegEx replace values for target namespaces
Suffix for type name. Should be "View" or synonym of "View". (Optional)
Adds a standard type mapping based on namespace RegEx replace and filter patterns
RegEx replace pattern for source namespace
RegEx filter pattern for source namespace
RegEx replace value for target namespace
Suffix for type name. Should be "View" or synonym of "View". (Optional)
Adds a standard type mapping based on simple namespace mapping
Namespace of source type
Namespaces of target type as an array
Suffix for type name. Should be "View" or synonym of "View". (Optional)
Adds a standard type mapping based on simple namespace mapping
Namespace of source type
Namespace of target type
Suffix for type name. Should be "View" or synonym of "View". (Optional)
Adds a standard type mapping by substituting one subnamespace for another
Subnamespace of source type
Subnamespaces of target type as an array
Suffix for type name. Should be "View" or synonym of "View". (Optional)
Adds a standard type mapping by substituting one subnamespace for another
Subnamespace of source type
Subnamespace of target type
Suffix for type name. Should be "View" or synonym of "View". (Optional)
Makes a type name into an interface name.
The part.
Transforms a View type name into all of its possible ViewModel type names. Accepts a flag
to include or exclude interface types.
Enumeration of transformed names
Arguments:
typeName = The name of the View type being resolved to its companion ViewModel.
includeInterfaces = Flag to indicate if interface types are included
Determines the view model type based on the specified view type.
The view model type.
Pass the view type and receive a view model type. Pass true for the second parameter to search for interfaces.
Locates the view model for the specified view type.
The view model.
Pass the view type as a parameter and receive a view model instance.
Locates the view model for the specified view instance.
The view model.
Pass the view instance as a parameters and receive a view model instance.
Used by the framework to pull instances from an IoC container and to inject dependencies into certain existing classes.
Gets an instance by type and key.
Gets all instances of a particular type.
Passes an existing instance to the IoC container to enable dependencies to be injected.
Gets an instance by type.
The type to resolve from the container.
The resolved instance.
Gets an instance from the container using type and key.
The type to resolve.
The key to look up.
The resolved instance.
A host for action related attached properties.
A property definition representing the target of an . The DataContext of the element will be set to this instance.
A property definition representing the target of an . The DataContext of the element is not set to this instance.
Sets the target of the .
The element to attach the target to.
The target for instances of .
Gets the target for instances of .
The element to which the target is attached.
The target for instances of
Sets the target of the .
The element to attach the target to.
The target for instances of .
The DataContext will not be set.
Gets the target for instances of .
The element to which the target is attached.
The target for instances of
Checks if the -Target was set.
DependencyObject to check
True if Target or TargetWithoutContext was set on
Uses the action pipeline to invoke the method.
The object instance to invoke the method on.
The name of the method to invoke.
The view.
The source of the invocation.
The event args.
The method parameters.
Hosts extension methods for classes.
Activates the item if it implements , otherwise does nothing.
The potential activatable.
Deactivates the item if it implements , otherwise does nothing.
The potential deactivatable.
Indicates whether or not to close the item after deactivating it.
Closes the specified item.
The conductor.
The item to close.
Closes the specified item.
The conductor.
The item to close.
Activates a child whenever the specified parent is activated.
The child to activate.
The parent whose activation triggers the child's activation.
Deactivates a child whenever the specified parent is deactivated.
The child to deactivate.
The parent whose deactivation triggers the child's deactivation.
Activates and Deactivates a child whenever the specified parent is Activated or Deactivated.
The child to activate/deactivate.
The parent whose activation/deactivation triggers the child's activation/deactivation.
Generic extension methods used by the framework.
Get's the name of the assembly.
The assembly.
The assembly's name.
Gets all the attributes of a particular type.
The type of attributes to get.
The member to inspect for attributes.
Whether or not to search for inherited attributes.
The list of attributes found.
Applies the action to each element in the list.
The enumerable item's type.
The elements to enumerate.
The action to apply to each item in the list.
Converts an expression into a .
The expression to convert.
The member info.
Used to configure the conventions used by the framework to apply bindings and create actions.
Converters to/from .
Indicates whether or not static properties should be included during convention name matching.
False by default.
Indicates whether or not the Content of ContentControls should be overwritten by conventional bindings.
False by default.
The default DataTemplate used for ItemsControls when required.
The default DataTemplate used for Headered controls when required.
Changes the provided word from a plural form to a singular form.
Derives the SelectedItem property name.
Creates a binding and sets it on the element, applying the appropriate conventions.
Applies the appropriate binding mode to the binding.
Determines whether or not and what type of validation to enable on the binding.
Determines whether a value converter is is needed and applies one to the binding.
Determines whether a custom string format is needed and applies it to the binding.
Determines whether a custom update source trigger should be applied to the binding.
Adds an element convention.
The type of element.
The default property for binding conventions.
The default property for action parameters.
The default event to trigger actions.
Adds an element convention.
Gets an element convention for the provided element type.
The type of element to locate the convention for.
The convention if found, null otherwise.
Searches the class hierarchy for conventions.
Determines whether a particular dependency property already has a binding on the provided element.
Creates a binding and sets it on the element, guarding against pre-existing bindings.
Creates a binding and set it on the element, guarding against pre-existing bindings and pre-existing values.
Attempts to apply the default item template to the items control.
The items control.
The collection property.
Configures the selected item convention.
The element that has a SelectedItem property.
The SelectedItem property.
The view model type.
The property path.
Configures the SelectedItem binding for matched selection path.
The element that has a SelectedItem property.
The SelectedItem property.
The view model type.
The property path.
The binding to configure.
A bool indicating whether to apply binding
Applies a header template based on
Gets a property by name, ignoring case and searching all interfaces.
The type to inspect.
The property to search for.
The property or null if not found.
A source of assemblies that are inspectable by the framework.
The singleton instance of the AssemblySource used by the framework.
Host's attached properties related to routed UI messaging.
Places a message handler on this element.
The element.
The message handler.
Gets the message handler for this element.
The element.
The message handler.
A property definition representing attached triggers and messages.
Sets the attached triggers and messages.
The element to attach to.
The parsable attachment text.
Gets the attached triggers and messages.
The element that was attached to.
The parsable attachment text.
Indicates that a message is parameterized.
Represents the parameters of a message.
Represents the conventions for a particular element type.
The type of element to which the conventions apply.
Gets the default property to be used in binding conventions.
The default trigger to be used when wiring actions on this element.
The default property to be used for parameters of this type in actions.
Applies custom conventions for elements of this type.
Pass the view model type, property path, property instance, framework element and its convention.
Manages coroutine execution.
Creates the parent enumerator.
Executes a coroutine.
The coroutine to execute.
The context to execute the coroutine within.
/// The completion callback for the coroutine.
Called upon completion of a coroutine.
A strategy for determining which view to use for a given model.
Used to transform names.
Separator used when resolving View names for context instances.
Specifies how type mappings are created, including default type mappings. Calling this method will
clear all existing name transformation rules and create new default type mappings according to the
configuration.
An instance of TypeMappingConfiguration that provides the settings for configuration
Adds a default type mapping using the standard namespace mapping convention
Suffix for type name. Should be "View" or synonym of "View". (Optional)
This method registers a View suffix or synonym so that View Context resolution works properly.
It is automatically called internally when calling AddNamespaceMapping(), AddDefaultTypeMapping(),
or AddTypeMapping(). It should not need to be called explicitly unless a rule that handles synonyms
is added directly through the NameTransformer.
Suffix for type name. Should be "View" or synonym of "View".
Adds a standard type mapping based on namespace RegEx replace and filter patterns
RegEx replace pattern for source namespace
RegEx filter pattern for source namespace
Array of RegEx replace values for target namespaces
Suffix for type name. Should be "View" or synonym of "View". (Optional)
Adds a standard type mapping based on namespace RegEx replace and filter patterns
RegEx replace pattern for source namespace
RegEx filter pattern for source namespace
RegEx replace value for target namespace
Suffix for type name. Should be "View" or synonym of "View". (Optional)
Adds a standard type mapping based on simple namespace mapping
Namespace of source type
Namespaces of target type as an array
Suffix for type name. Should be "View" or synonym of "View". (Optional)
Adds a standard type mapping based on simple namespace mapping
Namespace of source type
Namespace of target type
Suffix for type name. Should be "View" or synonym of "View". (Optional)
Adds a standard type mapping by substituting one subnamespace for another
Subnamespace of source type
Subnamespaces of target type as an array
Suffix for type name. Should be "View" or synonym of "View". (Optional)
Adds a standard type mapping by substituting one subnamespace for another
Subnamespace of source type
Subnamespace of target type
Suffix for type name. Should be "View" or synonym of "View". (Optional)
Retrieves the view from the IoC container or tries to create it if not found.
Pass the type of view as a parameter and recieve an instance of the view.
Modifies the name of the type to be used at design time.
Transforms a ViewModel type name into all of its possible View type names. Optionally accepts an instance
of context object
Enumeration of transformed names
Arguments:
typeName = The name of the ViewModel type being resolved to its companion View.
context = An instance of the context or null.
Locates the view type based on the specified model type.
The view.
Pass the model type, display location (or null) and the context instance (or null) as parameters and receive a view type.
Locates the view for the specified model type.
The view.
Pass the model type, display location (or null) and the context instance (or null) as parameters and receive a view instance.
Locates the view for the specified model instance.
The view.
Pass the model instance, display location (or null) and the context (or null) as parameters and receive a view instance.
Transforms a view type into a pack uri.
When a view does not contain a code-behind file, we need to automatically call InitializeCompoent.
The element to initialize
A service that is capable of properly binding values to a method's parameters and creating instances of .
The special parameter values recognized by the message binder along with their resolvers.
Custom converters used by the framework registered by destination type for which they will be selected.
The converter is passed the existing value to convert and a "context" object.
Determines the parameters that a method should be invoked with.
The action execution context.
The parameters required to complete the invocation.
The actual parameter values.
Transforms the textual parameter into the actual parameter.
Coerces the provided value to the destination type.
The destination type.
The provided value.
An optional context value which can be used during conversion.
The coerced value.
Gets the default value for a type.
The type.
The default value.
Used to gather the results from multiple child elements which may or may not prevent closing.
The type of child element.
Executes the strategy.
Items that are requesting close.
The action to call when all enumeration is complete and the close results are aggregated.
The bool indicates whether close can occur. The enumerable indicates which children should close if the parent cannot.
Used to gather the results from multiple child elements which may or may not prevent closing.
The type of child element.
Creates an instance of the class.
Indicates that even if all conducted items are not closable, those that are should be closed. The default is FALSE.
Executes the strategy.
Items that are requesting close.
The action to call when all enumeration is complete and the close results are aggregated.
The bool indicates whether close can occur. The enumerable indicates which children should close if the parent cannot.
A marker interface for classes that subscribe to messages.
Denotes a class which can handle a particular type of message.
The type of message to handle.
Handles the message.
The message.
Enables loosely-coupled publication of and subscription to events.
Subscribes an instance to all events declared through implementations of
The instance to subscribe for event publication.
Unsubscribes the instance from all events.
The instance to unsubscribe.
Publishes a message.
The message instance.
Uses the default thread marshaller during publication.
Publishes a message.
The message instance.
Allows the publisher to provide a custom thread marshaller for the message publication.
Gets or sets the default publication thread marshaller.
The default publication thread marshaller.
Enables loosely-coupled publication of and subscription to events.
The default thread marshaller used for publication;
Initializes a new instance of the class.
Subscribes an instance to all events declared through implementations of
The instance to subscribe for event publication.
Unsubscribes the instance from all events.
The instance to unsubscribe.
Publishes a message.
The message instance.
Does not marshall the the publication to any special thread by default.
Publishes a message.
The message instance.
Allows the publisher to provide a custom thread marshaller for the message publication.
Gets or sets the default publication thread marshaller.
The default publication thread marshaller.
The event args for the event.
The view.
The context.
Denotes a node within a parent/child hierarchy.
The type of parent.
Gets or Sets the Parent
Used to send a message from the UI to a presentation model class, indicating that a particular Action should be invoked.
Causes the action invocation to "double check" if the action should be invoked by executing the guard immediately before hand.
This is disabled by default. If multiple actions are attached to the same element, you may want to enable this so that each individaul action checks its guard regardless of how the UI state appears.
Causes the action to throw if it cannot locate the target or the method at invocation time.
True by default.
Represents the method name of an action message.
Represents the parameters of an action message.
Creates an instance of .
Called after the action is attached to an AssociatedObject.
Called when the action is being detached from its AssociatedObject, but before it has actually occurred.
Invokes the action.
The parameter to the action. If the action does not require a parameter, the parameter may be set to a null reference.
Forces an update of the UI's Enabled/Disabled state based on the the preconditions associated with the method.
Returns a that represents the current .
A that represents the current .
Invokes the action using the specified
Applies an availability effect, such as IsEnabled, to an element.
Returns a value indicating whether or not the action is available.
Finds the method on the target matching the specified message.
The target.
The message.
The matching method, if available.
Sets the target, method and view on the context. Uses a bubbling strategy by default.
Prepares the action execution context for use.
Try to find a candidate for guard function, having:
- a name in the form "CanXXX"
- no generic parameters
- a bool return type
- no parameters or a set of parameters corresponding to the action method
The execution context
A MethodInfo, if found; null otherwise
Gets or sets the name of the method to be invoked on the presentation model class.
The name of the method.
Gets the parameters to pass as part of the method invocation.
The parameters.
Occurs before the message detaches from the associated object.
Class for managing the list of rules for doing name transformation.
Adds a transform using a single replacement value and a global filter pattern.
Regular expression pattern for replacing text
The replacement value.
Regular expression pattern for global filtering
Adds a transform using a list of replacement values and a global filter pattern.
Regular expression pattern for replacing text
The list of replacement values
Regular expression pattern for global filtering
Gets the list of transformations for a given name.
The name to transform into the resolved name list
The transformed names.
Gets the list of transformations for a given name.
The name to transform into the resolved name list
A function to do a transform on each item in the ReplaceValueList prior to applying the regular expression transform
The transformed names.
Flag to indicate if transformations from all matched rules are returned. Otherwise, transformations from only the first matched rule are returned.
A rule that describes a name transform.
Regular expression pattern for global filtering
Regular expression pattern for replacing text
The list of replacement values
EventArgs sent during activation.
Indicates whether the sender was initialized in addition to being activated.
Contains details about the success or failure of an item's activation through an .
The item whose activation was processed.
Gets or sets a value indicating whether the activation was a success.
true if success; otherwise, false.
EventArgs sent during deactivation.
Indicates whether the sender was closed in addition to being deactivated.
The context used during the execution of an Action or its guard.
Determines whether the action can execute.
Returns true if the action can execute, false otherwise.
Any event arguments associated with the action's invocation.
The actual method info to be invoked.
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
The message being executed.
The source from which the message originates.
The instance on which the action is invoked.
The view associated with the target.
Gets or sets additional data needed to invoke the action.
The data key.
Custom data associated with the context.
Called when the execution context is disposed
The event args for the Completed event of an .
Gets or sets the error if one occurred.
The error.
Gets or sets a value indicating whether the result was cancelled.
true if cancelled; otherwise, false.
Provides methods for searching a given scope for named elements.
Searches through the list of named elements looking for a case-insensitive match.
The named elements to search through.
The name to search for.
The named element or null if not found.
Gets all the instances with names in the scope.
Named instances in the provided scope.
Pass in a and receive a list of named instances in the same scope.
A service that manages windows.
Shows a modal dialog for the specified model.
The root model.
The context.
The optional dialog settings.
The dialog result.
Shows a non-modal window for the specified model.
The root model.
The context.
The optional window settings.
Shows a popup at the current mouse position.
The root model.
The view context.
The optional popup settings.
A service that manages windows.
Shows a modal dialog for the specified model.
The root model.
The context.
The dialog popup settings.
The dialog result.
Shows a window for the specified model.
The root model.
The context.
The optional window settings.
Shows a popup at the current mouse position.
The root model.
The view context.
The optional popup settings.
Creates a popup for hosting a popup window.
The model.
The optional popup settings.
The popup.
Creates a window.
The view model.
Whethor or not the window is being shown as a dialog.
The view context.
The optional popup settings.
The window.
Makes sure the view is a window is is wrapped by one.
The view model.
The view.
Whethor or not the window is being shown as a dialog.
The window.
Infers the owner of the window.
The window to whose owner needs to be determined.
The owner.
Creates the page.
The root model.
The context.
The optional popup settings.
The page.
Ensures the view is a page or provides one.
The model.
The view.
The page.
An implementation of that enables sequential execution of multiple results.
Allows custom code to execute after the return of a action.
Executes the result using the specified context.
The context.
Occurs when execution has completed.
Initializes a new instance of the class.
The enumerator.
Executes the result using the specified context.
The context.
Occurs when execution has completed.
Instantiate this class in order to configure the framework.
Creates an instance of the bootstrapper.
Set this to false when hosting Caliburn.Micro inside and Office or WinForms application. The default is true.
Called by the bootstrapper's constructor at design time to start the framework.
Called by the bootstrapper's constructor at runtime to start the framework.
Provides an opportunity to hook into the application object.
Override to configure the framework and setup your IoC container.
Override to tell the framework where to find assemblies to inspect for views, etc.
A list of assemblies to inspect.
Override this to provide an IoC specific implementation.
The service to locate.
The key to locate.
The located service.
Override this to provide an IoC specific implementation
The service to locate.
The located services.
Override this to provide an IoC specific implementation.
The instance to perform injection on.
Override this to add custom behavior to execute after the application starts.
The sender.
The args.
Override this to add custom behavior on exit.
The sender.
The event args.
Override this to add custom behavior for unhandled exceptions.
The sender.
The event args.
Locates the view model, locates the associate view, binds them and shows it as the root view.
The view model type.
The application.
A strongly-typed version of that specifies the type of root model to create for the application.
The type of root model for the application.
Override this to add custom behavior to execute after the application starts.
The sender.
The args.
Class to specify settings for configuring type mappings by the ViewLocator or ViewModelLocator
The default subnamespace for Views. Used for creating default subnamespace mappings. Defaults to "Views".
The default subnamespace for ViewModels. Used for creating default subnamespace mappings. Defaults to "ViewModels".
Flag to indicate whether or not the name of the Type should be transformed when adding a type mapping. Defaults to true.
The format string used to compose the name of a type from base name and name suffix
Flag to indicate if ViewModel names should include View suffixes (i.e. CustomerPageViewModel vs. CustomerViewModel)
List of View suffixes for which default type mappings should be created. Applies only when UseNameSuffixesInMappings = true.
Default values are "View", "Page"
The name suffix for ViewModels. Applies only when UseNameSuffixesInMappings = true. The default is "ViewModel".
Hosts dependency properties for binding.
Allows binding on an existing view. Use this on root UserControls, Pages and Windows; not in a DataTemplate.
Allows binding on an existing view without setting the data context. Use this from within a DataTemplate.
Gets the model to bind to.
The dependency object to bind to.
The model.
Sets the model to bind to.
The dependency object to bind to.
The model.
Gets the model to bind to.
The dependency object to bind to.
The model.
Sets the model to bind to.
The dependency object to bind to.
The model.
Allows application of conventions at design-time.
Sets whether or not do bind conventions at design-time.
The ui to apply conventions to.
Whether or not to apply conventions.
A collection that can exist as part of a behavior.
The type of item in the attached collection.
Creates an instance of
Attached the collection.
The dependency object to attach the collection to.
Detaches the collection.
Called when an item is added from the collection.
The item that was added.
Called when an item is removed from the collection.
The item that was removed.
Binds a view to a view model.
Gets or sets a value indicating whether to apply conventions by default.
true if conventions should be applied by default; otherwise, false.
Indicates whether or not the conventions have already been applied to the view.
Determines whether a view should have conventions applied to it.
The view to check.
Whether or not conventions should be applied to the view.
Creates data bindings on the view's controls based on the provided properties.
Parameters include named Elements to search through and the type of view model to determine conventions for. Returns unmatched elements.
Attaches instances of to the view's controls based on the provided methods.
Parameters include the named elements to search through and the type of view model to determine conventions for. Returns unmatched elements.
Allows the developer to add custom handling of named elements which were not matched by any default conventions.
Binds the specified viewModel to the view.
Passes the the view model, view and creation context (or null for default) to use in applying binding.