The MVCConfiguration type exposes the following members.

Constructors

  NameDescription
MVCConfiguration
Parameterless constructor.

Methods

  NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetDefault
Returns the default MVCConfiguration instance with ViewInfosProviderType set to DefaultViewInfosProvider and TaskInfoProviderType set to DefaultTaskInfoProvider and ViewsAssembly pointing to the calling assembly.
GetHashCode
Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
NavigatorType
Specifies the type of the Navigator descendants associated with task objects by default.
TaskInfoProvider
Gets or sets an associated ITaskInfoProvider instance used to convert task types to TaskInfo objects.
TaskInfoProviderType
Specifies the type of the ITaskInfoProvider implementation used to populate task descriptions ( MVCConfiguration.TaskInfos property).
TaskInfos
Associates MVCConfiguration to task descriptions.
ViewInfosByTask
Gets a set of ViewInfoCollection objects for every task. These objects are produced by an instance of the MVCConfiguration.ViewInfosProviderType type
ViewInfosProviderType
Specifies the type of the IViewInfosProvider implementation used to populate view descriptions ( ViewInfosByTask property).
ViewsAssemblies
Collection of assemblies containing view descriptions. These descriptions are converted by the ViewInfosProviderType class to ViewInfo objects and stored in MVCConfiguration.ViewInfosByTask collections.
ViewsAssembly
Gets or sets an assembly containing view descriptions. These descriptions are converted by the ViewInfosProviderType class to ViewInfo objects and stored in MVCConfiguration.ViewInfosByTask collections.
ViewsManagerType
Specifies a views manager type (IViewsManager implementation) to be used.

See Also