Wiki |
This is preliminary documentation and is subject to change.
The WikiPagePropertyGenerator type exposes the following members.
| Name | Description | |
|---|---|---|
| WikiPagePropertyGenerator(WikiSite) | Initializes a new instance of the WikiPagePropertyGenerator class | |
| WikiPagePropertyGenerator(WikiSite, WikiPageStub) | Initializes a new instance of the WikiPagePropertyGenerator class |
| Name | Description | |
|---|---|---|
| DistinctGeneratedPages |
When using the default implementation of EnumPagesAsync(IWikiPageQueryProvider),
determines whether to remove duplicate page results generated from generator results.
(Inherited from WikiPagePropertyGeneratorTItem) | |
| GeneratorName | (Inherited from WikiPagePropertyGeneratorTItem) | |
| PageId |
Gets/sets the page ID from which to get the list-like property value.
(Inherited from WikiPagePropertyListT) | |
| PageTitle |
Gets/sets the page title from which to get the list-like property value.
(Inherited from WikiPagePropertyListT) | |
| PaginationSize |
Gets/sets maximum items returned per MediaWiki API invocation.
(Inherited from WikiPagePropertyListT) | |
| PropertyName |
Gets the name of the property, used as the value of prop parameter in action=query request.
(Inherited from WikiPagePropertyListT) | |
| Site | Gets the MediaWiki site this instance applies to. (Inherited from WikiPagePropertyListT) |
| Name | Description | |
|---|---|---|
| EnumGeneratorParameters |
Fills generator parameters for action=query&generator= request.
(Inherited from WikiPagePropertyGeneratorTItem) | |
| EnumItemsAsync |
Asynchronously enumerates all the items in the list.
(Inherited from WikiPagePropertyListT) | |
| EnumListParameters |
When overridden, fills generator parameters for action=query&prop={PropertyName} request.
(Inherited from WikiPagePropertyListT) | |
| EnumPagesAsync |
Asynchronously generate the sequence of pages.
(Inherited from WikiPagePropertyGeneratorTItem) | |
| EnumPagesAsync(IWikiPageQueryProvider) |
Asynchronously generates the sequence of pages.
(Inherited from WikiPagePropertyGeneratorTItem) | |
| EnumPagesAsync(PageQueryOptions) |
Asynchronously generates the sequence of pages.
(Inherited from WikiPagePropertyGeneratorTItem) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| ItemFromJson |
Parses an item contained in the action=query&prop={PropertyName} JSON response.
(Overrides WikiPagePropertyListTItemFromJson(JsonNode, JsonObject)) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from WikiPagePropertyListT) |
For a more generic implementations for page-property-based MediaWiki generator, or implementations returning a sequence where the item type is not WikiPageStub, please derive your generator from WikiPagePropertyGeneratorTItem.