Nevron .NET Vision
Inheritance Hierarchy
In This Topic
    Nevron.Diagram.Batches Namespace
    In This Topic
    Classes
     ClassDescription
    ClassThe NBatch class represents a logically connected set of nodes and serves as base class for more specialized batches
    ClassThe NBatchAction class is used to provide miscellaneous transaction based operations, which are not constrained by permissions and purely rely on the interfaces implemented by the batch nodes
    ClassThe NBatchCompose class is used to facilitate the composition of shapes
    ClassThe NBatchDecompose class is used to facilitate the decomposition of shapes
    ClassThe NBatchDelete class is used to facilitate the deletion of multiple nodes
    ClassThe NBatchFormat class is used to provide transaction based format operations for styleable nodes
    ClassThe NBatchGroup class is used to facilitate the grouping of shapes
    ClassThe NBatchInsert class is used to facilitate the insertion of multiple nodes in one composite
    ClassThe NBatchLayout class is used to provide transaction based layout operations
    ClassThe NBatchReorder class is used to facilitate the reorder of nodes in their containers
    ClassThe NBatchTransform class is used to facilitate transformation based operations on a set of nodes
    ClassThe NBatchTranslate class is used to facilitate the translation of multiple nodes together with their translation slaves
    ClassThe NBatchUngroup class is used to facilitate the ungrouping of groups
    See Also