Show / Hide Table of Contents

Class DBC.KbWorkflowFields

Fields for KbWorkflow, Knowledge base workflow steps

Inheritance
Object
DBC.KbWorkflowFields
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class KbWorkflowFields

Fields

KbWorkflowId

KbWorkflow.KbWorkflowId: The primary key (auto-incremented)

Declaration
public const string KbWorkflowId = "id"
Field Value
Type Description
String

Name

KbWorkflow.Name:

Declaration
public const string Name = "name"
Field Value
Type Description
String

Next

KbWorkflow.Next: The next workflow phase.

Declaration
public const string Next = "next"
Field Value
Type Description
String

Previous

KbWorkflow.Previous: The previous workflow phase.

Declaration
public const string Previous = "previous"
Field Value
Type Description
String
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top