Exemplo n.º 1
0
 public static void AddElement(this AFElementTemplate template, int id)
 => template.Database.Elements.Add(template.GetElementName(id), template).CheckIn();
Exemplo n.º 2
0
 public static string GetTimeSeriesName(this AFElementTemplate template, int id, Resolution resolution, ValueType valueType)
 => $"{template.GetElementName(id)}.{GetAttributeName(resolution, valueType)}";