Click or drag to resize

ClaimReference Class

This is preliminary documentation and is subject to change.

Represents the a reference (citation) item of a Claim.
Inheritance Hierarchy
SystemObject
  WikiClientLibrary.WikibaseClaimReference

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

The ClaimReference type exposes the following members.

Constructors
 NameDescription
Public methodClaimReferenceInitializes a new instance of the ClaimReference class
Public methodClaimReference(IEnumerableSnak)Initializes a new instance of the ClaimReference class
Public methodClaimReference(Snak)Initializes a new instance of the ClaimReference class
Top
Properties
 NameDescription
Public propertyHash 
Public propertySnaks 
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