Class SupportToolkitBase
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.Support
Assembly: FChoice.Toolkits.Clarify.dll
Syntax
public abstract class SupportToolkitBase : ToolkitBase
Constructors
SupportToolkitBase(ClarifySession)
Declaration
public SupportToolkitBase(ClarifySession sess)
Parameters
Type | Name | Description |
---|---|---|
ClarifySession | sess |
SupportToolkitBase(IFCApplication, IFCSession)
Declaration
public SupportToolkitBase(IFCApplication app, IFCSession sess)
Parameters
Type | Name | Description |
---|---|---|
IFCApplication | app | |
IFCSession | sess |
Fields
_toolkit
Declaration
protected FCCS _toolkit
Field Value
Type | Description |
---|---|
FCCS |
Properties
ImpersonatorUsername
Declaration
public string ImpersonatorUsername { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UseDenormalizedCaseTypeLevels
Declaration
public bool UseDenormalizedCaseTypeLevels { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |