SummaryFunctionArgumentDescription Constructors
Represents a structure which is intended to store information about an argument, passed to a custom summary function.| Name | Parameters | Description |
|---|---|---|
| SummaryFunctionArgumentDescription(String, ScaleType) | name, scaleType | Initializes a new instance of the SummaryFunctionArgumentDescription class with the specified name and scale type. |
| SummaryFunctionArgumentDescription(String) | name | Initializes a new instance of the SummaryFunctionArgumentDescription class with the specified name. |
See Also