Click or drag to resize

IEntity Interface

This is preliminary documentation and is subject to change.

Provides basic access to Wikibase entities.

Namespace: WikiClientLibrary.Wikibase
Assembly: WikiClientLibrary.Wikibase (in WikiClientLibrary.Wikibase.dll) Version: 0.8.0-int.8+f07259cca53448109bd542f6a3e53c54ddd48d58
Syntax
public interface IEntity

The IEntity type exposes the following members.

Properties
 NameDescription
Public propertyAliasesGets the aliases of the entity.
Public propertyClaimsGets the claims of the entity.
Public propertyDataType For property entity, gets the data type of the property.
Public propertyDescriptionsGets the descriptions of the entity.
Public propertyId Id of the entity.
Public propertyLabelsGets the labels (aka. names) of the entity.
Public propertySiteLinksGets the sitelinks of the entity.
Public propertyTypeWikibase entity type.
Top
Remarks
The most notable implementations of this interface are Entity and SerializableEntity.
See Also