Show contents 

Home > Foresight Analytics Platform > Web Application and Desktop Application > Application Development and Functionality Enhancement > Developing in Development Environment > Description of System Assemblies > Ms > Ms Assembly Interfaces > IMsFormulaTransformSlices

IMsFormulaTransformSlices

Description

The IMsFormulaTransformSlices interface contains properties and methods used to work with the collection of variable slices.

Properties

  Property name Brief description
Count The Count property returns the number of slices in the collection.
Item The Item property returns the variable slice by its index.

Methods

  Method name Brief description

Add

The Add method creates a variable slice.

FindById

The FindById method searches a variable slice based on a specified identifier.

FindByKey

The FindByKey method searches a variable slice based on a specified key.

IndexOf

The IndexOf method returns the slice index in collection.

MoveTo

The MoveTo method moves the slice to the specified collection.

See also:

Ms Assembly Interfaces