Struct ParticipationKeyResponse
A detailed description of a participation ID
Assembly: cs.temp.dll.dll
Syntax
[Serializable]
[AlgoApiFormatter(typeof(WrappedValueFormatter<ParticipationKeyResponse, ParticipationKey>), "", "", 0)]
public struct ParticipationKeyResponse : IEquatable<ParticipationKeyResponse>, IWrappedValue<ParticipationKey>
Constructors
ParticipationKeyResponse(ParticipationKey)
Declaration
public ParticipationKeyResponse(ParticipationKey value)
Parameters
Properties
WrappedValue
Declaration
public ParticipationKey WrappedValue { get; set; }
Property Value
Methods
Equals(ParticipationKeyResponse)
Declaration
public bool Equals(ParticipationKeyResponse other)
Parameters
Returns
Operators
Implicit(ParticipationKey to ParticipationKeyResponse)
Declaration
public static implicit operator ParticipationKeyResponse(ParticipationKey value)
Parameters
Returns
Implicit(ParticipationKeyResponse to ParticipationKey)
Declaration
public static implicit operator ParticipationKey(ParticipationKeyResponse wrapper)
Parameters
Returns
Implements