Table of Contents

Class SerializeOptionTags

Inheritance
SerializeOptionTags
Inherited Members
Namespace
TabularEditor.TOMWrapper.Serialization
Assembly
TOMWrapper.dll
public static class SerializeOptionTags

Fields

DataSources

public const string DataSources = "Data Sources"

Field Value

Type Description
string

Perspectives

public const string Perspectives = "Perspectives"

Field Value

Type Description
string

Relationships

public const string Relationships = "Relationships"

Field Value

Type Description
string

Roles

public const string Roles = "Roles"

Field Value

Type Description
string

SharedExpressions

public const string SharedExpressions = "Shared Expressions"

Field Value

Type Description
string

Tables

public const string Tables = "Tables"

Field Value

Type Description
string

TablesCalculationItems

public const string TablesCalculationItems = "Tables/CalculationItems"

Field Value

Type Description
string

TablesColumns

public const string TablesColumns = "Tables/Columns"

Field Value

Type Description
string

TablesHierarchies

public const string TablesHierarchies = "Tables/Hierarchies"

Field Value

Type Description
string

TablesMeasures

public const string TablesMeasures = "Tables/Measures"

Field Value

Type Description
string

TablesPartitions

public const string TablesPartitions = "Tables/Partitions"

Field Value

Type Description
string

Translations

public const string Translations = "Translations"

Field Value

Type Description
string

Methods

GetTagsLocalizedName(string)

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.