Esempio n. 1
0
 public IEnumerable <string> GetAnnotations()
 {
     return(CalculationGroup.GetAnnotations());
 }
Esempio n. 2
0
 public int GetAnnotationsCount()
 {
     return(CalculationGroup.GetAnnotationsCount());
 }
Esempio n. 3
0
 public string GetNewAnnotationName()
 {
     return(CalculationGroup.GetNewAnnotationName());
 }
Esempio n. 4
0
 public string GetAnnotation(string name)
 {
     return(CalculationGroup.GetAnnotation(name));
 }
Esempio n. 5
0
 public string GetAnnotation(int index)
 {
     return(CalculationGroup.GetAnnotation(index));
 }
Esempio n. 6
0
 public bool HasAnnotation(string name)
 {
     return(CalculationGroup.HasAnnotation(name));
 }