Usages of XmlName
Properties
| name | in GraphMLXmlAttribute | Gets the fully qualified name of the attribute. | |
| result | in QueryNameEventArgs | Gets or sets the result of the name query, which is null initially. | |
| xmlName | in QueryTypeEventArgs | Gets the fully qualified XML name that should be resolved to a type. |
Method Return Values
| getNameForClass (IWriteContext, Constructor) | in IXamlNameMapper | Returns the XML tag name that belongs to type type. | |
| convertFrom (string) | in XmlName | Performs a conversion from string to XmlName. |
Method Parameters
| GraphMLXmlAttribute (XmlName, string) | in GraphMLXmlAttribute | Initializes a new instance of the GraphMLXmlAttribute class. | |
| getClassForName (IParseContext, XmlName) | in IXamlNameMapper | Returns a Constructor that matches the given fqTagName of an XML element. | |
| QueryTypeEventArgs (IParseContext, XmlName) | in QueryTypeEventArgs | Initializes a new instance of the QueryTypeEventArgs class. |