Click or drag to resize

EntitySiteLink Class

This is preliminary documentation and is subject to change.

Represents a corresponding link for an entity to an external wiki site.
Inheritance Hierarchy
SystemObject
  WikiClientLibrary.WikibaseEntitySiteLink

Namespace: WikiClientLibrary.Wikibase
Assembly: WikiClientLibrary.Wikibase (in WikiClientLibrary.Wikibase.dll) Version: 0.8.0-int.8+f07259cca53448109bd542f6a3e53c54ddd48d58
Syntax
public sealed class EntitySiteLink

The EntitySiteLink type exposes the following members.

Constructors
 NameDescription
Public methodEntitySiteLink(String, String)Initializes a new instance of the EntitySiteLink class
Public methodEntitySiteLink(String, String, IEnumerableString)Initializes a new instance of the EntitySiteLink class
Public methodEntitySiteLink(String, String, IEnumerableString, String)Initializes a new instance of the EntitySiteLink class
Top
Properties
 NameDescription
Public propertyBadges The badges for the title on the specified wiki site.
Public propertySite The site name.
Public propertyTitle The local title on the specified wiki site.
Public propertyUrl The URL to the title on the specified wiki site.
Top
Methods
 NameDescription
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 methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also