Click or drag to resize

Entity Methods

This is preliminary documentation and is subject to change.

The Entity type exposes the following members.

Methods
 NameDescription
Public methodEditAsync(IEnumerableEntityEditEntry, String) Makes the specified changes to the current entity on the Wikibase site.
Public methodEditAsync(IEnumerableEntityEditEntry, String, EntityEditOptions) Makes the specified changes to the current entity on the Wikibase site.
Public methodEditAsync(IEnumerableEntityEditEntry, String, EntityEditOptions, CancellationToken) Makes the specified changes to the current entity on the Wikibase site.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodStatic memberIdFromSiteLinkAsync Asynchronously gets the entity IDs with specified sequence of titles on the specified site.
Public methodStatic memberIdsFromSiteLinksAsync Asynchronously gets the entity IDs with specified sequence of titles on the specified site.
Public methodRefreshAsync Refreshes the basic entity information from Wikibase site.
Public methodRefreshAsync(EntityQueryOptions) Refreshes the entity information from Wikibase site.
Public methodRefreshAsync(EntityQueryOptions, ICollectionString) Refreshes the entity information from Wikibase site.
Public methodRefreshAsync(EntityQueryOptions, ICollectionString, CancellationToken) Refreshes the entity information from Wikibase site.
Public methodToStringReturns a string that represents the current object.
(Overrides ObjectToString)
Top
See Also