Class DataKeyValuePair
Inheritance
System.Object
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
Type |
Description |
System.String |
|
|
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
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
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
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
Overrides
System.Object.GetHashCode()
Operators
|
Improve this Doc
View Source
Declaration
public static implicit operator DataKeyValuePair(KeyValuePair<string, DataLinkType> kvp)
Parameters
Type |
Name |
Description |
System.Collections.Generic.KeyValuePair<System.String, DataLinkType> |
kvp |
|
Returns
Implements
System.IEquatable<T>