Click or drag to resize

LogParameterCollection Class

This is preliminary documentation and is subject to change.

A collection of extensible log parameters.
Inheritance Hierarchy
SystemObject
  WikiClientLibrary.InfrastructuresWikiReadOnlyDictionary
    WikiClientLibrary.GeneratorsLogParameterCollection

Namespace: WikiClientLibrary.Generators
Assembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.8.0-int.8+f07259cca53448109bd542f6a3e53c54ddd48d58
Syntax
public class LogParameterCollection : WikiReadOnlyDictionary

The LogParameterCollection type exposes the following members.

Constructors
 NameDescription
Public methodLogParameterCollectionInitializes a new instance of the LogParameterCollection class
Top
Properties
 NameDescription
Public propertyCount Gets the count of all properties.
(Inherited from WikiReadOnlyDictionary)
Public propertyCurrentRevisionId (Patrol)
Public propertyIsAutoPatrol (Patrol)
Public propertyItem Tries to get the value of the specified property.
(Inherited from WikiReadOnlyDictionary)
Public propertyKeysGets an ICollectionT containing the keys of the IDictionaryTKey, TValue.
(Inherited from WikiReadOnlyDictionary)
Public propertyPreviousRevisionId (Patrol)
Public propertySuppressRedirect (Move) Whether to suppress the creation of redirect when moving the page.
Public propertyTargetNamespaceId (Move) Namespace ID of the move target.
Public propertyTargetTitle (Move) Full title of the move target.
Public propertyUserId (NewUsers) The user ID of the created user.
Public propertyValuesGets an ICollectionT containing the values in the IDictionaryTKey, TValue.
(Inherited from WikiReadOnlyDictionary)
Top
Methods
 NameDescription
Public methodContainsKeyDetermines whether the IDictionaryTKey, TValue contains an element with the specified key.
(Inherited from WikiReadOnlyDictionary)
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 methodGetBooleanValue Gets the Boolean value by property name.
(Inherited from WikiReadOnlyDictionary)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetInt32Value(String) Gets the Int32 value by property name. This overload raises exception for missing key.
(Inherited from WikiReadOnlyDictionary)
Public methodGetInt32Value(String, Int32) Gets the Int32 value by property name. A default value can be provided in case the specified key does not exist.
(Inherited from WikiReadOnlyDictionary)
Public methodGetStringValue Gets the String value by property name.
(Inherited from WikiReadOnlyDictionary)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodGetValueDirect Tries to directly gets the value of the specified property.
(Inherited from WikiReadOnlyDictionary)
Protected methodMakeReadonly
(Inherited from WikiReadOnlyDictionary)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodTryGetValueGets the value associated with the specified key.
(Inherited from WikiReadOnlyDictionary)
Top
Remarks
See mw:Manual:Log actions for a table of typical log parameters for each type of log action.
See Also