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 |
---|---|
System.String |
Name
Gets the name of the graph modifier.
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
System.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 |
---|---|
System.Boolean |
|