I have the following Property in my BO (shown below)... but now i need to duplicate the field for the past 100 days... how do i code an "Array" of fields values using the new PropertyInfo system for setting up Shared Fields and Properties?
Protected
Shared AverageTotalVolumeTradedForLast01DaysProperty As Csla.PropertyInfo(Of Decimal) = _RegisterProperty(
New Csla.PropertyInfo(Of Decimal)("AverageTotalVolumeTradedForLast01Days", "Average Total Volume Traded for Last 01 Days", Decimal.Zero)) Public ReadOnly Property AverageTotalVolumeTradedForLast01Days() As Decimal Get Return GetProperty(Of Decimal)(AverageTotalVolumeTradedForLast01DaysProperty) End Get End Property
Thanks,
ward0093
Copyright (c) Marimer LLC