| EntityEditEntry(String, Object, EntityEditEntryState) Constructor |
This is preliminary documentation and is subject to change.
Namespace: WikiClientLibrary.WikibaseAssembly: WikiClientLibrary.Wikibase (in WikiClientLibrary.Wikibase.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax public EntityEditEntry(
string propertyName,
Object? value,
EntityEditEntryState state
)
Public Sub New (
propertyName As String,
value As Object,
state As EntityEditEntryState
)
Dim propertyName As String
Dim value As Object
Dim state As EntityEditEntryState
Dim instance As New EntityEditEntry(propertyName,
value, state)
public:
EntityEditEntry(
String^ propertyName,
Object^ value,
EntityEditEntryState state
)
new :
propertyName : string *
value : Object *
state : EntityEditEntryState -> EntityEditEntry
Parameters
- propertyName String
[Missing <param name="propertyName"/> documentation for "M:WikiClientLibrary.Wikibase.EntityEditEntry.#ctor(System.String,System.Object,WikiClientLibrary.Wikibase.EntityEditEntryState)"]
- value Object
[Missing <param name="value"/> documentation for "M:WikiClientLibrary.Wikibase.EntityEditEntry.#ctor(System.String,System.Object,WikiClientLibrary.Wikibase.EntityEditEntryState)"]
- state EntityEditEntryState
[Missing <param name="state"/> documentation for "M:WikiClientLibrary.Wikibase.EntityEditEntry.#ctor(System.String,System.Object,WikiClientLibrary.Wikibase.EntityEditEntryState)"]
See Also