Class ABRInputAttribute
Input attribute used for annotating an ABR input to a data impression (VisAsset, DataVariable, etc.)
Namespace: IVLab.ABREngine
Assembly: IVLab.ABREngine.Runtime.dll
Syntax
[AttributeUsage(AttributeTargets.Field)]
public class ABRInputAttribute : Attribute
Constructors
| Improve this Doc View SourceABRInputAttribute(string, UpdateLevel)
Input attribute used for annotating an ABR input to a data impression (VisAsset, DataVariable, etc.)
Declaration
public ABRInputAttribute(string inputName, UpdateLevel updateLevel)
Parameters
Type | Name | Description |
---|---|---|
string | inputName | |
UpdateLevel | updateLevel |
Fields
| Improve this Doc View SourceinputName
Name of the input - should match the name in the ABR Schema (see @abr-schema.md).
Declaration
public string inputName
Field Value
Type | Description |
---|---|
string |
updateLevel
What UpdateLevel does this input necessitate when changed?
Declaration
public UpdateLevel updateLevel
Field Value
Type | Description |
---|---|
UpdateLevel |