@infrasoftbe/vnv-sdk
    Preparing search index...

    Interface DALLayer

    interface DALLayer {
        layers: {
            Flows: LayerFactory<FlowLayer>;
            Lists: LayerFactory<DAL.Layers.ListLayer>;
            Nodes: LayerFactory<DAL.Layers.NodeLayer<NodeType>>;
            Projects: LayerFactory<DAL.Layers.ProjectLayer>;
            Structures: LayerFactory<DAL.Layers.StructureLayer>;
        };
    }
    Index

    Properties

    Properties

    layers: {
        Flows: LayerFactory<FlowLayer>;
        Lists: LayerFactory<DAL.Layers.ListLayer>;
        Nodes: LayerFactory<DAL.Layers.NodeLayer<NodeType>>;
        Projects: LayerFactory<DAL.Layers.ProjectLayer>;
        Structures: LayerFactory<DAL.Layers.StructureLayer>;
    }