AssertionStatusItem Constructor (String, String, KeyedReference, KeysOwned, CompletionStatusType)
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
Initializes an instance of the AssertionStatusItem class by using the specified keys from which and to which the relationship applies, a reference to a business ID, the publisher's business keys, and the completion status of the business entity assertion.
Namespace: Microsoft.Uddi.Businesses
Assembly: microsoft.uddi (in microsoft.uddi.dll)
Usage
Visual Basic |
---|
Dim fromKey As String Dim toKey As String Dim keyedReference As KeyedReference Dim keysOwned As KeysOwned Dim completionStatus As CompletionStatusType Dim instance As New AssertionStatusItem(fromKey, toKey, keyedReference, keysOwned, completionStatus) |
Syntax
'Declaration
PublicSubNew ( _
fromKeyAsString, _
toKeyAsString, _
keyedReferenceAsKeyedReference, _
keysOwnedAsKeysOwned, _
completionStatusAsCompletionStatusType _
)
publicAssertionStatusItem (
stringfromKey,
stringtoKey,
KeyedReferencekeyedReference,
KeysOwnedkeysOwned,
CompletionStatusTypecompletionStatus
)
public:
AssertionStatusItem (
String^ fromKey,
String^ toKey,
KeyedReference^ keyedReference,
KeysOwned^ keysOwned,
CompletionStatusTypecompletionStatus
)
publicAssertionStatusItem (
StringfromKey,
StringtoKey,
KeyedReferencekeyedReference,
KeysOwnedkeysOwned,
CompletionStatusTypecompletionStatus
)
publicfunctionAssertionStatusItem (
fromKey : String,
toKey : String,
keyedReference : KeyedReference,
keysOwned : KeysOwned,
completionStatus : CompletionStatusType
)
Parameters
- fromKey
The business key from which the relationship applies.
- toKey
The business key to which the relationship applies.
- keyedReference
The reference to a business identifier.
- keysOwned
The business keys that the publisher owns.
- completionStatus
The completion status of the business entity assertion.
Platforms
Development Platforms
Target Platforms
Windows Server 2008, Windows Server 2003, Windows XP Professional, Windows Vista, Windows Server 2003 R2, Windows XP
See Also
Reference
AssertionStatusItem Class
AssertionStatusItem Members
Microsoft.Uddi.Businesses Namespace