Code
.NET
.First (List) is similar to array[0]
.FindAll (List) and .Where (List and Dictionary) is similar to .Filter
.Contains(List) is similar to .Includes
.Select (Dictionary) is similar to .Map => project each element of a sequence into a new form
STUDY THIS
Project Milestone is from Element (we do not use the condition text)
Condition Template is from Conditioner API (we use the condition text)
Tranche Template is where Element calls us to populate the tranche
Last updated