Show / Hide Table of Contents

Class DBC.DbiAgentFields

Fields for DbiAgent, DBI agent settings

Inheritance
object
DBC.DbiAgentFields
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.DbiAgentFields

Fields

DbiAgentId

DbiAgent.DbiAgentId: Primary key

Declaration
public const string DbiAgentId = "id"
Field Value
Type Description
string

IdString

DbiAgent.IdString: A field for an id_string which may be used to access the dbi agent

Declaration
public const string IdString = "id_string"
Field Value
Type Description
string

Name

DbiAgent.Name: Agent name

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

Path

DbiAgent.Path: Path to agent URL or file path

Declaration
public const string Path = "path"
Field Value
Type Description
string

Protocol

DbiAgent.Protocol: Agent communcication protocol

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