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.9.0-int.3+0a73c45f0c78941900e328c6c6b819597b665e00
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