Workflow Engine .NET

Assembly: OptimaJet.Workflow.Core

Class ProcessAssignmentEntity

OptimaJet.Workflow.Core.Entities.ProcessAssignmentEntity

[Obsolete("Do not use Assignment Plugin or related API. It will be removed soon.")]
public class ProcessAssignmentEntity : IEntity

Inheritance

  • System.Object

Implemented Interfaces

Attributes

  • System.ObsoleteAttribute: Attribute of type System.ObsoleteAttribute

Properties

Name
Type
Id #
Guid
AssignmentCode #
String
Name #
String
ProcessId #
Guid
Description #
String
DateCreation #
DateTime
DateStart #
Nullable<DateTime>
DateFinish #
Nullable<DateTime>
DeadlineToStart #
Nullable<DateTime>
DeadlineToComplete #
Nullable<DateTime>
Executor #
String
Observers #
String
Tags #
String
StatusState #
String
IsActive #
Boolean
IsDeleted #
Boolean

Methods

public object GetValue(string key) #
Gets the value of a property "key"

Parameters

Name
Type
Description
key
String

Returns

Type
Description
Object
public void SetValue(string key, object value) #
Sets a "value" for a property "key"

Parameters

Name
Type
Description
key
String
value
Object