Search Results for

    Show / Hide Table of Contents

    Class StringKeyValuePair

    Inheritance
    System.Object
    StringKeyValuePair
    Implements
    IKeyValuePair<System.String, System.String>
    System.IEquatable<StringKeyValuePair>
    Namespace: Monai.Deploy.InformaticsGateway.Api
    Assembly: Monai.Deploy.InformaticsGateway.Api.dll
    Syntax
    public sealed class StringKeyValuePair : IKeyValuePair<string, string>, IEquatable<StringKeyValuePair>

    Properties

    | Improve this Doc View Source

    Key

    Declaration
    [Key]
    public string Key { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Value

    Declaration
    public string Value { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    | Improve this Doc View Source

    Equals(StringKeyValuePair)

    Declaration
    public bool Equals(StringKeyValuePair other)
    Parameters
    Type Name Description
    StringKeyValuePair other
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Equals(Object)

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    System.Object obj
    Returns
    Type Description
    System.Boolean
    Overrides
    System.Object.Equals(System.Object)
    | Improve this Doc View Source

    FromDictionary(Dictionary<String, String>)

    Declaration
    public static List<StringKeyValuePair> FromDictionary(Dictionary<string, string> dictionary)
    Parameters
    Type Name Description
    System.Collections.Generic.Dictionary<System.String, System.String> dictionary
    Returns
    Type Description
    System.Collections.Generic.List<StringKeyValuePair>
    | Improve this Doc View Source

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    System.Int32
    Overrides
    System.Object.GetHashCode()

    Operators

    | Improve this Doc View Source

    Implicit(KeyValuePair<String, String> to StringKeyValuePair)

    Declaration
    public static implicit operator StringKeyValuePair(KeyValuePair<string, string> kvp)
    Parameters
    Type Name Description
    System.Collections.Generic.KeyValuePair<System.String, System.String> kvp
    Returns
    Type Description
    StringKeyValuePair

    Implements

    IKeyValuePair<TKey, TValue>
    System.IEquatable<T>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022-2023 Project MONAI
    Generated by DocFX