Class DataKeyValuePair
Inheritance
DataKeyValuePair
Assembly: Monai.Deploy.InformaticsGateway.Api.dll
public sealed class DataKeyValuePair : IKeyValuePair<string, DataLinkType>, IEquatable<DataKeyValuePair>
Properties
|
Improve this Doc
View Source
Declaration
[Key]
public string Key { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public DataLinkType Value { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Declaration
public bool Equals(DataKeyValuePair 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 override int GetHashCode()
Returns
Overrides
System.Object.GetHashCode()
Operators
|
Improve this Doc
View Source
Declaration
public static implicit operator DataKeyValuePair(KeyValuePair<string, DataLinkType> kvp)
Parameters
Returns
Implements