public class DefaultPriceIndexFactory : PriceIndexFactoryPublic Class DefaultPriceIndexFactory
Implements PriceIndexFactory| DefaultPriceIndexFactory | Creates a new instance of DefaultPriceIndexFactory without any price index values. |
| DefaultPriceIndexFactory(String) | Creates a new instance of DefaultPriceIndexFactory populated with data contained in the provided file. |
| DefaultPriceIndexFactory(TextReader) | Creates a new instance of DefaultPriceIndexFactory populated with dates and price index values provided by a TextReader. |
| addPriceIndex(FISADate, Double) | Add a price index for the provided date. |
| addPriceIndex(Int32, Int32, Double) | Add a price index for a given year and month. |
| clear | Clear all price index values. |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| getPriceIndex(FISADate) | This method returns the price index for the given Date. |
| getPriceIndex(FISADate, Int32) | This method returns the price index for the given month offset from the given date. |
| getPriceIndex(Int32, Int32) | This method returns the price index for the given year and month. |
| getPriceIndex(Int32, Int32, Int32) | This method returns the price index for the given month offset from year and month. |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| loadPriceIndices | Adds price index data provided by a TextReader to this DefaultPriceIndexFactory. |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |