Fluent Calculations Primitives Class Library Documentation
C#
Test additional content header
Show/Hide TOC
Value
Tags Property
Custom tags associated with the value.
Definition
Namespace:
Fluent.Calculations.Primitives.BaseTypes
Assembly:
Fluent.Calculations.Primitives (in Fluent.Calculations.Primitives.dll) Version: 1.1.0-aplha
C#
Copy
View Source
public
ITags
Tags
{
get
;
init
; }
Property Value
ITags
Custom tag.
Implements
IValue
Tags
Remarks
Simple mechanism to carry additional meta-data througout the calculation. Can be usefull to provide addtional grouping, identifiers or enything else to look up values.
See Also
Reference
Value Class
Fluent.Calculations.Primitives.BaseTypes Namespace
In This Article
Definition
Property Value
Implements
Remarks
See Also