C# Класс Thinktecture.Tools.Web.Services.ServiceDescription.SchemaElement

Represents the contents of Schema Element in a XML document.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

Equals() публичный Метод

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.
Результат bool

GetHashCode() публичный Метод

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
Результат int

SchemaElement() публичный Метод

Initializes a new instance of a SchemaElement class.
public SchemaElement ( ) : System
Результат System

SchemaElement() публичный Метод

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.
Результат System

operator() публичный статический Метод

Compares two InterfaceContract objects for inequality.
public static operator ( ) : bool
Результат bool