[This is preliminary documentation and is subject to change.]

Implements a semantic label in Clarion.

Namespace: Clarion.Framework.Core
Assembly: ClarionLibrary (in ClarionLibrary.dll) Version: 6.1.1.0 (6.1.1.0)

Syntax

C#
public class SemanticLabel : DimensionValuePair<string, string>

Remarks

This class is typically found within (and automatically generated by) a declarative chunk. However, anything that can be defined using a dimension-value pair can contain a semantic label.

Caution
Unless you specifically intend to use a semantic label (say, for example, as an input for an implicit component), it is not be necessary to specify a semantic label for a World object other than a DeclarativeChunk (which is auto-generated).

Copyright 2011. Nicholas Wilson

Inheritance Hierarchy

System..::..Object
  Clarion.Framework..::..DimensionValuePair
    Clarion.Framework..::..DimensionValuePair<(Of <(<'String, String>)>)>
      Clarion.Framework.Core..::..SemanticLabel

See Also