Click or drag to resize

LogEventItem Class

This is preliminary documentation and is subject to change.

Represents an MediaWiki log event entry.
Inheritance Hierarchy
SystemObject
  WikiClientLibrary.GeneratorsLogEventItem

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

The LogEventItem type exposes the following members.

Properties
 NameDescription
Public propertyAction Specific log action.
Public propertyCommentThe edit/log comment.
Public propertyHiddenFields Gets a combination of flags indicating which fields have been hidden. (mw:Manual:RevisionDelete)
Public propertyLogIdGets ID of the log entry.
Public propertyNamespaceIdNamespace ID of the page affected by this item.
Public propertyPageIdthe page id at the time the log was stored.
Public propertyParamsFor log items, gets additional log parameters.
Public propertyParsedCommentThe parsed comment for the edit/log comment.
Public propertyTagsTags for the event.
Public propertyTimeStampThe time and date of the change.
Public propertyTitleFull title of the page affected by this item.
Public propertyTypeGets log type name.
Public propertyUserIdThe user ID who was responsible for the log event/recent change.
Public propertyUserNameName of the user making this recent change.
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