|
ASN1C C# Runtime Library
7.8
|
This is the complete list of members for XmlAttributes, including all inherited members.
| Add(System.String Uri, System.String Lname, System.String Qname, System.String Type, System.String Value) | XmlAttributes | virtual |
| Clear() | XmlAttributes | virtual |
| GetFullName(int index) | XmlAttributes | virtual |
| GetIndex(System.String Qname) | XmlAttributes | virtual |
| GetIndex(System.String Uri, System.String Lname) | XmlAttributes | virtual |
| GetLength() | XmlAttributes | virtual |
| GetLocalName(int index) | XmlAttributes | virtual |
| GetQName(int index) | XmlAttributes | virtual |
| GetType(int index) | XmlAttributes | virtual |
| GetType(System.String Qname) | XmlAttributes | virtual |
| GetType(System.String Uri, System.String Lname) | XmlAttributes | virtual |
| GetURI(int index) | XmlAttributes | virtual |
| GetValue(int index) | XmlAttributes | virtual |
| GetValue(System.String Qname) | XmlAttributes | virtual |
| GetValue(System.String Uri, System.String Lname) | XmlAttributes | virtual |
| RemoveAttribute(int index) | XmlAttributes | virtual |
| RemoveAttribute(System.String indexName) | XmlAttributes | virtual |
| SetAttribute(int index, System.String Uri, System.String Lname, System.String Qname, System.String Type, System.String Value) | XmlAttributes | virtual |
| SetAttributes(XmlAttributes Source) | XmlAttributes | virtual |
| SetFullName(int index, System.String FullName) | XmlAttributes | virtual |
| SetLocalName(int index, System.String LocalName) | XmlAttributes | virtual |
| SetType(int index, System.String Type) | XmlAttributes | virtual |
| SetURI(int index, System.String URI) | XmlAttributes | virtual |
| SetValue(int index, System.String Value) | XmlAttributes | virtual |
| XmlAttributes() | XmlAttributes | |
| XmlAttributes(XmlAttributes arrayList) | XmlAttributes |