C# Class Thinktecture.Tools.Web.Services.ServiceDescription.SchemaElement

Represents the contents of Schema Element in a XML document.
Afficher le fichier Open project: WSCF/WSCF Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool

Overrides the default Equals function. This function checks whether a given object is equal to the current instance.

GetHashCode ( ) : int

Overrides the default GetHashCode() function. This function builds the hash code for this instance by combining all the hash codes of private fields of the current instance.

SchemaElement ( ) : System

Initializes a new instance of a SchemaElement class.

SchemaElement ( string elementNamespace, string elementName ) : System

Initializes a new instance of a SchemaElement class with the specified values.

operator ( ) : bool

Compares two InterfaceContract objects for inequality.

Method Details

Equals() public méthode

Overrides the default Equals function. This function checks whether a given object is equal to the current instance.
public Equals ( object obj ) : bool
obj object Object to compare with current instance.
Résultat bool

GetHashCode() public méthode

Overrides the default GetHashCode() function. This function builds the hash code for this instance by combining all the hash codes of private fields of the current instance.
public GetHashCode ( ) : int
Résultat int

SchemaElement() public méthode

Initializes a new instance of a SchemaElement class.
public SchemaElement ( ) : System
Résultat System

SchemaElement() public méthode

Initializes a new instance of a SchemaElement class with the specified values.
public SchemaElement ( string elementNamespace, string elementName ) : System
elementNamespace string Namespace name of the schema element.
elementName string Name of the schema element.
Résultat System

operator() public static méthode

Compares two InterfaceContract objects for inequality.
public static operator ( ) : bool
Résultat bool