Class WpfLayoutProvider
Provides layout provider for Vortex WPF application.
Inheritance
System.Object
WpfLayoutProvider
Implements
Vortex.Framework.Abstractions.Presentation.ILayoutProvider
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Vortex.Presentation.Wpf
Assembly: Vortex.Presentation.Wpf.dll
Syntax
public class WpfLayoutProvider : ILayoutProvider
Examples
Constructors
WpfLayoutProvider()
Creates new instance of WpfLayoutProvider
Declaration
public WpfLayoutProvider()
Fields
_layoutDictionary
Declaration
readonly Dictionary<Layout, (string assembly, string fullTypeName)> _layoutDictionary
Field Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<Layout, System.ValueTuple<System.String, System.String>> |
Methods
GetControl(Layout)
Gets layout control.
Declaration
public (string assembly, string fullTypeName) GetControl(Layout layoutType)
Parameters
Type | Name | Description |
---|---|---|
Layout | layoutType | Type of Layout |
Returns
Type | Description |
---|---|
System.ValueTuple<System.String, System.String> |
Implements
Vortex.Framework.Abstractions.Presentation.ILayoutProvider