IEvent Interface Members
See Also  Properties 
SourceCode.Workflow.Authoring Namespace : IEvent Interface

Glossary Item Box

The following tables list the members exposed by IEvent.

Public Properties

  Name Description
Property Activity When implemented by a class, gets the parent Activity object to which the Event belongs.  
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 EventItem  
Property Exception When implemented by a class, gets or sets the Exception that executes if the Event fails. [What is the Default]  
Property ExecutableItems (Inherited from SourceCode.Workflow.Authoring.IExecutableItemContainer)
Property ExpectedDuration When implemented by a class, gets or sets the time in minutes that the Event is expected to take to complete. This value is typically used in setting escalations based on expected duration for the Event. The default value is 0.  
Property IgnoreAuthentication When implemented by a class, gets or sets the IgnoreAuthentication property of the event. If set to true the K2.net Server will allow any user to complete the event.  
Property Image When implemented by a class, gets the image associated with the Event.  
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  
Property Project When implemented by a class, provides a handle to the Project object.  
Property SucceedingRule  
Property Transaction When implemented by a class, gets or sets the Transaction of the Event object. The default value is false.  
Property Type When implemented by a class, gets the type of Event based on the EnumEvent. There are three types of Events: Client, Server and IPC events. The default type is Server event.  
Property WizardDefinition (Inherited from SourceCode.Framework.IWizardConfigurable)
Top

See Also