This construct describes a single input to a measurment formula.
More...
|
| FormulaInputDescriptor (string name, string description, Type unitsType, uint minOccurs, uint maxOccurs) |
| Initializes a new instance of the FormulaInputDescriptor class. More...
|
|
void | GetObjectData (SerializationInfo info, StreamingContext context) |
| Populates a T:System.Runtime.Serialization.SerializationInfo with the data needed to serialize the target object. More...
|
|
This construct describes a single input to a measurment formula.
◆ FormulaInputDescriptor() [1/2]
Apac.Configuration.FormulaInputDescriptor.FormulaInputDescriptor |
( |
SerializationInfo |
info, |
|
|
StreamingContext |
context |
|
) |
| |
|
inlineprotected |
◆ FormulaInputDescriptor() [2/2]
Apac.Configuration.FormulaInputDescriptor.FormulaInputDescriptor |
( |
string |
name, |
|
|
string |
description, |
|
|
Type |
unitsType, |
|
|
uint |
minOccurs, |
|
|
uint |
maxOccurs |
|
) |
| |
|
inline |
Initializes a new instance of the FormulaInputDescriptor class.
- Parameters
-
name | The name. |
description | The description. |
unitsType | The of units. |
minOccurs | The min occurs. |
maxOccurs | The max occurs. |
◆ GetObjectData()
void Apac.Configuration.FormulaInputDescriptor.GetObjectData |
( |
SerializationInfo |
info, |
|
|
StreamingContext |
context |
|
) |
| |
|
inline |
Populates a T:System.Runtime.Serialization.SerializationInfo with the data needed to serialize the target object.
- Parameters
-
info | The T:System.Runtime.Serialization.SerializationInfo to populate with data. |
context | The destination (see T:System.Runtime.Serialization.StreamingContext) for this serialization. |
- Exceptions
-
T:System.Security.SecurityException | The caller does not have the required permission. |
◆ Description
string Apac.Configuration.FormulaInputDescriptor.Description |
|
get |
◆ IsOptional
bool Apac.Configuration.FormulaInputDescriptor.IsOptional |
|
get |
Gets a value indicating whether this instance is optional, which is determined based on MinOccurs being less than 1.
true
if this instance is optional; otherwise, false
.
◆ MaxOccurs
uint Apac.Configuration.FormulaInputDescriptor.MaxOccurs |
|
get |
Gets the maximum number of occurrances required as inputs. A value less than MinOccurs indicates no upper limit.
◆ MinOccurs
uint Apac.Configuration.FormulaInputDescriptor.MinOccurs |
|
get |
Gets the minimum number of occurrances required as inputs.
◆ Name
string Apac.Configuration.FormulaInputDescriptor.Name |
|
get |
◆ Units
◆ UnitsType
Type Apac.Configuration.FormulaInputDescriptor.UnitsType |
|
get |
Gets the type of the units.
The documentation for this class was generated from the following file:
- /var/lib/jenkins/workspace/apac/APAC/APACCore/Configuration/FormulaInputDescriptor.cs