C# Class NVelocity.App.Tools.VelocityFormatter.VelocityAutoAlternator

As VelocityAlternator, but calls alternate() automatically on rendering in a template.
Inheritance: VelocityAlternator
Afficher le fichier Open project: nats/castle-1.0.3-mono

Méthodes publiques

Méthode Description
ToString ( ) : String

Returns the current alternate, and automatically alternates to the next alternate in its sequence (trigged upon rendering).

VelocityAutoAlternator ( ) : System

Constructor takes an array of Strings.

Method Details

ToString() public méthode

Returns the current alternate, and automatically alternates to the next alternate in its sequence (trigged upon rendering).
public ToString ( ) : String
Résultat String

VelocityAutoAlternator() public méthode

Constructor takes an array of Strings.
public VelocityAutoAlternator ( ) : System
Résultat System