For Babelfish Release 1.11.1.3

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

Definition

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

Constructors

Properties

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.
(Inherited from Object)

See Also