C# 클래스 Thinktecture.Tools.Web.Services.ServiceDescription.SchemaElement

Represents the contents of Schema Element in a XML document.
파일 보기 프로젝트 열기: WSCF/WSCF 1 사용 예제들

공개 메소드들

메소드 설명
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