Click or drag to resize

EntityEditEntry Class

This is preliminary documentation and is subject to change.

Represents an item of coarse-grained modification information on Entity.
Inheritance Hierarchy
SystemObject
  WikiClientLibrary.WikibaseEntityEditEntry

Namespace: WikiClientLibrary.Wikibase
Assembly: WikiClientLibrary.Wikibase (in WikiClientLibrary.Wikibase.dll) Version: 0.8.0-int.8+f07259cca53448109bd542f6a3e53c54ddd48d58
Syntax
public sealed class EntityEditEntry

The EntityEditEntry type exposes the following members.

Constructors
 NameDescription
Public methodEntityEditEntry(String)Initializes a new instance of the EntityEditEntry class
Public methodEntityEditEntry(String, Object)Initializes a new instance of the EntityEditEntry class
Public methodEntityEditEntry(String, Object, EntityEditEntryState)Initializes a new instance of the EntityEditEntry class
Top
Properties
 NameDescription
Public propertyPropertyName The CLR property name of the changed value.
Public propertyState The operation performed on this entry.
Public propertyValue The new item, updated existing item, or for the deletion, the item that has enough information to determine the item to remove.
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.
(Inherited from Object)
Top
See Also