Class SerializeOptionTags
- Inheritance
-
SerializeOptionTags
- Inherited Members
-
public static class SerializeOptionTags
Fields
public const string DataSources = "Data Sources"
Field Value
public const string Perspectives = "Perspectives"
Field Value
public const string Relationships = "Relationships"
Field Value
public const string Roles = "Roles"
Field Value
public const string SharedExpressions = "Shared Expressions"
Field Value
public const string Tables = "Tables"
Field Value
public const string TablesCalculationItems = "Tables/CalculationItems"
Field Value
public const string TablesColumns = "Tables/Columns"
Field Value
public const string TablesHierarchies = "Tables/Hierarchies"
Field Value
public const string TablesMeasures = "Tables/Measures"
Field Value
public const string TablesPartitions = "Tables/Partitions"
Field Value
public const string Translations = "Translations"
Field Value
Methods
Gets the localized name of a tag using resource strings.
public static string GetTagsLocalizedName(string tag)
Parameters
Type |
Name |
Description |
string |
tag |
The tag to localize.
|
Returns
Type |
Description |
string |
The localized string or the original tag if no resource is found.
|