StringTemplate TokenResult ClassNReco.Data Class Library Documentation
Represents token evaluation result.
Inheritance Hierarchy

System Object
  NReco.Data StringTemplate TokenResult

Namespace: NReco.Data
Assembly: NReco.Data (in NReco.Data.dll) Version: 1.0.2
Syntax

public sealed class TokenResult

The StringTemplate TokenResult type exposes the following members.

Constructors

  NameDescription
Public methodStringTemplate TokenResult
Initializes a new instance of the StringTemplate TokenResult class
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields

  NameDescription
Public fieldStatic memberNotApplicable
Public fieldStatic memberNotDefined
Top
Properties

  NameDescription
Public propertyApplicable
Determines if token result is applicable.
Public propertyDefined
Determines if token is defined.
Public propertyValue
Token value
Top
See Also