combocurve-client-csharp

Logo

C# client for the ComboCurve REST API

View the Project on GitHub insidepetroleum/combocurve-client-csharp

ComboCurve.Api.Model.TypeCurveLookupTable

Properties

Name Type Description Notes
Id string Lookup table ID [optional]
Name string Name of the lookup table [optional]
Project string Project ID [optional]
CreatedBy string User ID of creator [optional]
CreatedAt DateTimeOffset? Creation timestamp [optional]
UpdatedAt DateTimeOffset? Last update timestamp [optional]
CopiedFrom string ID of lookup table this was copied from [optional]
Tags List<string> Array of tag IDs [optional]
CaseInsensitiveMatching bool? Enable case-insensitive filter matching for string comparisons [optional]
Rules List<TypeCurveLookupTableRule> Array of rule objects (evaluated in order, first match wins) [optional]

[Back to Model list] [Back to API list] [Back to README]