C# Class System.Xml.XmlNameEx

Inheritance: XmlName
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0

Méthodes publiques

Méthode Description
Equals ( IXmlSchemaInfo schemaInfo ) : bool
SetIsDefault ( bool value ) : void
SetIsNil ( bool value ) : void
SetValidity ( XmlSchemaValidity value ) : void

Private Methods

Méthode Description
XmlNameEx ( string prefix, string localName, string ns, int hashCode, XmlDocument ownerDoc, XmlName next, IXmlSchemaInfo schemaInfo ) : System.Text

Method Details

Equals() public méthode

public Equals ( IXmlSchemaInfo schemaInfo ) : bool
schemaInfo IXmlSchemaInfo
Résultat bool

SetIsDefault() public méthode

public SetIsDefault ( bool value ) : void
value bool
Résultat void

SetIsNil() public méthode

public SetIsNil ( bool value ) : void
value bool
Résultat void

SetValidity() public méthode

public SetValidity ( XmlSchemaValidity value ) : void
value XmlSchemaValidity
Résultat void