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

Represents the contents of Schema Element in a XML document.
Show file Open project: WSCF/WSCF Class Usage Examples

Public Methods

Method 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 method

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.
return bool

GetHashCode() public method

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
return int

SchemaElement() public method

Initializes a new instance of a SchemaElement class.
public SchemaElement ( ) : System
return System

SchemaElement() public method

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.
return System

operator() public static method

Compares two InterfaceContract objects for inequality.
public static operator ( ) : bool
return bool