XmlQualifiedNameEditor Members
The XmlQualifiedNameEditor type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|
|
XmlQualifiedNameEditor(XmlQualifiedName, IXmlQualifiedNameEditorNamespaceProvider) |
Initializes a new instance of the XmlQualifiedNameEditor class. It does not create default names if xmlQualifiedName is null.
|
|
|
XmlQualifiedNameEditor(XmlQualifiedName, IXmlQualifiedNameEditorNamespaceProvider, Boolean) |
Initializes a new instance of the XmlQualifiedNameEditor class.
|
|
|
XmlQualifiedNameEditor(String, String, IXmlQualifiedNameEditorNamespaceProvider) |
Initializes a new instance of the XmlQualifiedNameEditor class with
the specified name and namespace..
|
Methods
| Name | Description | |
|---|---|---|
|
|
CreateXmlQualifiedNameEditor |
Creates the XML qualified name editor.
|
|
|
Equals(System.Object) | (Inherited from Object.) |
|
|
Finalize | (Inherited from Object.) |
|
|
GetHashCode | (Inherited from Object.) |
|
|
GetNameOrGenerateIfInstanceIsNull |
Gets the name or generate if instance is null.
|
|
|
GetNamespaceOrGenerateIfInstanceIsNull |
Gets the namespace or generate if instance is null.
|
|
|
GetType | (Inherited from Object.) |
|
|
MemberwiseClone | (Inherited from Object.) |
|
|
ToString | |
|
|
UpdateNameAndNamespaceAndNamespaceProviderBasedOn |
Updates the name and namespace and namespace provider based on passed value.
|
|
|
UpdateNameAndNamespaceBasedOn |
Updates the name and namespace based on passed value.
|
Properties
| Name | Description | |
|---|---|---|
|
|
IsEmpty |
Gets or sets a value indicating whether this instance is empty.
|
|
|
IsNull |
Determines whether the name is empty or the name is null.
|
|
|
Name |
Gets or sets the name.
|
|
|
NameIsBasedOnDefault |
Gets or sets a value indicating whether name is based on default name.
|
|
|
NameSpace |
Gets or sets the name space.
|
|
|
XmlQualifiedName |
Gets the XmlQualifiedName edited by this editor.
|

