Claim Class |
This is preliminary documentation and is subject to change.
The Claim type exposes the following members.
Name | Description | |
---|---|---|
Claim(Snak) | Initializes a new Claim instance with the specified main snak. | |
Claim(String) | Initializes a new Claim instance with the main snak set to property id. | |
Claim(String, Object, WikibaseDataType) | Initializes a new Claim instance with the main snak set to property id and value. |
Name | Description | |
---|---|---|
Id | Claim ID. | |
MainSnak | Gets the main snak of the claim. | |
Qualifiers | Gets/sets the collection of qualifiers. | |
Rank | Rank of the claim. | |
References | Gets/sets the collection of citations for the claim. | |
Type | The type of the claim. |
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
GetHashCode | Serves as the default hash function. (Inherited from Object) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
ToString | Returns a string that represents the current object. (Overrides ObjectToString) |