Click or drag to resize

Claim Class

This is preliminary documentation and is subject to change.

Represents a claim applied to a Wikibase entity.
Inheritance Hierarchy
SystemObject
  WikiClientLibrary.WikibaseClaim

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

The Claim type exposes the following members.

Constructors
 NameDescription
Public methodClaim(Snak) Initializes a new Claim instance with the specified main snak.
Public methodClaim(String) Initializes a new Claim instance with the main snak set to property id.
Public methodClaim(String, Object, WikibaseDataType) Initializes a new Claim instance with the main snak set to property id and value.
Top
Properties
 NameDescription
Public propertyIdClaim ID.
Public propertyMainSnak Gets the main snak of the claim.
Public propertyQualifiers Gets/sets the collection of qualifiers.
Public propertyRankRank of the claim.
Public propertyReferences Gets/sets the collection of citations for the claim.
Public propertyTypeThe type of the claim.
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.
(Overrides ObjectToString)
Top
See Also