Skip to content

f9596511 0892 ab32 6e81 5ba31efc6e4a

Fernando Garcia edited this page May 8, 2018 · 1 revision

KnownAggregateType Enumeration

Additional header content

Specifies the known aggregate types.

Namespace: iTin.Export.Model
Assembly: iTin.Export.Core (in iTin.Export.Core.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

[SerializableAttribute]
public enum KnownAggregateType

VB

<SerializableAttribute>
Public Enumeration KnownAggregateType

Members

 

Member name Value Description
None 0 None aggregate
Average 1 Average aggregate
Count 2 Count aggregate
Max 3 Max aggregate
Min 4 Min aggregate
Sum 5 Sum aggregate
Text 6 Custom text

Remarks

[Missing documentation for "T:iTin.Export.Model.KnownAggregateType"]

See Also

Reference

iTin.Export.Model Namespace

Clone this wiki locally