C# Class System.Xml.XmlName

Mostra file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
Create ( string prefix, string localName, string ns, int hashCode, XmlDocument ownerDoc, XmlName next, IXmlSchemaInfo schemaInfo ) : XmlName
Equals ( IXmlSchemaInfo schemaInfo ) : bool
GetHashCode ( string name ) : int

Private Methods

Method Description
XmlName ( string prefix, string localName, string ns, int hashCode, XmlDocument ownerDoc, XmlName next ) : System.Text

Method Details

Create() public static method

public static Create ( string prefix, string localName, string ns, int hashCode, XmlDocument ownerDoc, XmlName next, IXmlSchemaInfo schemaInfo ) : XmlName
prefix string
localName string
ns string
hashCode int
ownerDoc XmlDocument
next XmlName
schemaInfo IXmlSchemaInfo
return XmlName

Equals() public method

public Equals ( IXmlSchemaInfo schemaInfo ) : bool
schemaInfo IXmlSchemaInfo
return bool

GetHashCode() public static method

public static GetHashCode ( string name ) : int
name string
return int