AP&C API Reference
Public Member Functions | Properties | List of all members
Apac.Configuration.MeasurementFormulaInputAttribute Class Reference

The attribute class used to identify proper inputs to implementations of IMeasurementFormula{T}. More...

Inheritance diagram for Apac.Configuration.MeasurementFormulaInputAttribute:

Public Member Functions

 MeasurementFormulaInputAttribute (Type resourceType, string nameKey, string descriptionKey, string unitType, uint minOccurs, uint maxOccurs)
 Initializes a new instance of the MeasurementFormulaInputAttribute class. More...
 

Properties

FormulaInputDescriptor Descriptor [get]
 Gets the descriptor. More...
 

Detailed Description

The attribute class used to identify proper inputs to implementations of IMeasurementFormula{T}.

Constructor & Destructor Documentation

◆ MeasurementFormulaInputAttribute()

Apac.Configuration.MeasurementFormulaInputAttribute.MeasurementFormulaInputAttribute ( Type  resourceType,
string  nameKey,
string  descriptionKey,
string  unitType,
uint  minOccurs,
uint  maxOccurs 
)
inline

Initializes a new instance of the MeasurementFormulaInputAttribute class.

Parameters
resourceTypeType of the resource.
nameKeyThe key used to get the resource containing the name.
descriptionKeyThe key used to get the resource containing the description.
unitTypeType of the unit.
minOccursThe min occurs.
maxOccursThe max occurs.

Property Documentation

◆ Descriptor

FormulaInputDescriptor Apac.Configuration.MeasurementFormulaInputAttribute.Descriptor
get

Gets the descriptor.


The documentation for this class was generated from the following file: