C# Class System.Xml.Schema.XmlSchemaAnyAttribute

Inheritance: XmlSchemaAnnotated
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Properties

Свойство Type Description
Allows bool
BuildNamespaceList void
BuildNamespaceListV1Compat void
Intersection XmlSchemaAnyAttribute
IsSubset bool
Union XmlSchemaAnyAttribute

Private Methods

Méthode Description
Allows ( XmlQualifiedName qname ) : bool
BuildNamespaceList ( string targetNamespace ) : void
BuildNamespaceListV1Compat ( string targetNamespace ) : void
Intersection ( XmlSchemaAnyAttribute o1, XmlSchemaAnyAttribute o2, bool v1Compat ) : XmlSchemaAnyAttribute
IsSubset ( XmlSchemaAnyAttribute sub, XmlSchemaAnyAttribute super ) : bool
Union ( XmlSchemaAnyAttribute o1, XmlSchemaAnyAttribute o2, bool v1Compat ) : XmlSchemaAnyAttribute