IFilterTokenValues Interface

Definition

Interface implemented by a component that wishes to modify template replacement values. Used to fixup replacement values on a per-programming language basis. For example, the identifier ab$cd may not be acceptable to some languages, so using a filter, this value can be translated into ab_cd, an identifier that is acceptible.

public interface class IFilterTokenValues
public interface class IFilterTokenValues
__interface IFilterTokenValues
public interface IFilterTokenValues
type IFilterTokenValues = interface
Public Interface IFilterTokenValues

Methods

FilterReplacementTokens(String, String, Dictionary<String,String>)

Method to do translation from replacement values to values acceptable by the language for use as programmatic identifiers.

Applies to