C# client for the ComboCurve REST API
View the Project on GitHub insidepetroleum/combocurve-client-csharp
| Name | Type | Description | Notes |
|---|---|---|---|
| B | decimal? | B factor | [optional] |
| DiEffSec | decimal? | Initial Decline Rate Secant | [optional] |
| DiNominal | decimal? | Nominal Decline Rate | [optional] |
| EndDate | DateTime? | End Date | [optional] |
| QEnd | decimal? | Ending Rate | [optional] |
| QStart | decimal? | Start Rate | [optional] |
| RealizedDSwEffSec | decimal? | Hyperbolic to Exponential Switch Rate | [optional] |
| SegmentIndex | int? | Segment Index | [optional] |
| SegmentType | string | Segment Type | [optional] |
| StartDate | DateTime? | Start Date | [optional] |
| SwDate | DateTime? | Hyperbolic to Exponential Switch Date | [optional] |
| QSw | decimal? | q Switch | [optional] |
| Slope | decimal? | Slope | [optional] |