Beispiel #1
0
 public XrmAttributeExpression(string attributeName, XrmAggregateType aggregateType, string alias, XrmDateTimeGrouping dateTimeGrouping)
 {
     AttributeName    = attributeName;
     AggregateType    = aggregateType;
     Alias            = alias;
     DateTimeGrouping = dateTimeGrouping;
 }
Beispiel #2
0
 public XrmAttributeExpression(string attributeName, XrmAggregateType aggregateType, string alias)
 {
     AttributeName = attributeName;
     AggregateType = aggregateType;
     Alias         = alias;
 }
Beispiel #3
0
 public XrmAttributeExpression(string attributeName, XrmAggregateType aggregateType)
 {
     AttributeName = attributeName;
     AggregateType = aggregateType;
 }