7ec259ec 4d3d 3f8a e684 662c073421ad - akesseler/Plexdata.Utilities.Templates GitHub Wiki

BaseToken.ApplySymbolDependencies Method

Applies the properties that depend on property Symbol.

Namespace: Plexdata.Utilities.Formatting.Entities
Assembly: Plexdata.Utilities.Templates (in Plexdata.Utilities.Templates.dll) Version: 1.0.0

Syntax

C#

private void ApplySymbolDependencies()

Remarks

The properties that depend on property Symbol are IsNumbering, IsStringify and IsSpreading.  

  • Property IsNumbering becomes true as soon as the Symbol can be successfully turned into an integer, no matter if it starts with '$' or with '@'.
  • Property IsStringify becomes true as soon as the Symbol starts with '$'.
  • Property IsSpreading becomes true as soon as the Symbol starts with '@'.
  This means that IsStringify and IsSpreading are mutually exclusive.

See Also

Reference

BaseToken Class
Plexdata.Utilities.Formatting.Entities Namespace

⚠️ **GitHub.com Fallback** ⚠️