Table of Contents

Class OpaBatchInputs

Namespace
Styra.Opa
Assembly
Styra.Opa.dll
public class OpaBatchInputs : Dictionary<string, Dictionary<string, object>>, IDictionary<string, Dictionary<string, object>>, ICollection<KeyValuePair<string, Dictionary<string, object>>>, IReadOnlyDictionary<string, Dictionary<string, object>>, IReadOnlyCollection<KeyValuePair<string, Dictionary<string, object>>>, IEnumerable<KeyValuePair<string, Dictionary<string, object>>>, IDictionary, ICollection, IEnumerable, IDeserializationCallback, ISerializable
Inheritance
OpaBatchInputs
Implements
Inherited Members
Extension Methods

Constructors

OpaBatchInputs()

public OpaBatchInputs()

OpaBatchInputs(int)

public OpaBatchInputs(int capacity)

Parameters

capacity int

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.