KeyedReference Members
Note: The Microsoft UDDI SDK is not supported by or included in Microsoft Windows versions after Microsoft Windows Server 7. The Microsoft UDDI V3 SDK is included with Microsoft BizTalk Server. For more information about the Microsoft UDDI V3 SDK, see Microsoft BizTalk Server documentation
Manages reference to a category or a business identifier.
The following tables list the members exposed by the KeyedReference type.
Public Constructors
Name | Description | |
---|---|---|
KeyedReference | Overloaded. Initializes an instance of the KeyedReference class. |
Top
Public Properties
Name | Description | |
---|---|---|
KeyName | Gets or sets the name of the reference. | |
KeyValue | Gets or sets the value of the reference. | |
TModelKey | Gets or sets the tModelKey value for the reference. |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
Equals | Overloaded. Overridden. Determines whether the specified object is equal to this KeyedReference object. | |
GetHashCode | Overridden. Serves as a hash function for this KeyedReference object. This hash function is appropriate for use in hashing algorithms and data structures like a hash table. | |
GetType | (Inherited from Object) | |
ReferenceEquals | (Inherited from Object) | |
ToString | (Inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) |
Top