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 DBC.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