Namespace:
SynergyServerScripting.Entities
Assembly: SynergyServerScripting (in SynergyServerScripting.dll)
Top
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.
Name | Description | |
---|---|---|
![]() |
Equals(Object) | Determines whether the specified object is equal to the current object. (inherited from Object). |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (inherited from Object). |
![]() ![]() |
GetAll(bool, bool, IDatabase) | Get all our workflows |
![]() ![]() |
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 |
![]() ![]() |
GetFilesFromInput(IWorkflowInstanceDetails, EntityID, string, EntityID, PropertyExpressionEngine, IDatabase) | Get files from an input string |
![]() |
GetHashCode | Serves as the default hash function. (inherited from Object). |
![]() ![]() |
GetTaskFromInput(IWorkflowInstanceDetails, string, EntityID, PropertyExpressionEngine, IDatabase) | Get some task from a workflow input string |
![]() |
GetType | Gets the Type of the current instance. (inherited from Object). |
![]() ![]() |
GetValidTransitionsForWorkflow(EntityID, AttributeValueCollection, EntityID, IDatabase, IWorkflowLogger) | Given a workflow instance, find out what will be valid to move it forward |
![]() ![]() |
GetWorkflowInstanceInfo(EntityID, EntityID, EntityType, IDatabase) | Get workflow instance info |
![]() ![]() |
GetWorkflowInstanceInfo(EntityID, IDatabase) | Get some info about a workflow instance |
![]() ![]() |
GetWorkflowTransitionNames(Workflow, EntityID, out string, out string) | Given a workflow, work out what the incoming and out going names of a transition are |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object). |
![]() ![]() |
ProcessAttributeInput(IWorkflowInstanceDetails, AttributesScriptInput, PropertyExpressionEngine, IDatabase) | Process an attribute input |
![]() ![]() |
ProcessInputForVariables(string, IWorkflowInstanceDetails, PropertyExpressionEngine, IDatabase) | Process the input for variables |
![]() ![]() |
ResolveContacts(ContactScriptInput, IWorkflowInstanceDetails, IDatabase) | Resolve some contacts from a contacts script input |
![]() |
ToString | Returns a string that represents the current object. (inherited from Object). |
SynergyServerScripting.Entities.Workflow