Class InterfacesToolkitBase
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: FChoice.Toolkits.Clarify.Interfaces
Assembly: FChoice.Toolkits.Clarify.dll
Syntax
public abstract class InterfacesToolkitBase : ToolkitBase
Constructors
InterfacesToolkitBase(ClarifySession)
Declaration
public InterfacesToolkitBase(ClarifySession sess)
Parameters
| Type | Name | Description |
|---|---|---|
| ClarifySession | sess |
InterfacesToolkitBase(IFCApplication, IFCSession)
Declaration
public InterfacesToolkitBase(IFCApplication app, IFCSession sess)
Parameters
| Type | Name | Description |
|---|---|---|
| IFCApplication | app | |
| IFCSession | sess |
Fields
_toolkit
Declaration
protected FCINTER _toolkit
Field Value
| Type | Description |
|---|---|
| FCINTER |
Properties
AllowDuplicateContact
Declaration
public bool AllowDuplicateContact { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
ImpersonatorUsername
Declaration
public string ImpersonatorUsername { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
UseDatabaseLogins
Declaration
public bool UseDatabaseLogins { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |