Namespace: SynergyServerScripting.Entities
Assembly: SynergyServerScripting (in SynergyServerScripting.dll)

<System.Reflection.Obfuscation(Exclude=true, ApplyToMembers=true)> _ 
Public Class Workflow
This language is not supported or no code example is available.
[System.Reflection.Obfuscation(Exclude=true, ApplyToMembers=true)] 
public static class Workflow
This language is not supported or no code example is available.
[System.Reflection.Obfuscation(Exclude=true, ApplyToMembers=true)] 
public ref class Workflow
This language is not supported or no code example is available.
public  
System.Reflection.Obfuscation(Exclude=true, ApplyToMembers=true) 
class Workflow
This language is not supported or no code example is available.
Name Description
Public method Equals(Object) Determines whether the specified object is equal to the current object. (inherited from Object).
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (inherited from Object).
Public method Static GetAll(bool, bool, IDatabase) Get all our workflows
Public method Static GetEntityFromPath(string, EntityID, IWorkflowInstanceDetails, PropertyExpressionEngine, IDatabase, out EntityID, out EntityType) Given a path, work out the id of the entity it finds - project, folder, file, or 12d model project
Public method Static GetFilesFromInput(IWorkflowInstanceDetails, EntityID, string, EntityID, PropertyExpressionEngine, IDatabase) Get files from an input string
Public method GetHashCode Serves as the default hash function. (inherited from Object).
Public method Static GetTaskFromInput(IWorkflowInstanceDetails, string, EntityID, PropertyExpressionEngine, IDatabase) Get some task from a workflow input string
Public method GetType Gets the Type of the current instance. (inherited from Object).
Public method Static GetValidTransitionsForWorkflow(EntityID, AttributeValueCollection, EntityID, IDatabase, IWorkflowLogger) Given a workflow instance, find out what will be valid to move it forward
Public method Static GetWorkflowInstanceInfo(EntityID, EntityID, EntityType, IDatabase) Get workflow instance info
Public method Static GetWorkflowInstanceInfo(EntityID, IDatabase) Get some info about a workflow instance
Public method Static GetWorkflowTransitionNames(Workflow, EntityID, out string, out string) Given a workflow, work out what the incoming and out going names of a transition are
Protected method MemberwiseClone Creates a shallow copy of the current Object. (inherited from Object).
Public method Static ProcessAttributeInput(IWorkflowInstanceDetails, AttributesScriptInput, PropertyExpressionEngine, IDatabase) Process an attribute input
Public method Static ProcessInputForVariables(string, IWorkflowInstanceDetails, PropertyExpressionEngine, IDatabase) Process the input for variables
Public method Static ResolveContacts(ContactScriptInput, IWorkflowInstanceDetails, IDatabase) Resolve some contacts from a contacts script input
Public method ToString Returns a string that represents the current object. (inherited from Object).
Top
SynergyServerScripting.Entities.Workflow

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1