Class StringKeyValuePair
Inheritance
StringKeyValuePair
Assembly: Monai.Deploy.InformaticsGateway.Api.dll
public sealed class StringKeyValuePair : IKeyValuePair<string, string>, IEquatable<StringKeyValuePair>
Properties
|
Improve this Doc
View Source
Declaration
[Key]
public string Key { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public string Value { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Declaration
public bool Equals(StringKeyValuePair other)
Parameters
Returns
|
Improve this Doc
View Source
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
Object |
obj |
|
Returns
Overrides
|
Improve this Doc
View Source
Declaration
public static List<StringKeyValuePair> FromDictionary(Dictionary<string, string> dictionary)
Parameters
Returns
|
Improve this Doc
View Source
Declaration
public override int GetHashCode()
Returns
Overrides
System.Object.GetHashCode()
Operators
|
Improve this Doc
View Source
Declaration
public static implicit operator StringKeyValuePair(KeyValuePair<string, string> kvp)
Parameters
Returns
Implements