Class DecisionStampPlacement
Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class DecisionStampPlacement : StampPlacement
  Properties
DecisionId
Declaration
public int DecisionId { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
InstanceId
Declaration
public string InstanceId { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
IsController
Declaration
public bool IsController { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
TaskId
Declaration
public string TaskId { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
WorkflowId
Declaration
public string WorkflowId { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String |