Share via


AifWpfShellBase<TShell> Class

 

Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2013, Dynamics CRM 2015, Dynamics CRM 2016

Supports an application that uses a WPF window as its shell.

Namespace:   Microsoft.Uii.Csr
Assembly:  Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)

Inheritance Hierarchy

System.Object
  Microsoft.Practices.CompositeUI.CabApplication<TWorkItem>
    Microsoft.Practices.CompositeUI.CabShellApplication<TWorkItem, TShell>
      Microsoft.Practices.CompositeUI.Windows.WindowsApplication<TWorkItem, TShell>
        Microsoft.Practices.CompositeUI.Windows.WindowShellApplication<TWorkItem, TShell>
          Microsoft.Uii.Csr.AifWpfShellBase<TShell>

Syntax

public class AifWpfShellBase<TShell> : WindowShellApplication<WorkItem, TShell>
where TShell : new(), Window
Public Class AifWpfShellBase(Of TShell As { Window, New })
    Inherits WindowShellApplication(Of WorkItem, TShell)

Type Parameters

  • TShell
    Specifies the shell.

Constructors

Name Description
System_CAPS_pubmethod AifWpfShellBase<TShell>()

Initializes a new instance of the AifWpfShellBase<TShell> class.

Properties

Name Description
System_CAPS_protproperty Configuration

(Inherited from CabApplication<TWorkItem>.)

System_CAPS_pubproperty DesktopShell

Gets the shell that was created. Will not be valid until after the shell has been created.

System_CAPS_pubproperty RootWorkItem

(Inherited from CabApplication<TWorkItem>.)

System_CAPS_protproperty Shell

(Inherited from CabShellApplication<TWorkItem, TShell>.)

System_CAPS_protproperty VisualizerType

(Inherited from CabApplication<TWorkItem>.)

Methods

Name Description
System_CAPS_protmethod AddBuilderStrategies(Builder)

(Inherited from WindowsApplication<TWorkItem, TShell>.)

System_CAPS_protmethod AddServices()

(Inherited from WindowsApplication<TWorkItem, TShell>.)

System_CAPS_protmethod AfterShellCreated()

Called after the shell has been created.(Overrides WindowsApplication<TWorkItem, TShell>.AfterShellCreated().)

System_CAPS_protmethod BeforeShellCreated()

(Inherited from CabShellApplication<TWorkItem, TShell>.)

System_CAPS_protmethod CreateVisualizer()

(Inherited from CabApplication<TWorkItem>.)

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethod OnRootWorkItemInitialized()

(Inherited from CabShellApplication<TWorkItem, TShell>.)

System_CAPS_pubmethod OnUnhandledException(Object, UnhandledExceptionEventArgs)

(Inherited from CabApplication<TWorkItem>.)

System_CAPS_pubmethod Run()

(Inherited from CabApplication<TWorkItem>.)

System_CAPS_protmethod Start()

(Inherited from WindowShellApplication<TWorkItem, TShell>.)

System_CAPS_pubmethod StartApplication()

Starts the shell application

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.Uii.Csr Namespace

Return to top

Unified Service Desk 2.0

© 2017 Microsoft. All rights reserved. Copyright