Class StiEnumerableSource

All Implemented Interfaces:
IStiJsonReportObject, IStiSerializable, IStiSerializableRef, IStiName, IStiEnumerator, ICloneable, IStiAlias, IStiInherited, IStiStateSaveRestore, Cloneable

public class StiEnumerableSource extends StiBusinessObjectSource
Describes the Data Source realizing access to IEnumerable. This type of data source is obsolete.
  • Constructor Details

    • StiEnumerableSource

      public StiEnumerableSource()
      Creates a new object of the type StiEnumerableSource.
    • StiEnumerableSource

      public StiEnumerableSource(String nameInSource, String name)
      Creates a new object of the type StiEnumerableSource.
      Parameters:
      nameInSource - Name of IEnumerable in the DataStore.
      name - Data Source name.
    • StiEnumerableSource

      public StiEnumerableSource(String nameInSource, String name, String alias)
      Creates a new object of the type StiEnumerableSource.
      Parameters:
      nameInSource - Name of IEnumerable in the DataStore.
      name - Data Source name.
      alias - Data Source alias.