Table of Contents

Class OperationSpecification

Namespace
Archipelago.MultiClient.Net.Models
Assembly
Archipelago.MultiClient.Net.dll

An opperation to apply to the DataStorage

public class OperationSpecification
Inheritance
OperationSpecification
Inherited Members

Fields

OperationType

[JsonProperty("operation")]
[JsonConverter(typeof(StringEnumConverter), new object[] { typeof(SnakeCaseNamingStrategy) })]
public OperationType OperationType

Field Value

OperationType

Properties

Value

The value related to this operation

[JsonProperty("value")]
public JToken Value { get; set; }

Property Value

JToken

Methods

ToString()

public override string ToString()

Returns

string