Click or drag to resize

QueryPageResultItem Class

This is preliminary documentation and is subject to change.

[Missing <summary> documentation for "T:WikiClientLibrary.Generators.QueryPageResultItem"]

Inheritance Hierarchy
SystemObject
  WikiClientLibrary.GeneratorsQueryPageResultItem

Namespace: WikiClientLibrary.Generators
Assembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.8.0-int.8+f07259cca53448109bd542f6a3e53c54ddd48d58
Syntax
[JsonObjectAttribute(MemberSerialization.OptIn)]
public sealed class QueryPageResultItem

The QueryPageResultItem type exposes the following members.

Constructors
 NameDescription
Public methodQueryPageResultItemInitializes a new instance of the QueryPageResultItem class
Top
Properties
 NameDescription
Public propertyNamespaceIdNamespace of the page.
Public propertyPageStub If applicable, retrieves a wiki page stub from the current entry.
Public propertyTimestamp Timestamp associated with the query page result item, if applicable.
Public propertyTitleTitle of the page, or title of the entry, depending on the nature of query page.
Public propertyValueValue associated with the page or the entry specified by Title, if applicable.
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.
(Overrides ObjectToString)
Top
See Also