Skip to main content

KeyValueDto

Namespace: Meshmakers.Octo.Communication.Contracts.DataTransferObjects

Key Value data transfer object

public class KeyValueDto

Inheritance ObjectKeyValueDto

Properties

Key

Returns the key

public string Key { get; }

Property Value

String

Value

Return the value

public string Value { get; }

Property Value

String

Constructors

KeyValueDto(Claim)

Constructor

public KeyValueDto(Claim claim)

Parameters

claim Claim
A security claim

KeyValueDto(KeyValuePair<String, String>)

Constructor

public KeyValueDto(KeyValuePair<string, string> keyValuePair)

Parameters

keyValuePair KeyValuePair<String, String>
A key value pair