Share via


AifShellBase<TShell> Class

 

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

Represents an application that uses a Windows Forms form as its shell.

This API is not CLS-compliant.

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.WinForms.WindowsFormsApplication<TWorkItem, TShell>
        Microsoft.Practices.CompositeUI.WinForms.FormShellApplication<TWorkItem, TShell>
          Microsoft.Uii.Csr.AifShellBase<TShell>

Syntax

[CLSCompliantAttribute(false)]
public class AifShellBase<TShell> : FormShellApplication<WorkItem, TShell>
where TShell : Form
<CLSCompliantAttribute(False)>
Public Class AifShellBase(Of TShell As Form)
    Inherits FormShellApplication(Of WorkItem, TShell)

Type Parameters

  • TShell
    T

Constructors

Name Description
System_CAPS_pubmethod AifShellBase<TShell>()

Initializes a new instance of the AifShellBase<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 WindowsFormsApplication<TWorkItem, TShell>.)

System_CAPS_protmethod AddServices()

(Inherited from WindowsFormsApplication<TWorkItem, TShell>.)

System_CAPS_protmethod AfterShellCreated()

Called after the shell has been created.(Overrides WindowsFormsApplication<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 FormShellApplication<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