Defines generic class wraper around .NET value type
Inheritance Hierarchy

Bluefin.Data BluefinValue T
Bluefin.Data BluefinAmount
Bluefin.Data BluefinBoolean
Bluefin.Data BluefinDate
Bluefin.Data BluefinInteger
Namespace: Bluefin.Data
Assembly: Bluefin-3.8.sp8-net4.5 (in Bluefin-3.8.sp8-net4.5.dll) Version: 3.8.0.8 (3.8.0.8)
Syntax
Type Parameters
- T
- The type of incapsulated object
Remarks
Bluefin data containers utilize class wrappers to maintain the concept of null. In several contexts it's important to know, if value was indeed set or returned back. For example, if Bluefin response didn't return any value for number of recurring payments remaining, it's interpreted as "payment recurring forever". In this case Bluefin.Web.Client.SchedulingResponse.RecurringPaymentsRemaining property will return null.
See Also