Search Results for

    Show / Hide Table of Contents

    Class DataDrivenExecutableLibrary

    Executable function library for Chris.DataDriven

    Inheritance
    object
    ExecutableFunctionLibrary
    DataDrivenExecutableLibrary
    Inherited Members
    ExecutableFunctionLibrary.CollectExecutableFunctions()
    ExecutableFunctionLibrary.RegisterExecutableFunctionPtr<TLibrary>(string, int, void*)
    ExecutableFunctionLibrary.RegisterExecutableFunctionFileInfo<TLibrary>(string, int, string, int)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Ceres.Graph.Flow.Utilities
    Assembly: cs.temp.dll.dll
    Syntax
    public class DataDrivenExecutableLibrary : ExecutableFunctionLibrary

    Methods

    Flow_DataTableGetAllRows(DataTable)

    Get all data rows from table.

    Declaration
    public static IDataTableRow[] Flow_DataTableGetAllRows(DataTable dataTable)
    Parameters
    Type Name Description
    DataTable dataTable
    Returns
    Type Description
    IDataTableRow[]

    Flow_DataTableGetRow(DataTable, string, SerializedType<IDataTableRow>)

    Get data row from table by RowId

    Declaration
    public static IDataTableRow Flow_DataTableGetRow(DataTable dataTable, string rowId, SerializedType<IDataTableRow> rowType)
    Parameters
    Type Name Description
    DataTable dataTable
    string rowId
    SerializedType<><IDataTableRow> rowType
    Returns
    Type Description
    IDataTableRow

    Flow_DataTableGetRowByIndex(DataTable, int, SerializedType<IDataTableRow>)

    Get data row from table by index

    Declaration
    public static IDataTableRow Flow_DataTableGetRowByIndex(DataTable dataTable, int index, SerializedType<IDataTableRow> rowType)
    Parameters
    Type Name Description
    DataTable dataTable
    int index
    SerializedType<><IDataTableRow> rowType
    Returns
    Type Description
    IDataTableRow

    Flow_DataTableManagerGetDataTable(DataTableManager, string)

    Declaration
    public static DataTable Flow_DataTableManagerGetDataTable(DataTableManager dataTableManager, string name)
    Parameters
    Type Name Description
    DataTableManager dataTableManager
    string name
    Returns
    Type Description
    DataTable

    Flow_GetDataTableManager(SerializedType<DataTableManager>)

    Declaration
    public static DataTableManager Flow_GetDataTableManager(SerializedType<DataTableManager> managerType)
    Parameters
    Type Name Description
    SerializedType<><DataTableManager> managerType
    Returns
    Type Description
    DataTableManager
    In This Article
    Back to top Copyright © 2025 AkiKurisu
    Generated with DocFX