Click or drag to resize

WikiPagePropertyProviderT Class

This is preliminary documentation and is subject to change.

Provides default implementation for IWikiPagePropertyProviderT.
Inheritance Hierarchy
SystemObject
  WikiClientLibrary.Pages.Queries.PropertiesWikiPagePropertyProviderT
    More

Namespace: WikiClientLibrary.Pages.Queries.Properties
Assembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax
public abstract class WikiPagePropertyProvider<T> : IWikiPagePropertyProvider<T>
where T : class, IWikiPagePropertyGroup

Type Parameters

T
The type of property group that will be attached to every processed WikiPage.

The WikiPagePropertyProviderT type exposes the following members.

Constructors
 NameDescription
Protected methodWikiPagePropertyProviderTInitializes a new instance of the WikiPagePropertyProviderT 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.
Top
Methods
 NameDescription
Public methodEnumParameters Enumerates the MediaWiki API request parameters for action=query request.
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.
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.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Remarks
You can use GetPropertyGroupT to retrieve the property groups attached to a wiki page.
See Also
Inheritance Hierarchy