Show / Hide Table of Contents

Interface IGraphModifier

Provides a method that Colectica Workflow implementers can use to completely remove items that are being processed by the Colectica Workflow server.

Namespace: Algenta.Colectica.Model.Workflow
Assembly: Algenta.Colectica.Model.dll
Syntax
public interface IGraphModifier

Properties

Description

Gets a description that indicates how the graph modifier acts.

Declaration
string Description { get; }
Property Value
Type Description
String

Name

Gets the name of the graph modifier.

Declaration
string Name { get; }
Property Value
Type Description
String

Methods

ModifyGraph(IVersionable)

Modifies the children of the specified item.

Declaration
bool ModifyGraph(IVersionable item)
Parameters
Type Name Description
IVersionable item

The item to be modified.

Returns
Type Description
Boolean

true if the item graph was modified in any way; otherwise false.

Extension Methods

Extensions.Yield<T>(T)
In This Article
Back to top Generated by DocFX