For Babelfish Release 1.11.3.13

ValueSeries Class

Strings formatted as value series will have the form:
  • * Applies to all
  • n Applies to the nth value in the list.
  • n..m Applies to the nth through the mth values in the list.
  • n..m,s Applies to the nth through the mth values in the list, with a step of s.
where n is start value, m is end value, s is step. If unable to parse then "*" is assumed.

Definition

Namespace: Scopos.BabelFish.DataModel.Definitions
Assembly: BabelFish (in BabelFish.dll) Version: 1.11.3.13+877481945de6b4d2a3a561fea58e2494717cd263
C#
public class ValueSeries
Inheritance
Object    ValueSeries

Constructors

ValueSeries Constructor.

Properties

EndValue The ending value of this Value Series.
StartValue The starting value of this Value Series.
Step The step value for this Value Series.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetAsList Interpres the Value Series, and returns a compiled and complete list of integers as specified by the Value Series.
GetAsList(String) Interprets the Value Series and returns a list of compiled event names.
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Overrides ObjectToString)

Fields

See Also