See also:
NTier Windows Forms Framework Home
NTier Framework API reference

Provides a Data Connection dialog box a way of specifying an xml file name.

Namespace: NTier.Designer.Forms
Assembly: NTier.Designer (in NTier.Designer.dll) Version: 1.0.0.0

Syntax

C#
public class XmlDataConnectionUIControl : UserControl, 
	IDataConnectionUIControl
Visual Basic
Public Class XmlDataConnectionUIControl
	Inherits UserControl
	Implements IDataConnectionUIControl
Visual C++
public ref class XmlDataConnectionUIControl : public UserControl, 
	IDataConnectionUIControl

Inheritance Hierarchy

System..::..Object
  System..::..MarshalByRefObject
    System.ComponentModel..::..Component
      System.Windows.Forms..::..Control
        System.Windows.Forms..::..ScrollableControl
          System.Windows.Forms..::..ContainerControl
            System.Windows.Forms..::..UserControl
              NTier.Designer.Forms..::..XmlDataConnectionUIControl

See Also