UAOOI.Windows.Forms

XmlQualifiedNameEditor Members

The XmlQualifiedNameEditor type exposes the following members.

Constructors


  Name Description
Public method XmlQualifiedNameEditor(XmlQualifiedName, IXmlQualifiedNameEditorNamespaceProvider)
Initializes a new instance of the XmlQualifiedNameEditor class. It does not create default names if xmlQualifiedName is null.
Public method XmlQualifiedNameEditor(XmlQualifiedName, IXmlQualifiedNameEditorNamespaceProvider, Boolean)
Initializes a new instance of the XmlQualifiedNameEditor class.
Public method XmlQualifiedNameEditor(String, String, IXmlQualifiedNameEditorNamespaceProvider)
Initializes a new instance of the XmlQualifiedNameEditor class with the specified name and namespace..

Methods


  Name Description
Public method Static member CreateXmlQualifiedNameEditor
Creates the XML qualified name editor.
Public method Equals(System.Object) (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method Static member GetNameOrGenerateIfInstanceIsNull
Gets the name or generate if instance is null.
Public method Static member GetNamespaceOrGenerateIfInstanceIsNull
Gets the namespace or generate if instance is null.
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString
Returns a String that represents the current Object.
Public method UpdateNameAndNamespaceAndNamespaceProviderBasedOn
Updates the name and namespace and namespace provider based on passed value.
Public method UpdateNameAndNamespaceBasedOn
Updates the name and namespace based on passed value.

Properties


  Name Description
Public property IsEmpty
Gets or sets a value indicating whether this instance is empty.
Public property IsNull
Determines whether the name is empty or the name is null.
Public property Name
Gets or sets the name.
Public property NameIsBasedOnDefault
Gets or sets a value indicating whether name is based on default name.
Public property NameSpace
Gets or sets the name space.
Public property XmlQualifiedName
Gets the XmlQualifiedName edited by this editor.

Events


  Name Description
Public event XmlQualifiedNameHasChanged
Occurs when [XML qualified name has changed].