protected void ToString(List <string> toStringOutput) { toStringOutput.Add($"Order = {(Order == null ? "null" : Order.ToString())}"); toStringOutput.Add($"Errors = {(Errors == null ? "null" : $"[{ string.Join(", ", Errors)} ]")}"); }
protected void ToString(List <string> toStringOutput) { toStringOutput.Add($"Order = {(Order == null ? "null" : Order.ToString())}"); toStringOutput.Add($"Limit = {(Limit == null ? "null" : Limit.ToString())}"); toStringOutput.Add($"BatchToken = {(BatchToken == null ? "null" : BatchToken == string.Empty ? "" : BatchToken)}"); }
protected void ToString(List <string> toStringOutput) { toStringOutput.Add($"Order = {(Order == null ? "null" : Order.ToString())}"); toStringOutput.Add($"ProposedRewards = {(ProposedRewards == null ? "null" : $"[{ string.Join(", ", ProposedRewards)} ]")}"); }
protected void ToString(List <string> toStringOutput) { toStringOutput.Add($"Order = {(Order == null ? "null" : Order.ToString())}"); toStringOutput.Add($"FieldsToClear = {(FieldsToClear == null ? "null" : $"[{ string.Join(", ", FieldsToClear)} ]")}"); toStringOutput.Add($"IdempotencyKey = {(IdempotencyKey == null ? "null" : IdempotencyKey == string.Empty ? "" : IdempotencyKey)}"); }
protected void ToString(List <string> toStringOutput) { toStringOutput.Add($"Order = {(Order == null ? "null" : Order.ToString())}"); toStringOutput.Add($"IdempotencyKey = {(IdempotencyKey == null ? "null" : IdempotencyKey == string.Empty ? "" : IdempotencyKey)}"); }