Uses of Class
microsoft.dynamics.crm.enums.XrmAggregateType
-
Packages that use XrmAggregateType Package Description microsoft.dynamics.crm.complex microsoft.dynamics.crm.enums -
-
Uses of XrmAggregateType in microsoft.dynamics.crm.complex
Fields in microsoft.dynamics.crm.complex declared as XrmAggregateType Modifier and Type Field Description protected XrmAggregateTypeXrmAttributeExpression. aggregateTypeMethods in microsoft.dynamics.crm.complex that return types with arguments of type XrmAggregateType Modifier and Type Method Description Optional<XrmAggregateType>XrmAttributeExpression. getAggregateType()Methods in microsoft.dynamics.crm.complex with parameters of type XrmAggregateType Modifier and Type Method Description XrmAttributeExpression.BuilderXrmAttributeExpression.Builder. aggregateType(XrmAggregateType aggregateType)XrmAttributeExpressionXrmAttributeExpression. withAggregateType(XrmAggregateType aggregateType) -
Uses of XrmAggregateType in microsoft.dynamics.crm.enums
Methods in microsoft.dynamics.crm.enums that return XrmAggregateType Modifier and Type Method Description static XrmAggregateTypeXrmAggregateType. valueOf(String name)Returns the enum constant of this type with the specified name.static XrmAggregateType[]XrmAggregateType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-