IProcess Interface Members
See Also  Properties Methods 
SourceCode.Workflow.Authoring Namespace : IProcess Interface

Glossary Item Box

The following tables list the members exposed by IProcess.

Public Properties

  Name Description
Property Activities When implemented by a class, gets the collection of Activities in a Process.  
Property BusinessOwner When implemented by a class, gets or sets the Business Owner of the process.  
Property ContainedByProjectFile (Inherited from SourceCode.Framework.IProjectFileContent)
Property DataFields When implemented by a class, gets the DataFields objects that contain the names and types of the process data fields associated with the process.  
Property DefaultLanguage Gets or sets the default language.  
Property Description When implemented by a class, gets or sets the Description of the associated object. (Inherited from SourceCode.Framework.INamedObject)
Property DisplayName Gets or sets the display name of the object. (Inherited from SourceCode.Framework.ISupportDisplayName)
Property Exception When implemented by a class, gets or sets the Exception that is executed if the Process fails. The default value is to write an entry to the K2.net Server error log.  
Property ExecutableItems (Inherited from SourceCode.Workflow.Authoring.IExecutableItemContainer)
Property ExpectedDuration When implemented by a class, gets or sets the time in minutes that the Process is expected to take to complete. This value is typically used in setting escalations.  
Property FileName (Inherited from SourceCode.Framework.IProjectFileContent)
Property FinishRule  
Property Folder (Inherited from SourceCode.Framework.IProjectFileContent)
Property FolderPath (Inherited from SourceCode.Framework.IProjectFileContent)
Property FullFileName (Inherited from SourceCode.Framework.IProjectFileContent)
Property Lines When implemented by a class, gets or sets the collection of Line objects that are contained in the Process.  
Property MetaData When implemented by a class, gets or sets the MetaData of the associated object. (Inherited from SourceCode.Framework.INamedObject)
Property Name Gets or sets the name of the object. (Inherited from SourceCode.Framework.ISupportName)
Property Priority When implemented by a class, gets or sets the meta data of the process. When implemented by a class, gets or sets the priority of the Process. This priority is typically used to promote the Process on a user's worklist to take presidence over other similar Process objects.  
Property Project (Inherited from SourceCode.Framework.IProjectFileContent)
Property ProjectFile (Inherited from SourceCode.Framework.IProjectFileContent)
Property References (Inherited from SourceCode.Workflow.Authoring.IRequireReferences)
Property StartActivity When implemented by a class, represent the Start Activity of the process.  
Property StartRule  
Property SubProjects (Inherited from SourceCode.Framework.ISubProjectContainer)
Property TechnicalOwner When implemented by a class, gets or sets the Technical Owner of the process.  
Property WizardDefinition (Inherited from SourceCode.Framework.IWizardConfigurable)
Property WorkingHours When implemented by a class, gets the collection of WorkingHours for this Process. The Working hours define the time of day, and days of the week that are considered to be active days in the process.  
Property XmlFields When implemented by a class, gets the XMLFields objects that contain the name and schema of the XML data associated with this Process. This XML schema can be used to store data sent to and from the process in a generic, and easily accessible XML format.  
Top

Public Methods

See Also