Search Results for

    Show / Hide Table of Contents

    Class DataKeyValuePair

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

    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 DataLinkType Value { get; set; }
    Property Value
    Type Description
    DataLinkType

    Methods

    | Improve this Doc View Source

    Equals(DataKeyValuePair)

    Declaration
    public bool Equals(DataKeyValuePair other)
    Parameters
    Type Name Description
    DataKeyValuePair 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

    GetHashCode()

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

    Operators

    | Improve this Doc View Source

    Implicit(KeyValuePair<String, DataLinkType> to DataKeyValuePair)

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

    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