Click or drag to resize

PagePropertiesPropertyProvider Class

This is preliminary documentation and is subject to change.

[Missing <summary> documentation for "T:WikiClientLibrary.Pages.Queries.Properties.PagePropertiesPropertyProvider"]

Inheritance Hierarchy
SystemObject
  WikiClientLibrary.Pages.Queries.PropertiesWikiPagePropertyProviderPagePropertiesPropertyGroup
    WikiClientLibrary.Pages.Queries.PropertiesPagePropertiesPropertyProvider

Namespace: WikiClientLibrary.Pages.Queries.Properties
Assembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax
public class PagePropertiesPropertyProvider : WikiPagePropertyProvider<PagePropertiesPropertyGroup>

The PagePropertiesPropertyProvider type exposes the following members.

Constructors
 NameDescription
Public methodPagePropertiesPropertyProviderInitializes a new instance of the PagePropertiesPropertyProvider class
Top
Properties
 NameDescription
Public propertyPropertyName Gets the property name, when this property is needed to be included in the prop= parameter in the MediaWiki API request.
(Overrides WikiPagePropertyProviderTPropertyName)
Public propertySelectedProperties Only list these page properties (action=query&list=pagepropnames returns page property names in use). Useful for checking whether pages use a certain page property.
Top
Methods
 NameDescription
Public methodEnumParameters Enumerates the MediaWiki API request parameters for action=query request.
(Overrides WikiPagePropertyProviderTEnumParameters(MediaWikiVersion))
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetMaxPaginationSize Gets the maximum allowed count of titles in each MediaWiki API request.
(Inherited from WikiPagePropertyProviderT)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodParsePropertyGroup Parses the properties from the givenaction=query JSON response.
(Overrides WikiPagePropertyProviderTParsePropertyGroup(JsonObject))
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also