Class ContextExtensions
- Inheritance
-
ContextExtensions
- Inherited Members
-
- Namespace
- TabularEditor.Shared.Interaction
- Assembly
- TabularEditor3.Shared.dll
public static class ContextExtensions
Methods
GetDescription(Context)
Returns the localized display name for the given Context, using Smart.Format for pluralization.
Singular contexts (e.g. Table, Measure) return the singular form; group/collection contexts
(e.g. Tables, PartitionCollection) return the plural form.
public static string GetDescription(this Context context)
Parameters
| Type |
Name |
Description |
| Context |
context |
|
Returns