Table of Contents

Class JobFlowProperties

Namespace
JobFlow.Models.Common
Assembly
JobFlow.Models.dll
public class JobFlowProperties : Dictionary<string, JsonElement>, IDictionary<string, JsonElement>, ICollection<KeyValuePair<string, JsonElement>>, IReadOnlyDictionary<string, JsonElement>, IReadOnlyCollection<KeyValuePair<string, JsonElement>>, IEnumerable<KeyValuePair<string, JsonElement>>, IDictionary, ICollection, IEnumerable, IDeserializationCallback, ISerializable
Inheritance
object
JobFlowProperties
Implements
Inherited Members
Extension Methods

Constructors

JobFlowProperties()

public JobFlowProperties()

JobFlowProperties(IDictionary<string, JsonElement>)

public JobFlowProperties(IDictionary<string, JsonElement> dictionary)

Parameters

dictionary IDictionary<string, JsonElement>

JobFlowProperties(IDictionary<string, JsonElement>, IEqualityComparer<string>)

public JobFlowProperties(IDictionary<string, JsonElement> dictionary, IEqualityComparer<string> comparer)

Parameters

dictionary IDictionary<string, JsonElement>
comparer IEqualityComparer<string>

JobFlowProperties(IEnumerable<KeyValuePair<string, JsonElement>>)

public JobFlowProperties(IEnumerable<KeyValuePair<string, JsonElement>> collection)

Parameters

collection IEnumerable<KeyValuePair<string, JsonElement>>

JobFlowProperties(IEnumerable<KeyValuePair<string, JsonElement>>, IEqualityComparer<string>)

public JobFlowProperties(IEnumerable<KeyValuePair<string, JsonElement>> collection, IEqualityComparer<string> comparer)

Parameters

collection IEnumerable<KeyValuePair<string, JsonElement>>
comparer IEqualityComparer<string>

JobFlowProperties(IEqualityComparer<string>)

public JobFlowProperties(IEqualityComparer<string> comparer)

Parameters

comparer IEqualityComparer<string>

JobFlowProperties(int)

public JobFlowProperties(int capacity)

Parameters

capacity int

JobFlowProperties(int, IEqualityComparer<string>)

public JobFlowProperties(int capacity, IEqualityComparer<string> comparer)

Parameters

capacity int
comparer IEqualityComparer<string>

JobFlowProperties(SerializationInfo, StreamingContext)

protected JobFlowProperties(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo
context StreamingContext

Methods

Get<T>(string)

public T Get<T>(string key)

Parameters

key string

Returns

T

Type Parameters

T

Set<T>(string, T)

public void Set<T>(string key, T value)

Parameters

key string
value T

Type Parameters

T