Class JobFlowProperties
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
-
objectJobFlowProperties
- Implements
- Inherited Members
- Extension Methods
Constructors
JobFlowProperties()
public JobFlowProperties()
JobFlowProperties(IDictionary<string, JsonElement>)
public JobFlowProperties(IDictionary<string, JsonElement> dictionary)
Parameters
dictionaryIDictionary<string, JsonElement>
JobFlowProperties(IDictionary<string, JsonElement>, IEqualityComparer<string>)
public JobFlowProperties(IDictionary<string, JsonElement> dictionary, IEqualityComparer<string> comparer)
Parameters
dictionaryIDictionary<string, JsonElement>comparerIEqualityComparer<string>
JobFlowProperties(IEnumerable<KeyValuePair<string, JsonElement>>)
public JobFlowProperties(IEnumerable<KeyValuePair<string, JsonElement>> collection)
Parameters
collectionIEnumerable<KeyValuePair<string, JsonElement>>
JobFlowProperties(IEnumerable<KeyValuePair<string, JsonElement>>, IEqualityComparer<string>)
public JobFlowProperties(IEnumerable<KeyValuePair<string, JsonElement>> collection, IEqualityComparer<string> comparer)
Parameters
collectionIEnumerable<KeyValuePair<string, JsonElement>>comparerIEqualityComparer<string>
JobFlowProperties(IEqualityComparer<string>)
public JobFlowProperties(IEqualityComparer<string> comparer)
Parameters
comparerIEqualityComparer<string>
JobFlowProperties(int)
public JobFlowProperties(int capacity)
Parameters
capacityint
JobFlowProperties(int, IEqualityComparer<string>)
public JobFlowProperties(int capacity, IEqualityComparer<string> comparer)
Parameters
capacityintcomparerIEqualityComparer<string>
JobFlowProperties(SerializationInfo, StreamingContext)
protected JobFlowProperties(SerializationInfo info, StreamingContext context)
Parameters
infoSerializationInfocontextStreamingContext
Methods
Get<T>(string)
public T Get<T>(string key)
Parameters
keystring
Returns
- T
Type Parameters
T
Set<T>(string, T)
public void Set<T>(string key, T value)
Parameters
keystringvalueT
Type Parameters
T