When TimeValueGetter(Int32) is called, a TimeDataValueGetter is returned.
public class Res1DDataSetTimeProxy : IDoubleTimeProxy| Res1DDataSetTimeProxy | Constructor |
| 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) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| TimeOffers | List of data types that is offered and can be used in GetValue |
| TimeValueGetter | Get value getter for the specified data quantity |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| Getter | From the proxy, return an FuncTResult for the specified quantity. It returns the first quantity of that type that is offered, and null if the quantity is not offered. (Defined by ProxyExtensions) |
| TimeValueGetter | From the proxy, return an FuncT, TResult for the specified quantity. It returns the first quantity of that type that is offered, and null if the quantity is not offered. (Defined by ProxyExtensions) |