• Articles
  • .Net Api Reference
  • COM Api Reference
  • COM Api Reference
  • .Net API Reference
  • FChoice.Common Namespace
  • Classes
  • FCLicenseException
  • Methods
  • GetLicenseLoadError Method
Show / Hide Table of Contents
  • .Net API Reference
    • (Global) Namespace
    • FChoice.Common Namespace
      • Classes
        • CommonException
          • Members
          • Methods
            • Assert Method
        • ConfigValues
          • Members
          • Methods
            • GetConditionalString Method
              • GetConditionalString(Boolean,String,String,String) Method
              • GetConditionalString(Boolean,String,String,NameValueCollection) Method
            • GetOptBool Method
              • GetOptBool(Boolean,String,NameValueCollection) Method
              • GetOptBool(Boolean,String) Method
            • GetOptInt32 Method
              • GetOptInt32(Int32,String,NameValueCollection) Method
              • GetOptInt32(Int32,String,String) Method
            • GetOptString Method
              • GetOptString(String,String,NameValueCollection) Method
              • GetOptString(String,String) Method
            • GetReqString Method
              • GetReqString(String,NameValueCollection) Method
              • GetReqString(String,String) Method
            • VerifyPositive Method
          • Fields
            • CACHE_FILE_PATH Field
            • CONNECT_STRING Field
            • DB_TYPE Field
            • DBPROVIDER_CONFIGFILE Field
            • ENABLE_BATCH Field
            • LOG_CONFIG_FILE_PATH Field
            • NO_CACHE_FILE Field
            • PERF_ENABLED Field
            • PERF_INSTANCE_NAME Field
            • SQL_BIG_QUERY_COUNT_THRESHOLD Field
            • SQL_BIG_QUERY_TIME_THRESHOLD Field
            • SQL_COMMAND_TIMEOUT Field
            • STATEMANAGER_CONFIGFILE Field
        • DataProtector
          • Members
          • Methods
            • Decrypt Method
              • Decrypt(DataProtectionStore,Byte[]) Method
              • Decrypt(DataProtectionStore,Byte[],Byte[]) Method
            • DecryptString Method
              • DecryptString(DataProtectionStore,String) Method
              • DecryptString(DataProtectionStore,String,String) Method
            • Encrypt Method
              • Encrypt(DataProtectionStore,Byte[]) Method
              • Encrypt(DataProtectionStore,Byte[],Byte[]) Method
            • EncryptString Method
              • EncryptString(DataProtectionStore,String) Method
              • EncryptString(DataProtectionStore,String,String) Method
        • FCArgumentException
          • Members
          • Methods
            • CheckIndexBounds Method
            • CheckIsEmpty Method
            • CheckIsNull Method
        • FCConfiguration
          • Members
          • Methods
            • LoadEnvironmentSettings Method
            • LoadEnvironmentSettings() Method
            • LoadEnvironmentSettings(NameValueCollection) Method
            • LoadEnvironmentSettings(NameValueCollection,Boolean,Boolean) Method
            • ParseFcEnvFile Method
          • Properties
            • Current Property
            • DataProtectionEntropy Property
        • FCExceptionBase
          • Members
          • Methods
            • GetObjectData Method
            • SetMessageProvider Method
          • Properties
            • ErrorCode Property
            • ErrorMessageID Property
            • Message Property
            • MessageProvider Property
        • FCInvalidConfigurationException
          • Members
        • FCLicenseException
          • Members
          • FCLicenseException Constructor
            • FCLicenseException Constructor(Int32,String,Object[])
            • FCLicenseException Constructor(Boolean,Int32,String,Object[])
            • FCLicenseException Constructor(Exception,Int32,String,Object[])
          • Methods
            • GetLicenseLoadError Method
            • GetProductLicenseError Method
        • InvalidLoggingConfigException
          • Members
        • Logger
          • Members
          • Methods
            • Log Method
              • Log(LogLevel,String,Object[]) Method
              • Log(LogLevel,Exception,String,Object[]) Method
            • LogDebug Method
              • LogDebug(String,Object[]) Method
              • LogDebug(Exception,String,Object[]) Method
            • LogError Method
              • LogError(String,Object[]) Method
              • LogError(Exception,String,Object[]) Method
            • LogInfo Method
              • LogInfo(String,Object[]) Method
              • LogInfo(Exception,String,Object[]) Method
            • LogWarn Method
              • LogWarn(String,Object[]) Method
              • LogWarn(Exception,String,Object[]) Method
          • Properties
            • IsDebugEnabled Property
            • IsErrorEnabled Property
            • IsFatalEnabled Property
            • IsInfoEnabled Property
            • IsWarnEnabled Property
        • LogManager
          • Members
          • LogManager Constructor
          • Methods
            • AddAppenderToLogger Method
            • AddAppenderToLogger(String,Type) Method
            • AddAppenderToLogger(String,String) Method
            • AddAppenderToRoot Method
            • AddLogFileAppender Method
            • FindFile Method
            • GetLogger Method
            • GetLogger(Type) Method
            • GetLogger(String) Method
            • Initialize Method
            • Reconfigure Method
            • ResetConfiguration Method
            • SetLoggerLevel Method
            • SetLoggerLevel(Type,LogLevel) Method
            • SetLoggerLevel(String,LogLevel) Method
            • SetRootLoggerLevel Method
            • SetThreadContextValue Method
          • Properties
            • Instance Property
            • IsInitialized Property
            • LogConfigFilePath Property
          • Fields
            • SyncRoot Field
        • PerfManager
          • Members
          • Methods
            • DeInitialize Method
            • GetCounter Method
            • GetPerfDurationSecs Method
            • GetPerfTimer Method
            • Initialize Method
          • Properties
            • Instance Property
            • InstanceName Property
            • IsEnabled Property
            • IsInitialized Property
        • StringUtil
          • Members
          • Methods
            • AreEqual Method
            • AreEqual(String,String) Method
            • AreEqual(String,String,Boolean) Method
            • AreEqual(String,String,Boolean,Boolean) Method
            • AreEqual(String,String,Boolean,CultureInfo) Method
            • IsNonEmptyString Method
            • StartsWith Method
            • StartsWith(String,String) Method
            • StartsWith(String,String,Boolean) Method
            • StartsWith(String,String,Boolean,Boolean) Method
            • StartsWith(String,String,Boolean,CultureInfo) Method
      • Enumerations
        • DataProtectionStore
        • FCLicenseException.LoadFailReasons
        • LogLevel
      • Interfaces
        • IErrorMessageProvider
          • Members
          • Methods
            • GetMessageFormat Method
    • FChoice.Common.Data Namespace
      • Classes
        • DataAccessSectionHandler
          • Members
          • DataAccessSectionHandler Constructor
          • Methods
            • Create Method
        • DataParameterCollection
          • Members
          • DataParameterCollection Constructor
            • DataParameterCollection Constructor()
            • DataParameterCollection Constructor(DbProvider)
            • DataParameterCollection Constructor(IDbDataParameter[])
            • DataParameterCollection Constructor(Int32)
          • Methods
            • Add Method
            • Add(String,Object) Method
            • Add(String,Object,ParameterDirection) Method
            • Add(String,Object,IDbDataParameter) Method
            • Add(String,IDbDataParameter) Method
            • Clear Method
            • Clone Method
            • Contains Method
            • CopyTo Method
            • CopyTo(DataParameterCollection) Method
            • CopyTo(Array,Int32) Method
            • DeepClone Method
            • GetEnumerator Method
            • IndexOf Method
            • Insert Method
            • Remove Method
            • Remove(String) Method
            • Remove(IDbDataParameter) Method
            • Remove(Object) Method
            • RemoveAt Method
          • Properties
            • Count Property
            • IsFixedSize Property
            • IsReadOnly Property
            • IsSynchronized Property
            • Item Property
            • Item(String) Property
            • Item(Int32) Property
            • Parameters Property
            • SyncRoot Property
        • DataSetSurrogate
          • Members
          • Methods
            • ReadBinary Method
            • WriteBinary Method
        • DbProvider
          • Members
          • Methods
            • ConstructConnectionString Method
            • CreateCommand Method
            • CreateConnectionString Method
            • CreateParameter Method
            • FormatDateLiteral Method
            • GetAdapter Method
            • GetAdapter() Method
            • GetAdapter(IDbConnection) Method
            • GetAdapter(IDbConnection,String) Method
            • GetAsStatement Method
            • GetBitwiseAndStatement Method
            • GetConnection Method
            • GetConnection() Method
            • GetConnection(String) Method
            • GetDateStatement Method
            • GetDBDate Method
            • GetDbVersion Method
            • GetDbVersion() Method
            • GetDbVersion(Boolean) Method
            • GetParameterNamePrefix Method
            • ParseConnectionString Method
            • PrepareParameter Method
            • PrepareSQLStatement Method
            • RemoveParameterNamePrefix Method
            • SetDatabaseParameterTypeForClobText Method
            • TestConnection Method
            • TestConnection() Method
            • TestConnection(Exception) Method
            • ValidateConnectionParams Method
          • Properties
            • CanBatchQueries Property
            • ConnectionString Property
            • MaxInListItems Property
            • ProviderName Property
            • RequiresDbNameParameter Property
            • TypeMapper Property
        • DbProviderFactory
          • Members
          • Methods
            • ConfigureProviders Method
            • ConfigureProviders() Method
            • ConfigureProviders(String) Method
            • ConfigureProviders(XmlElement) Method
            • CreateProvider Method
            • CreateProvider() Method
            • CreateProvider(String) Method
            • IsOracle Method
            • IsValidProvider Method
          • Properties
            • Provider Property
            • ProviderNames Property
          • Fields
            • CONFIGURATION_SECTION_NAME Field
            • MSSQL_PROVIDER_NAME Field
            • ODPNET_PROVIDER_NAME Field
            • ORACLE_PROVIDER_NAME Field
        • FCTypes
          • Members
          • Fields
            • Date Field
            • DateNumber Field
            • Decimal Field
            • DecimalNumber Field
            • Float Field
            • FloatNumber Field
            • Guid Field
            • GuidNumber Field
            • LongInt Field
            • LongIntNumber Field
            • NText Field
            • NTextNumber Field
            • NVarchar Field
            • NVarcharNumber Field
            • Text Field
            • TextNumber Field
            • TinyInt Field
            • TinyIntNumber Field
            • Varchar Field
            • VarcharNumber Field
        • ODPOracleProvider
          • Members
          • ODPOracleProvider Constructor
          • Methods
            • CreateCommand Method
            • CreateParameter Method
            • GetAdapter Method
            • GetAdapter() Method
            • GetAdapter(IDbConnection) Method
            • GetAdapter(IDbConnection,String) Method
            • GetConnection Method
            • GetConnection() Method
            • GetConnection(String) Method
            • SetDatabaseParameterTypeForClobText Method
        • OleDbDataProviderBase
          • Members
          • Methods
            • CreateConnectionString Method
            • CreateParameter Method
            • GetAdapter Method
            • GetAdapter(IDbConnection) Method
            • GetAdapter() Method
            • GetAdapter(IDbConnection,String) Method
            • GetBitwiseAndStatement Method
            • GetConnection Method
            • GetConnection() Method
            • GetConnection(String) Method
            • GetParameterNamePrefix Method
            • PrepareSQLStatement Method
            • RemoveParameterNamePrefix Method
            • ValidateConnectionParams Method
        • OracleProviderBase
          • Members
          • Methods
            • AreLargeTextFieldsClobs Method
            • CreateConnectionString Method
            • CreateParameter Method
            • FormatDateLiteral Method
            • GetAdapter Method
            • GetAdapter() Method
            • GetAdapter(IDbConnection) Method
            • GetAdapter(IDbConnection,String) Method
            • GetAsStatement Method
            • GetBitwiseAndStatement Method
            • GetConnection Method
            • GetConnection() Method
            • GetConnection(String) Method
            • GetDateStatement Method
            • GetDBDate Method
            • GetNlsFormat Method
            • GetParameterNamePrefix Method
            • PrepareParameter Method
            • PrepareSQLStatement Method
            • RemoveParameterNamePrefix Method
            • ValidateConnectionParams Method
          • Properties
            • MaxInListItems Property
            • ProviderName Property
            • RequiresDbNameParameter Property
            • TypeMapper Property
        • SqlHelper
          • Members
          • SqlHelper Constructor
            • SqlHelper Constructor()
            • SqlHelper Constructor(DbProvider)
            • SqlHelper Constructor(String)
            • SqlHelper Constructor(CommandType,String)
            • SqlHelper Constructor(DbProvider,String)
            • SqlHelper Constructor(DbProvider,CommandType,String)
          • Methods
            • ExecuteDataSet Method
            • ExecuteDataSet() Method
            • ExecuteDataSet(String) Method
            • ExecuteDataSet(CommandType,String) Method
            • ExecuteDataSet(CommandType,String,DataParameterCollection) Method
            • ExecuteDataSet(IDbConnection,CommandType,String) Method
            • ExecuteDataSet(IDbConnection,CommandType,String,DataParameterCollection) Method
            • ExecuteDataSet(IDbTransaction,CommandType,String) Method
            • ExecuteDataSet(IDbTransaction,CommandType,String,DataParameterCollection) Method
            • ExecuteDataSetInList Method
            • ExecuteNonQuery Method
            • ExecuteNonQuery() Method
            • ExecuteNonQuery(String) Method
            • ExecuteNonQuery(CommandType,String) Method
            • ExecuteNonQuery(CommandType,String,DataParameterCollection) Method
            • ExecuteNonQuery(IDbConnection,CommandType,String) Method
            • ExecuteNonQuery(IDbConnection,CommandType,String,DataParameterCollection) Method
            • ExecuteNonQuery(IDbTransaction,CommandType,String) Method
            • ExecuteNonQuery(IDbTransaction,CommandType,String,DataParameterCollection) Method
            • ExecuteNonQueryInList Method
            • ExecuteReader Method
            • ExecuteReader() Method
            • ExecuteReader(String) Method
            • ExecuteReader(CommandType,String) Method
            • ExecuteReader(CommandType,String,DataParameterCollection) Method
            • ExecuteReader(IDbConnection,CommandType,String) Method
            • ExecuteReader(IDbConnection,CommandType,String,DataParameterCollection) Method
            • ExecuteReader(IDbTransaction,CommandType,String) Method
            • ExecuteReader(IDbTransaction,CommandType,String,DataParameterCollection) Method
            • ExecuteReaderInList Method
            • ExecuteScalar Method
            • ExecuteScalar() Method
            • ExecuteScalar(String) Method
            • ExecuteScalar(CommandType,String) Method
            • ExecuteScalar(CommandType,String,DataParameterCollection) Method
            • ExecuteScalar(IDbConnection,CommandType,String) Method
            • ExecuteScalar(IDbConnection,CommandType,String,DataParameterCollection) Method
            • ExecuteScalar(IDbTransaction,CommandType,String) Method
            • ExecuteScalar(IDbTransaction,CommandType,String,DataParameterCollection) Method
            • ExecuteScalarInList Method
            • FillDataSet Method
            • FillDataSet(DataSet,String[]) Method
            • FillDataSet(DataSet,Boolean,String[]) Method
            • FillDataSet(DataSet,String,String[]) Method
            • FillDataSet(DataSet,String,String[],Boolean) Method
            • FillDataSet(DataSet,String[],CommandType,String,Boolean) Method
            • FillDataSet(DataSet,String[],CommandType,String,DataParameterCollection,Boolean) Method
            • FillDataSet(DataSet,String[],IDbConnection,CommandType,String,Boolean) Method
            • FillDataSet(DataSet,String[],IDbConnection,CommandType,String,DataParameterCollection,Boolean) Method
            • FillDataSet(DataSet,String[],IDbTransaction,CommandType,String,Boolean) Method
            • FillDataSet(DataSet,String[],IDbTransaction,CommandType,String,DataParameterCollection,Boolean) Method
            • FillDataSet(DbDataAdapter,DataSet,String[],IDbTransaction,CommandType,String,DataParameterCollection,Boolean) Method
            • FillDataSetInList Method
            • FillDataSetInList(DataSet,Object[],String) Method
            • FillDataSetInList(DataSet,Object[],String,String,Boolean) Method
            • FillDataSetRaw Method
            • FillDataSetRaw(DataSet,String[]) Method
            • FillDataSetRaw(DataSet,Boolean,String[]) Method
            • GetTableAsDataSet Method
            • GetTableAsDataSet(String) Method
            • GetTableAsDataSet(String,String) Method
            • PrepareInListStatement Method
            • PrepareInListStatement(Object[],String,String) Method
            • PrepareInListStatement(Int32,DataParameterCollection,Object[],String,String) Method
            • PrepareInListStatement(Int32[],String,String) Method
            • PrepareInListStatement(Int32,DataParameterCollection,Object[],String,String,IDbDataParameter) Method
            • PrepareIntegerListStatement Method
          • Properties
            • CommandText Property
            • CommandType Property
            • Connection Property
            • DataProvider Property
            • Log Property
            • Parameters Property
            • Transaction Property
          • Fields
            • IN_LIST_TOKEN Field
        • TypeMapper
          • Members
          • Methods
            • MapDbNameToDbNumber Method
            • MapDbNameToFCName Method
            • MapDbNameToFCNumber Method
            • MapDbNumberToDbName Method
            • MapDbNumberToFCName Method
            • MapDbNumberToFCNumber Method
            • MapFCNameToDbName Method
            • MapFCNameToDbNumber Method
            • MapFCNameToFCNumber Method
            • MapFCNumberToDbName Method
            • MapFCNumberToDbNumber Method
            • MapFCNumberToFCName Method
            • MapTypeToDbType Method
        • UpdateQueryBatch
          • Members
          • UpdateQueryBatch Constructor
            • UpdateQueryBatch Constructor(IDbTransaction,DbProvider)
            • UpdateQueryBatch Constructor(IDbTransaction)
          • Methods
            • AddStatement Method
            • Execute Method
            • GetUniqueParamName Method
          • Properties
            • CommandText Property
            • Parameters Property
            • Provider Property
            • SqlHelper Property
            • Transaction Property
      • Interfaces
        • IDbExtension
          • Members
          • Methods
            • Initialize Method
    • FChoice.Common.Licensing Namespace
      • Classes
        • LicenseCollection
          • Members
          • LicenseCollection Constructor
            • LicenseCollection Constructor()
            • LicenseCollection Constructor(IDataReader)
            • LicenseCollection Constructor(XmlDocument)
        • LicenseInfo
          • Members
          • Properties
            • ExpirationDate Property
            • GraceEventLimit Property
            • GraceEventsRemaining Property
            • GraceLicensesRemaining Property
            • GraceLoginLimit Property
            • GraceTimeSpan Property
            • ProductId Property
            • UserLicenseLimit Property
            • UserLicensesRemaining Property
            • UserRestriction Property
        • LicenseManager
          • Members
          • Methods
            • GetAllLicenseInformation Method
            • GetAllLicenseInformationXml Method
            • GetLicenseInformation Method
            • Initialize Method
            • Initialize() Method
            • Initialize(ILicenseTool) Method
            • RefreshLicensing Method
            • ReleaseLicenses Method
            • ReserveLicense Method
            • ReserveLicense(Object,Int32) Method
            • ReserveLicense(Object,Int32[]) Method
            • VerifyLicense Method
          • Properties
            • Instance Property
            • IsInitialized Property
        • XmlClarifyLicenseTool
          • Members
          • XmlClarifyLicenseTool Constructor
          • Methods
            • GraceEventInfo Method
            • LogGraceEvent Method
            • RetrieveLicenses Method
            • ValidateLockdownData Method
          • Properties
            • XmlFilePath Property
        • XmlLicenseTool
          • Members
          • XmlLicenseTool Constructor
          • Methods
            • GraceEventInfo Method
            • LogGraceEvent Method
            • RetrieveLicenses Method
            • ValidateLockdownData Method
          • Properties
            • XmlFilePath Property
      • Enumerations
        • GracePeriodTimeSpan
        • LicenseUserRestrictionType
      • Interfaces
        • ILicenseInfo
          • Members
          • Properties
            • ExpirationDate Property
            • GraceEventLimit Property
            • GraceEventsRemaining Property
            • GraceLicensesRemaining Property
            • GraceLoginLimit Property
            • GraceTimeSpan Property
            • ProductId Property
            • UserLicenseLimit Property
            • UserLicensesRemaining Property
            • UserRestriction Property
        • ILicenseTool
          • Members
          • Methods
            • GraceEventInfo Method
            • LogGraceEvent Method
            • RetrieveLicenses Method
            • ValidateLockdownData Method
    • FChoice.Common.State Namespace
      • Classes
        • MemoryStateManager
          • Members
          • MemoryStateManager Constructor
          • Methods
            • GetApplicationStates Method
            • GetApplicationStates() Method
            • GetApplicationStates(Type) Method
            • InitializeManager Method
            • InitializeState Method
            • IsStateExpired Method
            • LoadState Method
            • RemoveExpiredStates Method
            • RemoveState Method
            • ResetTimeout Method
            • SaveState Method
            • SaveState(Guid,Object) Method
            • SaveState(Guid,Byte[]) Method
          • Properties
            • ApplicationName Property
            • IsStateSerialized Property
            • StateTimeout Property
        • MsSqlStateManager
          • Members
          • MsSqlStateManager Constructor
          • Methods
            • GetCurrentStates Method
            • InitializeState Method
            • IsStateExpired Method
            • LoadState Method
            • LoadState(Guid) Method
            • RemoveExpiredStates Method
            • RemoveState Method
            • ResetTimeout Method
            • SaveState Method
            • SaveState(Guid,Byte[]) Method
        • OracleStateManager
          • Members
          • OracleStateManager Constructor
          • Methods
            • GetCurrentStates Method
            • InitializeState Method
            • IsStateExpired Method
            • LoadState Method
            • LoadState(Guid) Method
            • RemoveExpiredStates Method
            • RemoveState Method
            • ResetTimeout Method
            • SaveState Method
            • SaveState(Guid,Byte[]) Method
        • RemoteStateManager
          • Members
          • Methods
            • GetApplicationStates Method
            • GetApplicationStates() Method
            • GetApplicationStates(Type) Method
            • GetCurrentStates Method
            • InitializeManager Method
            • InitializeState Method
            • IsStateExpired Method
            • LoadState Method
            • LoadState(Guid) Method
            • LoadState(Guid,Type) Method
            • RemoveExpiredStates Method
            • RemoveState Method
            • ResetTimeout Method
            • SaveState Method
            • SaveState(Guid,Byte[]) Method
            • SaveState(Guid,Object) Method
          • Properties
            • ApplicationName Property
            • ConnectionString Property
            • IsStateSerialized Property
            • Provider Property
            • StateTimeout Property
        • StateManager
          • Members
          • Methods
            • GetApplicationStates Method
            • GetApplicationStates() Method
            • GetApplicationStates(Type) Method
            • Initialize Method
            • InitializeState Method
            • IsStateExpired Method
            • LoadState Method
            • LoadState(Guid) Method
            • LoadState(Guid,Type) Method
            • RemoveExpiredStates Method
            • RemoveState Method
            • ResetTimeout Method
            • SaveState Method
            • SaveState(Guid,Byte[]) Method
            • SaveState(Guid,Object) Method
          • Properties
            • ApplicationName Property
            • IsStateSerialized Property
            • StateTimeout Property
          • Fields
            • CONFIGURATION_SECTION_NAME Field
            • DEFAULT_APPLICATION_NAME Field
            • SyncRoot Field
        • StateManagerException
          • Members
          • StateManagerException Constructor
            • StateManagerException Constructor(Int32,String,Object[])
            • StateManagerException Constructor(Exception,Int32,String,Object[])
      • StateManagerSectionHandler
        • Members
        • StateManagerSectionHandler Constructor
        • Methods
          • Create Method
      • Interfaces
        • IStateManager
          • Members
          • Methods
            • GetApplicationStates Method
            • GetApplicationStates() Method
            • GetApplicationStates(Type) Method
            • InitializeManager Method
            • InitializeState Method
            • IsStateExpired Method
            • LoadState Method
            • LoadState(Guid) Method
            • LoadState(Guid,Type) Method
            • RemoveExpiredStates Method
            • RemoveState Method
            • ResetTimeout Method
            • SaveState Method
            • SaveState(Guid,Byte[]) Method
            • SaveState(Guid,Object) Method
          • Properties
            • ApplicationName Property
            • IsStateSerialized Property
            • StateTimeout Property
    • FChoice.Foundation Namespace
      • Classes
        • CacheBase
          • Members
          • Methods
            • UpdateCache Method
          • Properties
            • AnyCacheUpdated Event
            • CacheUpdated Event
        • CacheManager
          • Members
          • Methods
            • AddCache Method
            • GetCache Method
            • UpdateCaches Method
          • Properties
            • CacheFilePath Property
            • ConnectionStringHashValue Property
            • IsInitialized Property
            • SchemaCache Property
          • Fields
            • CacheLoaded Event
            • CachesUpdated Event
        • CacheSectionHandler
          • Members
          • CacheSectionHandler Constructor
        • CustomCache
          • Members
          • Methods
            • GetInstance Method
          • Properties
            • CacheSetName Property
            • CacheType Property
            • Data Property
        • DataFieldNameCollection
          • Members
          • Methods
            • AddRange Method
            • Insert Method
        • DictionaryExtensions
          • Members
          • Methods
            • Get<T,V> Method
        • FCApplication
          • Members
          • Methods
            • CurrentSessions Method
            • Deinitialize Method
            • Log Method
            • Log(LogLevel,String,Object[]) Method
            • Log(LogLevel,Exception,String,Object[]) Method
            • LogDebug Method
            • LogDebug(String,Object[]) Method
            • LogDebug(Exception,String,Object[]) Method
            • LogError Method
            • LogError(String,Object[]) Method
            • LogError(Exception,String,Object[]) Method
            • LogInfo Method
            • LogInfo(String,Object[]) Method
            • LogInfo(Exception,String,Object[]) Method
            • LogWarn Method
            • LogWarn(String,Object[]) Method
            • LogWarn(Exception,String,Object[]) Method
          • Properties
            • DatabaseVersion Property
            • IsInitialized Property
          • Fields
            • SyncRoot Field
        • FCGeneric
          • Members
          • Methods
            • AppendFilter Method
            • AppendFilter(String,Boolean) Method
            • AppendFilter(String,NumberOps,Int32) Method
            • AppendFilter(String,NumberOps,Decimal) Method
            • AppendFilter(String,DateOps,DateTime) Method
            • AppendFilter(String,StringOps,String) Method
            • AppendFilterBetween Method
            • AppendFilterBetween(String,Boolean,Int32,Int32) Method
            • AppendFilterBetween(String,Boolean,Decimal,Decimal) Method
            • AppendFilterBetween(String,Boolean,DateTime,DateTime) Method
            • AppendFilterInList Method
            • AppendFilterInList(String,Boolean,Int32[]) Method
            • AppendFilterInList(String,Boolean,Decimal[]) Method
            • AppendFilterInList(String,Boolean,DateTime[]) Method
            • AppendFilterInList(String,Boolean,String[]) Method
            • AppendFilterIsNull Method
            • AppendSort Method
            • AppendSort(String,Boolean) Method
            • AppendSort(String,Boolean,Boolean) Method
            • AssignObjID Method
            • ChangeRestrictionGroup Method
            • ClearFilters Method
            • ClearSorts Method
            • CopyTo Method
            • DeleteAll Method
            • GetEnumerator Method
            • Query Method
            • Query() Method
            • Query(IDbTransaction) Method
            • Update Method
            • Update(GenericDataRow) Method
            • Update(GenericDataRow,IDbTransaction) Method
            • Update(GenericDataRow,UpdateQueryBatch) Method
            • UpdateAll Method
            • UpdateAll() Method
            • UpdateAll(UpdateQueryBatch) Method
          • Properties
            • ChildGenerics Property
            • Count Property
            • DataFields Property
            • DataRestrictionsEnabled Property
            • DeleteRelationsToUnrelate Property
            • Filter Property
            • IncludeRelations Property
            • IsDistinct Property
            • IsSynchronized Property
            • MaximumRows Property
            • QueryEmptyToNull Property
            • RawFilter Property
            • RestrictionGroup Property
            • SearchableFieldPrefix Property
            • SetNullStringsToEmpty Property
            • SyncRoot Property
            • TableName Property
          • Fields
            • MAX_DATE Field
            • MIN_DATE Field
            • NOW_DATE Field
          • Events
            • MaximumRowsExceeded Event
        • FCInvalidLoginException
          • Members
          • FCInvalidLoginException Constructor
        • FCSession
          • Members
          • Methods
            • ChangePassword Method
            • ChangeRestrictionGroup Method
            • CloseSession Method
            • ConvertDate Method
            • ConvertDate(DateTime,String,String) Method
            • ConvertDate(DateTime,ITimeZone,ITimeZone) Method
            • ConvertFromLocalToServerDate Method
            • ConvertFromServerToLocalDate Method
            • Dispose Method
            • FormatElapsedTime Method
            • FormatElapsedTime(Int32) Method
            • FormatElapsedTime(Double) Method
            • FormatElapsedTime(TimeSpan) Method
            • GetAssignedPermissions Method
            • GetCurrentDate Method
            • GetCurrentServerDate Method
            • HasPermission Method
            • RefreshContext Method
            • RegisterLicenseRequirements Method
            • SaveSession Method
            • SetPassword Method
          • Properties
            • ConfigItems Property
            • ConvertTimeZone Property
            • CreationTime Property
            • CurrentCulture Property
            • DataRestrictionsEnabled Property
            • DefaultCulture Property
            • DefaultDistinctGenerics Property
            • DisableDataConversions Property
            • IncludeRelations Property
            • Item Property
            • Items Property
            • LastLoadTime Property
            • LocalTimeZone Property
            • Log Property
            • LoginType Property
            • MaximumRows Property
            • PasswordRequired Property
            • QueryEmptyToNull Property
            • RestrictionGroup Property
            • SessionData Property
            • SessionID Property
            • SetNullStringsToEmpty Property
            • TruncateStringFields Property
            • UserID Property
            • UserName Property
        • FCSessionData
          • Members
          • Methods
            • CopyTo Method
          • Properties
            • ConfigItems Property
            • ConvertTimeZone Property
            • CreationTime Property
            • CurrentCulture Property
            • CurResGroup Property
            • DefaultDistinctGenerics Property
            • DisableDataConversion Property
            • DisableRestrictions Property
            • EmptyNullStrings Property
            • IncludeRelations Property
            • IsDirty Property
            • LastLoadTime Property
            • LocalTimeZone Property
            • LoginTime Property
            • LoginType Property
            • MaximumRows Property
            • NewSession Property
            • PasswordRequired Property
            • Permissions Property
            • QueryEmptyToNull Property
            • SessionData Property
            • SessionID Property
            • TruncateStringFields Property
            • UserID Property
            • UserName Property
          • Fields
            • DefaultCulture Field
        • FCSessionSummary
          • Members
          • Properties
            • CreationTime Property
            • LastLoadTime Property
            • LoginType Property
            • SessionID Property
            • UserID Property
            • UserName Property
        • FoundationException
          • Members
        • GenericDataRow
          • Members
          • Methods
            • AreIDsEqual Method
            • IsForcedUpdateColumn Method
            • RelateByID Method
            • RelateRecord Method
            • RelateToIntField Method
            • Unrelate Method
            • UnrelateFromAll Method
            • Update Method
            • Update() Method
            • Update(UpdateQueryBatch) Method
            • Update(IDbTransaction) Method
          • Properties
            • ForcedUpdateColumns Property
            • IsAddForUpdate Property
            • IsNew Property
            • Item Property
            • RowGuid Property
            • UniqueID Property
        • GenericDataRowCollection
          • Members
          • Methods
            • Add Method
            • Contains Method
            • Contains(Object[]) Method
            • Contains(Object) Method
            • CopyTo Method
            • Find Method
            • Find(Object[]) Method
            • Find(Object) Method
            • GetEnumerator Method
          • Properties
            • Count Property
            • IsSynchronized Property
            • Item Property
            • SyncRoot Property
            • Table Property
        • GenericDataSet
          • Members
          • Methods
            • Query Method
            • Query(FCGeneric[]) Method
            • Query(IDbTransaction,FCGeneric[]) Method
            • Update Method
            • Update(FCGeneric[]) Method
            • Update(IDbTransaction,FCGeneric[]) Method
          • Properties
            • DataSet Property
            • RestrictionGroup Property
            • SortGenerics Property
            • UniqueID Property
        • GenericDataTable
          • Members
          • Methods
            • GetEnumerator Method
          • Properties
            • Count Property
            • FCGeneric Property
            • IsMtmTable Property
            • Item Property
            • Rows Property
        • GenericException
          • Members
        • MaximumRowsExceededEventArgs
          • Members
          • MaximumRowsExceededEventArgs Constructor
          • Properties
            • CancelQuery Property
            • RowsToReturn Property
            • TotalPossibleRows Property
        • RelationNameCollection
          • Members
        • ValidatedNameCollection
          • Members
          • Methods
            • Add Method
            • AddRange Method
            • Clear Method
            • Contains Method
            • CopyTo Method
            • GetEnumerator Method
            • IndexOf Method
            • Insert Method
            • Remove Method
            • RemoveAt Method
            • SetList Method
            • ToString Method
          • Properties
            • Count Property
            • IsFixedSize Property
            • IsReadOnly Property
            • IsSynchronized Property
            • Item Property
            • SyncRoot Property
      • Enumerations
        • CacheType
        • DateOps
        • NumberOps
        • StringOps
      • Delegates
        • CacheLoadedEventHandler
        • CachesUpdatedEventHandler
        • MaximumRowsExceededEventHandler
    • FChoice.Foundation.Clarify Namespace
      • Classes
        • ClarifyApplication
          • Members
          • Methods
            • BeginInitialize Method
            • CreateSession Method
            • CreateSession() Method
            • CreateSession(String,ClarifyLoginType) Method
            • CreateSession(String,String,ClarifyLoginType) Method
            • EncryptClarifyPassword Method
            • EncryptDBPassword Method
            • EndInitialize Method
            • GetMtmTableName Method
            • GetObjID Method
            • GetObjIdsFromFCStoredProcedure Method
            • GetSession Method
            • Initialize Method
            • Initialize() Method
            • Initialize(NameValueCollection) Method
            • IsSessionValid Method
            • ValidateEncryptedPassword Method
          • Properties
            • ClarifyVersion Property
            • ConfigItemCache Property
            • ConfigItems Property
            • Configuration Property
            • ConvertTimeZone Property
            • DataRestrictionsEnabled Property
            • DBUserName Property
            • Instance Property
            • IsDbUnicode Property
            • IsTravelerEnabled Property
            • ListCache Property
            • LocaleCache Property
            • SchemaCache Property
            • ServerTimeZone Property
            • StringCache Property
            • TruncateStringFields Property
          • Events
            • InitializeStatusChange Event
        • ClarifyAuthenticationResult
          • Members
          • ClarifyAuthenticationResult Constructor
          • Properties
            • PasswordUsed Property
            • Success Property
        • ClarifyAuthenticationService
          • Members
          • ClarifyAuthenticationService Constructor
          • Methods
            • AuthenticateUser Method
            • ReconstructConnectString Method
        • ClarifyCacheBase
          • Members
        • ClarifyDataRow
          • Members
          • Methods
            • RelatedRows Method
          • Properties
            • ParentGeneric Property
            • Table Property
        • ClarifyDataSet
          • Members
          • ClarifyDataSet Constructor
          • Methods
            • CreateGeneric Method
            • CreateGeneric(String) Method
            • CreateGeneric(Int32,String,String) Method
          • Properties
            • Session Property
        • ClarifyDataTable
          • Members
          • Properties
            • Generic Property
            • Item Property
            • Rows Property
        • ClarifyException
          • Members
        • ClarifyGeneric
          • Members
          • Methods
            • AddForUpdate Method
            • AddNew Method
            • AddNew() Method
            • AddNew(ClarifyDataRow) Method
            • AssignAllObjIDs Method
            • DeleteById Method
            • Query Method
            • Query() Method
            • Query(IDbTransaction) Method
            • Traverse Method
            • TraverseFromParent Method
            • TraverseFromRoot Method
          • Properties
            • DataSet Property
            • Item Property
            • ParentGeneric Property
            • ParentRelation Property
            • Rows Property
            • SchemaTable Property
            • SearchableFieldPrefix Property
            • Session Property
          • Fields
            • GuidColumnName Field
        • ClarifyGenericException
          • Members
        • ClarifyRowCollection
          • Members
          • Properties
            • Item Property
            • Table Property
        • ClarifySession
          • Members
          • Methods
            • AuthenticateContact Method
            • ChangeUserConfigItem Method
            • ChangeUserConfigItem(String,Int32) Method
            • ChangeUserConfigItem(String,Double) Method
            • ChangeUserConfigItem(String,String) Method
            • GetNextNumScheme Method
            • GetNextNumScheme(String) Method
            • GetNextNumScheme(String,IDbTransaction) Method
            • SetContactUserPassword Method
          • Properties
            • ConfigItems Property
            • LoginType Property
        • ClarifySessionData
          • Members
          • Methods
            • CopyTo Method
          • Properties
            • PrivatePassword Property
        • ConfigItemCache
          • Members
          • Properties
            • CacheSetName Property
            • CacheType Property
            • ConfigItems Property
            • Item Property
        • ConfigurationHelper
          • Members
          • Fields
            • IsClarifyClassicClientLineReturnCompatible Field
            • IsOracleAscii7bit Field
            • RemoveDateTimeMilliseconds Field
        • DatabaseParameterFactory
          • Members
          • DatabaseParameterFactory Constructor
            • DatabaseParameterFactory Constructor(DbProvider)
            • DatabaseParameterFactory Constructor(ISchemaCache,DbProvider)
          • Methods
            • ConfigureStringDatabaseParameter Method
            • Create Method
            • Create(String,ISchemaField,Object) Method
            • Create(String,String,String,Object) Method
            • ShouldStringParameterTypeAndSizeBeSet Method
          • Fields
            • EnableSettingStringParameterTypeAndSize Field
        • ListCache
          • Members
          • Methods
            • GetGbstDefault Method
            • GetGbstDefaultObjID Method
            • GetGbstElmByID Method
            • GetGbstElmObjID Method
            • GetGbstElmRankObjID Method
            • GetGbstList Method
            • GetGbstListElements Method
            • GetHgbstElmDefault Method
            • GetHgbstElmDefaultElement Method
            • GetHgbstElmDefaultElement(String,String[]) Method
            • GetHgbstElmDefaultElement(String,Boolean,String[]) Method
            • GetHgbstElmDefaultObjID Method
            • GetHgbstElmDefaultObjID(String,String[]) Method
            • GetHgbstElmDefaultObjID(String,Boolean,String[]) Method
            • GetHgbstElmObjID Method
            • GetHgbstElmObjID(String,String,String[]) Method
            • GetHgbstElmObjID(String,String,Boolean,String[]) Method
            • GetHgbstList Method
            • GetHgbstList(String,String[]) Method
            • GetHgbstList(String,Boolean,String[]) Method
            • GetHgbstList(String,Boolean,Boolean,String[]) Method
            • IsInGbstList Method
            • IsInHgbstList Method
            • IsInHgbstList(String,String,String[]) Method
            • IsInHgbstList(String,String,Boolean,String[]) Method
            • RankIsInGbstList Method
            • TryGetHgbstList Method
            • TryGetHgbstList(String,Boolean,String[]) Method
            • TryGetHgbstList(String,Boolean,Boolean,String[]) Method
          • Properties
            • CacheSetName Property
            • CacheType Property
            • GlobalStrings Property
            • HierarchicalStrings Property
        • LocaleCache
          • Members
          • Methods
            • GetCountryObjID Method
            • GetDefaultCountry Method
            • GetDefaultCountryObjID Method
            • GetDefaultState Method
            • GetDefaultState() Method
            • GetDefaultState(String) Method
            • GetDefaultStateObjID Method
            • GetDefaultTimeZone Method
            • GetDefaultTimeZoneObjID Method
            • GetFullStateObjID Method
            • GetServerTimeZoneOffset Method
            • GetShortTimeZoneObjID Method
            • GetStateObjID Method
            • GetStates Method
            • GetStates() Method
            • GetStates(String) Method
            • GetTimeZoneObjID Method
            • GetTimeZoneOffset Method
            • GetTimeZonesInCountry Method
            • IsCountry Method
            • IsFullState Method
            • IsOnDST Method
            • IsState Method
            • IsState(String,String) Method
            • IsState(String,String,Boolean) Method
            • IsTimeZone Method
            • IsTimeZoneInCountry Method
            • IsTimeZoneInCountry(String,String) Method
            • IsTimeZoneInCountry(String,String,Boolean) Method
            • SetServerTimeZoneToMachineTimeZone Method
          • Properties
            • CacheSetName Property
            • CacheType Property
            • Countries Property
            • DefaultTimeZone Property
            • ServerTimeZone Property
            • TimeZones Property
        • SchemaCache
          • Members
          • SchemaCache Constructor
          • Methods
            • GetChangeDateField Method
            • GetDateFields Method
            • GetField Method
            • GetRelation Method
            • GetTableField Method
            • GetTableID Method
            • GetTableName Method
            • GetTableOrView Method
            • GetTableOrViewByID Method
            • GetTableOrViewID Method
            • GetTypeForSchemaType Method
            • GetTypeForSchemaType(SchemaFieldBase) Method
            • GetTypeForSchemaType(SchemaFieldBase,DbProvider) Method
            • GetViewField Method
            • GetViewID Method
            • IsChangeField Method
            • IsDateField Method
            • IsFieldSearchable Method
            • IsFieldUnicode Method
            • IsIntegerField Method
            • IsNumericField Method
            • IsRelationExclusive Method
            • IsRelationMandatory Method
            • IsStringField Method
            • IsStringOrDateField Method
            • IsValidField Method
            • IsValidField(String,String) Method
            • IsValidField(String,String,Boolean) Method
            • IsValidRelation Method
            • IsValidTable Method
            • IsValidTableOrView Method
            • IsValidTableOrView(String) Method
            • IsValidTableOrView(Int32) Method
            • IsValidView Method
            • TryGetField Method
            • TryIsFieldSearchable Method
            • TryIsStringField Method
            • UpdateCache Method
          • Properties
            • CacheSetName Property
            • CacheType Property
            • CustomSchemaDate Property
            • DatabaseName Property
            • DataRestrictionsEnabled Property
            • Flags Property
            • IsDatabaseUnicode Property
            • LastModifiedDate Property
            • RestrictionGroups Property
            • SchemaRevision Property
            • SiteID Property
            • Tables Property
            • VendorSchemaDate Property
            • Views Property
          • Fields
            • Amdocs65 Field
            • Amdocs75 Field
            • CLARIFY_10 Field
            • CLARIFY_11 Field
            • CLARIFY_115 Field
            • CLARIFY_12 Field
            • CLARIFY_125 Field
            • CLARIFY_13 Field
            • CLARIFY_4 Field
            • CLARIFY_45 Field
            • CLARIFY_5 Field
            • CLARIFY_6 Field
            • CLARIFY_6X Field
            • CLARIFY_7 Field
            • CLARIFY_8 Field
            • CLARIFY_9 Field
            • CLARIFY_CFO98 Field
          • Events
            • SchemaLoadStatusChanged Event
        • SchemaCacheHelper
          • Members
          • Methods
            • DoesColumnExist Method
            • DoesMsSqlColumnExist Method
            • DoesOracleColumnExist Method
        • StringCache
          • Members
          • Methods
            • FindFCString Method
            • FindFCString(Int32) Method
            • FindFCString(String,String) Method
            • FindFCString(Int32,CultureInfo) Method
            • FindFCString(String,String,CultureInfo) Method
            • FindFCStringObject Method
            • FindFCStringObject(Int32,CultureInfo) Method
            • FindFCStringObject(String,String,CultureInfo) Method
            • FindString Method
            • FindString(Int32) Method
            • FindString(Int32,String) Method
            • FindString(Int32,Int32) Method
            • FindString(Int32,CultureInfo) Method
            • FindString(String) Method
            • FindString(String,String) Method
            • FindString(String,Int32) Method
            • FindString(String,CultureInfo) Method
            • SupportedLocales Method
          • Properties
            • CacheSetName Property
            • CacheType Property
        • WorkflowObjectInfo
          • Members
          • WorkflowObjectInfo Constructor
          • Methods
            • AddToCache Method
            • AddToCache(WorkflowObjectInfo) Method
            • AddToCache(WorkflowObjectInfo,String) Method
            • CreateCustomQueueableObjectInfo Method
            • GetObjectInfo Method
            • GetQueueableObjectInfo Method
            • GetQueueableObjectInfo(String) Method
            • GetQueueableObjectInfo(String,Boolean) Method
            • ObjectTypeExists Method
          • Properties
            • ActivityRelation Property
            • AttachmentRelation Property
            • ConditionRelation Property
            • DatabaseTable Property
            • HasIDFieldName Property
            • HistoryFieldName Property
            • IDFieldName Property
            • IsAllowedCheckFieldName Property
            • IsQueueableObject Property
            • ObjectName Property
            • OldRejectRelation Property
            • OldStatusRelation Property
            • OwnerRelation Property
            • ParentRelation Property
            • PreviousQueueRelation Property
            • QueueRelation Property
            • RejectRelation Property
            • StatusCode Property
            • StatusRelation Property
            • TimeStampFieldName Property
            • UseParticipantActEntryModel Property
            • WipBinRelation Property
      • Enumerations
        • ClarifyLoginType
        • InitStatusChangeType
        • SchemaLoadStatusType
      • Interfaces
        • IClarifyApplication
          • Members
          • Methods
            • CreateSession Method
            • CreateSession() Method
            • CreateSession(String,ClarifyLoginType) Method
            • CreateSession(String,String,ClarifyLoginType) Method
            • CurrentSessions Method
            • EncryptClarifyPassword Method
            • EncryptDBPassword Method
            • GetMtmTableName Method
            • GetObjID Method
            • GetSession Method
            • IsSessionValid Method
          • Properties
            • ClarifyVersion Property
            • ConfigItemCache Property
            • ConfigItems Property
            • Configuration Property
            • ConvertTimeZone Property
            • DatabaseVersion Property
            • DataRestrictionsEnabled Property
            • DBUserName Property
            • IsDbUnicode Property
            • IsTravelerEnabled Property
            • ListCache Property
            • LocaleCache Property
            • SchemaCache Property
            • ServerTimeZone Property
            • StringCache Property
            • TruncateStringFields Property
        • IListCache
          • Members
          • Methods
            • GetGbstDefault Method
            • GetGbstDefaultObjID Method
            • GetGbstElmByID Method
            • GetGbstElmObjID Method
            • GetGbstElmRankObjID Method
            • GetGbstList Method
            • GetGbstListElements Method
            • GetHgbstElmDefault Method
            • GetHgbstElmDefaultElement Method
            • GetHgbstElmDefaultElement(String,String[]) Method
            • GetHgbstElmDefaultElement(String,Boolean,String[]) Method
            • GetHgbstElmDefaultObjID Method
            • GetHgbstElmDefaultObjID(String,String[]) Method
            • GetHgbstElmDefaultObjID(String,Boolean,String[]) Method
            • GetHgbstElmObjID Method
            • GetHgbstElmObjID(String,String,String[]) Method
            • GetHgbstElmObjID(String,String,Boolean,String[]) Method
            • GetHgbstList Method
            • GetHgbstList(String,String[]) Method
            • GetHgbstList(String,Boolean,String[]) Method
            • GetHgbstList(String,Boolean,Boolean,String[]) Method
            • IsInGbstList Method
            • IsInHgbstList Method
            • IsInHgbstList(String,String,String[]) Method
            • IsInHgbstList(String,String,Boolean,String[]) Method
            • RankIsInGbstList Method
            • TryGetHgbstList Method
            • TryGetHgbstList(String,Boolean,String[]) Method
            • TryGetHgbstList(String,Boolean,Boolean,String[]) Method
            • UpdateCache Method
          • Properties
            • CacheSetName Property
            • CacheType Property
            • GlobalStrings Property
            • HierarchicalStrings Property
          • Events
            • CacheUpdated Event
        • ILocaleCache
          • Members
          • Methods
            • GetCountryObjID Method
            • GetDefaultCountry Method
            • GetDefaultCountryObjID Method
            • GetDefaultState Method
            • GetDefaultState() Method
            • GetDefaultState(String) Method
            • GetDefaultStateObjID Method
            • GetDefaultTimeZone Method
            • GetDefaultTimeZoneObjID Method
            • GetFullStateObjID Method
            • GetServerTimeZoneOffset Method
            • GetShortTimeZoneObjID Method
            • GetStateObjID Method
            • GetStates Method
            • GetStates() Method
            • GetStates(String) Method
            • GetTimeZoneObjID Method
            • GetTimeZoneOffset Method
            • GetTimeZonesInCountry Method
            • IsCountry Method
            • IsFullState Method
            • IsOnDST Method
            • IsState Method
            • IsState(String,String) Method
            • IsState(String,String,Boolean) Method
            • IsTimeZone Method
            • IsTimeZoneInCountry Method
            • IsTimeZoneInCountry(String,String) Method
            • IsTimeZoneInCountry(String,String,Boolean) Method
            • SetServerTimeZoneToMachineTimeZone Method
            • UpdateCache Method
          • Properties
            • CacheSetName Property
            • CacheType Property
            • Countries Property
            • DefaultTimeZone Property
            • ServerTimeZone Property
            • TimeZones Property
          • Events
            • CacheUpdated Event
        • IStringCache
          • Members
          • Methods
            • FindFCString Method
            • FindFCString(Int32) Method
            • FindFCString(String,String) Method
            • FindFCString(Int32,CultureInfo) Method
            • FindFCString(String,String,CultureInfo) Method
            • FindFCStringObject Method
            • FindFCStringObject(Int32,CultureInfo) Method
            • FindFCStringObject(String,String,CultureInfo) Method
            • FindString Method
            • FindString(Int32) Method
            • FindString(Int32,String) Method
            • FindString(Int32,Int32) Method
            • FindString(Int32,CultureInfo) Method
            • FindString(String) Method
            • FindString(String,String) Method
            • FindString(String,Int32) Method
            • FindString(String,CultureInfo) Method
            • SupportedLocales Method
            • UpdateCache Method
          • Properties
            • CacheSetName Property
            • CacheType Property
          • Events
            • CacheUpdated Event
      • Delegates
        • InitializeStatusChangeEventHandler
        • SchemaLoadStatusEventHandler
    • FChoice.Foundation.Clarify.Attributes Namespace
      • Classes
        • AltNameAttribute
          • Members
          • AltNameAttribute Constructor
          • Fields
            • AltName Field
        • AltTypeAttribute
          • Members
          • AltTypeAttribute Constructor
            • AltTypeAttribute Constructor(String)
            • AltTypeAttribute Constructor(String,String)
            • AltTypeAttribute Constructor(String,String,String)
          • Properties
            • Method Property
          • Fields
            • AltType Field
            • ConversionExpression Field
        • CheckIsNullAttribute
          • Members
          • CheckIsNullAttribute Constructor
          • Fields
            • ErrorNumber Field
        • FacadePropertyAttribute
          • Members
          • FacadePropertyAttribute Constructor
            • FacadePropertyAttribute Constructor(String,String,String,String)
            • FacadePropertyAttribute Constructor(String,String,String,String,Boolean)
            • FacadePropertyAttribute Constructor(String,String,String,String,Boolean,Boolean)
            • FacadePropertyAttribute Constructor(String,String,String,String,Boolean,Boolean,String)
            • FacadePropertyAttribute Constructor(String,String,String,String,Boolean,Boolean,String,String)
            • FacadePropertyAttribute Constructor(String,String,String,String,Boolean,Boolean,String,String,Int32)
            • FacadePropertyAttribute Constructor(String,String,String,String,Boolean,Boolean,String,String,Int32,Boolean)
          • Methods
            • GetParameterIndex Method
            • HasConstructorIndex Method
            • HasConstructorParameterPair Method
          • Properties
            • CheckIsNullErrorNumber Property
            • DefaultValue Property
            • IsParamArray Property
            • MethodName Property
            • PropertyName Property
            • PropertyType Property
            • ReadOnly Property
            • Required Property
            • SetupExpression Property
        • FacadeVoidAttribute
          • Members
          • FacadeVoidAttribute Constructor
            • FacadeVoidAttribute Constructor(Boolean)
            • FacadeVoidAttribute Constructor()
          • Fields
            • IsVoid Field
        • OutputPropertyAttribute
          • Members
          • OutputPropertyAttribute Constructor
            • OutputPropertyAttribute Constructor(String)
            • OutputPropertyAttribute Constructor(String,String)
            • OutputPropertyAttribute Constructor(String,String,String,String,String)
            • OutputPropertyAttribute Constructor(String,String,String,String,String,String)
            • OutputPropertyAttribute Constructor(String,String,String,String,String,String,String)
          • Properties
            • DocSummary Property
            • FacadeDefaultValue Property
            • FacadePropertyName Property
            • FacadeType Property
            • MethodName Property
            • PropertyName Property
            • TypeConversionExpression Property
        • ParameterDefaultValueAttribute
          • Members
          • ParameterDefaultValueAttribute Constructor
            • ParameterDefaultValueAttribute Constructor(String)
            • ParameterDefaultValueAttribute Constructor(String,String)
          • Properties
            • Method Property
            • ParameterDefaultValue Property
          • Fields
            • method Field
            • parameterDefaultValue Field
        • ParameterReadOnlyAttribute
          • Members
          • ParameterReadOnlyAttribute Constructor
        • ParameterRequiredAttribute
          • Members
          • ParameterRequiredAttribute Constructor
            • ParameterRequiredAttribute Constructor()
            • ParameterRequiredAttribute Constructor(Boolean)
            • ParameterRequiredAttribute Constructor(String)
            • ParameterRequiredAttribute Constructor(Boolean,String)
            • ParameterRequiredAttribute Constructor(Boolean,String,Int32)
            • ParameterRequiredAttribute Constructor(String,Int32)
            • ParameterRequiredAttribute Constructor(Boolean,String,Int32,Int32)
            • ParameterRequiredAttribute Constructor(Boolean,String,Int32,Int32,Boolean)
            • ParameterRequiredAttribute Constructor(String,Int32,Int32)
            • ParameterRequiredAttribute Constructor(String,Int32,Int32,Boolean)
          • Properties
            • ConstructorIndex Property
            • IsParamArray Property
            • IsRequired Property
            • Method Property
            • PositionIndex Property
          • Fields
            • constructorIndex Field
            • isParamArray Field
            • positionIndex Field
        • ParameterVoidAttribute
          • Members
          • ParameterVoidAttribute Constructor
            • ParameterVoidAttribute Constructor()
            • ParameterVoidAttribute Constructor(Boolean)
            • ParameterVoidAttribute Constructor(String)
            • ParameterVoidAttribute Constructor(Boolean,String)
          • Properties
            • IsVoid Property
            • Method Property
          • Fields
            • isVoid Field
            • method Field
        • SplitMethodAttribute
          • Members
          • SplitMethodAttribute Constructor
            • SplitMethodAttribute Constructor(String)
            • SplitMethodAttribute Constructor(String,Int32)
          • Properties
            • MethodName Property
            • NumOfConstructors Property
        • ToolkitVisibleAttribute
          • Members
          • ToolkitVisibleAttribute Constructor
          • Fields
            • IsVisible Field
    • FChoice.Foundation.Clarify.AutoDest Namespace
      • Classes
        • AutoDestRule
          • Members
          • Methods
            • EvaluateRule Method
            • EvaluateRule(String,IDbTransaction) Method
            • EvaluateRule(String) Method
            • RetrieveRule Method
            • RunRule Method
            • RunRule(String,String,String) Method
            • RunRule(String,String,String,IDbTransaction) Method
            • RunRule(String,String,String,Boolean) Method
            • RunRule(String,String,String,Boolean,IDbTransaction) Method
          • Properties
            • IsAutoDispatch Property
            • Operation Property
            • RootTable Property
            • RuleText Property
            • SuccessfulRuleClause Property
    • FChoice.Foundation.Clarify.Compatibility Namespace
      • Classes
        • AdoField
          • Members
          • AdoField Constructor
          • Properties
            • DataType Property
            • Length Property
            • Name Property
        • AdoFieldInformationProvider
          • Members
          • AdoFieldInformationProvider Constructor
            • AdoFieldInformationProvider Constructor(Boolean)
            • AdoFieldInformationProvider Constructor()
          • Methods
            • GetAdoFieldInformation Method
          • Fields
            • MaximumFieldSizeForSortableAdoStringFields Field
        • CompatibilityException
          • Members
        • FCApplication
          • Members
          • FCApplication Constructor
          • Methods
            • build_mtm_name Method
            • CreateSession Method
            • CurrentSessions Method
            • EncryptClarifyPassword Method
            • EncryptDBPassword Method
            • FileExists Method
            • FindString Method
            • get_change_date_field Method
            • get_dt_fields Method
            • get_fields_types_lens Method
            • GetADPObjects Method
            • GetCountryList Method
            • GetCountryObjid Method
            • GetDefaultCountry Method
            • GetDefaultCountryObjId Method
            • GetDefaultState Method
            • GetDefaultStateObjid Method
            • GetDefaultTimeZone Method
            • GetDefaultTimeZoneObjid Method
            • GetFullStateObjid Method
            • GetGbstDefault Method
            • GetGbstDefaultObjid Method
            • GetGbstElmById Method
            • GetGbstElmObjid Method
            • GetGbstElmRankObjid Method
            • GetGbstList Method
            • GetHgbstElmDefault Method
            • GetHgbstElmDefaultObjid Method
            • GetHgbstElmObjId Method
            • GetHgbstList Method
            • GetLocalizedGbstDefault Method
            • GetLocalizedGbstElmById Method
            • GetRelationData Method
            • GetResClauses Method
            • GetResClausesStr Method
            • GetResTbl Method
            • GetServerTimeZoneOffset Method
            • GetShortTimeZoneObjId Method
            • GetStateObjid Method
            • GetStates Method
            • GetTableFields Method
            • GetTableID Method
            • GetTableName Method
            • GetTableRels Method
            • GetTablesAndViews Method
            • GetTimeZoneList Method
            • GetTimeZoneObjid Method
            • GetTimeZoneOffset Method
            • GetTimeZonesInCountry Method
            • Initialize Method
            • InitializeFull Method
            • InitializeWithParams Method
            • is_it_a_field Method
            • is_it_a_table Method
            • is_it_change_field Method
            • is_it_date_field Method
            • is_it_int_field Method
            • is_it_searchable Method
            • is_it_string_fld Method
            • is_it_unicode Method
            • is_rel_exclusive Method
            • is_rel_mandatory Method
            • IsCountry Method
            • IsFullState Method
            • IsInGbstLst Method
            • IsInHgbstList Method
            • IsOnDST Method
            • IsState Method
            • IsTimeZone Method
            • IsTimeZoneInCountry Method
            • Log Method
            • LogEx Method
            • RankIsInGbstLst Method
            • SetServerTimeZoneToMachineTimeZone Method
            • sprintf Method
            • UpdateCache Method
            • UpdateSchemaCache Method
            • ValidateEncryptedPassword Method
          • Properties
            • base_objid Property
            • clarify_ver Property
            • ConnectionString Property
            • ConvertTimeZone Property
            • DataProtectorEntropy Property
            • db_name Property
            • db_type Property
            • GetMachineTimeZone Property
            • IsDBTraveler Property
            • IsDBUnicode Property
            • IsFcflNet Property
            • LicenseExpirationDate Property
            • LoggingConfigFilePath Property
            • Midnight Property
            • schema_rev Property
            • ServerTimeZone Property
            • site_id Property
            • TruncateStringFields Property
            • WorkingDirectory Property
          • Fields
            • LOGDIRNAME Field
            • LOGFILENAME Field
            • SQLLOGFILENAME Field
        • FCBulk
          • Members
          • Methods
            • AddGeneric Method
            • ChangeGenericsOrdering Method
            • GenericCount Method
            • NewEnum Method
            • Query Method
            • RemoveAllGenerics Method
            • RemoveGeneric Method
            • Update Method
            • UpdateAll Method
          • Properties
            • BulkID Property
            • Name Property
            • NoSorting Property
        • FCGeneric
          • Members
          • Methods
            • AddForUpdate Method
            • AddNew Method
            • AppendFilter Method
            • AppendSort Method
            • AssignAllObjids Method
            • AssignObjid Method
            • ClearRoot Method
            • CloseGeneric Method
            • copy Method
            • Count Method
            • Delete Method
            • DeleteAll Method
            • Duplicate Method
            • get_Fields Method
            • GetField Method
            • GetFieldValue Method
            • let_Fields Method
            • MoveFirst Method
            • MoveFirstAbsolute Method
            • MoveLast Method
            • MoveLastAbsolute Method
            • MoveNext Method
            • MoveNextAbsolute Method
            • MovePrevious Method
            • MovePreviousAbsolute Method
            • MoveRelative Method
            • Query Method
            • RelateByID Method
            • RelateIntFldByID Method
            • RelateIntFldToRecord Method
            • RelateRecords Method
            • set_Fields Method
            • SimpleQuery Method
            • TotalCount Method
            • TraverseFromParent Method
            • TraverseFromRoot Method
            • UnRelateAll Method
            • UnRelateRecordFromAll Method
            • UnRelateRecords Method
            • Untraverse Method
            • Update Method
            • UpdateAll Method
          • Properties
            • BOF Property
            • Bulk Property
            • BulkName Property
            • child_objects Property
            • DataFields Property
            • DbObjectName Property
            • DbObjectNum Property
            • DelRelList Property
            • Distinct Property
            • EOF Property
            • ErrorOnQueryTooBig Property
            • Filter Property
            • GenericId Property
            • Id Property
            • IncludeRelations Property
            • Item Property
            • MaxRecords Property
            • NoRes Property
            • ParentBO Property
            • ParentRelation Property
            • Position Property
            • QueryEmptyToNull Property
            • records Property
            • rel_from_parent Property
            • rel_to_parent Property
            • rel_type Property
            • rowLimit Property
            • rowsReturned Property
            • SetNullStringsToEmpty Property
            • SortOrder Property
        • FCList
          • Members
          • FCList Constructor
          • Methods
            • AppendItem Method
            • AppendSingleItem Method
            • Clear Method
            • Contains Method
            • FindFirstindex Method
            • GetItemByIndex Method
            • ItemByIndex Method
            • Sort Method
          • Properties
            • AllowDuplicates Property
            • Count Property
            • ItemType Property
            • Sorted Property
        • FCNotLoggedInException
          • Members
          • FCNotLoggedInException Constructor
        • FCSession
          • Members
          • Methods
            • accept_object Method
            • active_connection Method
            • AddAttachment Method
            • AppendFilter Method
            • assign_object Method
            • auto_dest Method
            • AutoDest Method
            • build_hist Method
            • build_lists Method
            • BuildUserVersionProc Method
            • change_obj_status Method
            • ChangePassword Method
            • ChangeResGroup Method
            • check_cl_trans Method
            • CloseAllGenerics Method
            • CloseGenerics Method
            • CloseSession Method
            • CommitTransaction Method
            • ConvertDate Method
            • ConvertFromLocalToServerTZ Method
            • ConvertFromServerToLocalTZ Method
            • create_act_entry Method
            • create_time_bomb Method
            • create_time_bomb(IFCGeneric,IFCGeneric,String,IFCGeneric,String,Int32,String,String,Object) Method
            • create_time_bomb(IFCGeneric,IFCGeneric,String,IFCGeneric,String,Int32,String,String,String,Object) Method
            • create_time_bomb(Int32,IFCGeneric,IFCGeneric,String,IFCGeneric,Int32,String,String,Object) Method
            • create_time_bomb(Int32,IFCGeneric,IFCGeneric,String,IFCGeneric,Int32,String,String,String,Object) Method
            • createBulk Method
            • CreateGeneric Method
            • CreateSqlExec Method
            • dispatch_object Method
            • Dispose Method
            • error_handler Method
            • error_handler(Int16,String,String,String) Method
            • error_handler(Int16,String,String,FCExceptionBase) Method
            • error_handler(Int32,String,String,String,Exception) Method
            • ExecuteSQL Method
            • ExecuteSQLNoReturn Method
            • format_time Method
            • forward_object Method
            • FreeConnection Method
            • get_item Method
            • get_next_sn Method
            • GetColor Method
            • GetConfigItem Method
            • GetCurrentDate Method
            • GetCurrentServerDate Method
            • GetItem Method
            • GetNextNumScheme Method
            • GetNextSubcaseID Method
            • GetNextSubcaseID(String,Int32) Method
            • GetNextSubcaseID(String,Int32,IDbTransaction) Method
            • GetNumGenerics Method
            • GetObjid Method
            • GetUserVersion Method
            • Init_Object Method
            • IsUnicode Method
            • ItemCount Method
            • LoadColors Method
            • LoadUserVersions Method
            • Log Method
            • LogEx Method
            • Login Method
            • LoginFromFCApp Method
            • Logout Method
            • move_object Method
            • NewEnum Method
            • RefreshContext Method
            • RegisterLicenseRequirements Method
            • reject_object Method
            • RemoveAllGenericsInABulk Method
            • RollbackTransaction Method
            • SaveSession Method
            • set_item Method
            • SetNullStringToEmpty Method
            • SetPassword Method
            • SimpleQuery Method
            • single_quotify Method
            • sprintf Method
            • StartTransaction Method
            • TraverseFromParent Method
            • turn_off Method
            • use_list Method
            • yank_object Method
          • Properties
            • ad_auto Property
            • ad_list Property
            • BulkCollection Property
            • ConvertTimeZone Property
            • cur_res Property
            • CurrentCulture Property
            • CurrentNetTransaction Property
            • DbHelper Property
            • Distinct Property
            • ErrorMessage Property
            • ErrorNumber Property
            • ErrorSource Property
            • hist_change Property
            • IncludeRelations Property
            • IsInTransaction Property
            • IsLoggedIn Property
            • Item Property
            • LocalTimeZone Property
            • LocalTimeZoneOffset Property
            • LoginTime Property
            • NoRes Property
            • num_ad Property
            • PasswordRequired Property
            • QueryEmptyToNull Property
            • RESEnabled Property
            • rowLimit Property
            • SessionID Property
            • SetNullStringsToEmpty Property
            • ThrowErrors Property
            • TruncateStringFields Property
            • UpdateTime Property
        • FCSqlExec
          • Members
          • Methods
            • AddSqlParameter Method
            • CloseConnection Method
            • Execute Method
            • ExecuteReturnRows Method
            • FreeConnection Method
            • OpenConnection Method
          • Properties
            • CurrentConnection Property
            • Records Property
            • StayConnected Property
        • MockAdoField
          • Members
          • Methods
            • get_Value Method
            • set_Value Method
          • Properties
            • DefinedSize Property
            • Name Property
            • NetValue Property
            • Type Property
        • MockCollection
          • Members
          • Methods
            • _NewEnum Method
            • Add Method
            • Count Method
            • Item Method
            • Remove Method
      • Interfaces
        • IFCApplication
          • Members
          • Methods
            • build_mtm_name Method
            • CreateSession Method
            • CurrentSessions Method
            • EncryptClarifyPassword Method
            • EncryptDBPassword Method
            • FileExists Method
            • FindString Method
            • get_change_date_field Method
            • get_dt_fields Method
            • get_fields_types_lens Method
            • GetADPObjects Method
            • GetCountryList Method
            • GetCountryObjid Method
            • GetDefaultCountry Method
            • GetDefaultCountryObjId Method
            • GetDefaultState Method
            • GetDefaultStateObjid Method
            • GetDefaultTimeZone Method
            • GetDefaultTimeZoneObjid Method
            • GetFullStateObjid Method
            • GetGbstDefault Method
            • GetGbstDefaultObjid Method
            • GetGbstElmById Method
            • GetGbstElmObjid Method
            • GetGbstElmRankObjid Method
            • GetGbstList Method
            • GetHgbstElmDefault Method
            • GetHgbstElmDefaultObjid Method
            • GetHgbstElmObjId Method
            • GetHgbstList Method
            • GetLocalizedGbstDefault Method
            • GetLocalizedGbstElmById Method
            • GetRelationData Method
            • GetResClauses Method
            • GetResClausesStr Method
            • GetResTbl Method
            • GetServerTimeZoneOffset Method
            • GetShortTimeZoneObjId Method
            • GetStateObjid Method
            • GetStates Method
            • GetTableFields Method
            • GetTableID Method
            • GetTableName Method
            • GetTableRels Method
            • GetTablesAndViews Method
            • GetTimeZoneList Method
            • GetTimeZoneObjid Method
            • GetTimeZoneOffset Method
            • GetTimeZonesInCountry Method
            • Initialize Method
            • InitializeFull Method
            • is_it_a_field Method
            • is_it_a_table Method
            • is_it_change_field Method
            • is_it_date_field Method
            • is_it_int_field Method
            • is_it_searchable Method
            • is_it_string_fld Method
            • is_it_unicode Method
            • is_rel_exclusive Method
            • is_rel_mandatory Method
            • IsCountry Method
            • IsFullState Method
            • IsInGbstLst Method
            • IsInHgbstList Method
            • IsOnDST Method
            • IsState Method
            • IsTimeZone Method
            • IsTimeZoneInCountry Method
            • Log Method
            • LogEx Method
            • RankIsInGbstLst Method
            • SetServerTimeZoneToMachineTimeZone Method
            • sprintf Method
            • UpdateCache Method
            • UpdateSchemaCache Method
            • ValidateEncryptedPassword Method
          • Properties
            • base_objid Property
            • clarify_ver Property
            • ConnectionString Property
            • ConvertTimeZone Property
            • DataProtectorEntropy Property
            • db_name Property
            • db_type Property
            • GetMachineTimeZone Property
            • IsDBTraveler Property
            • IsDBUnicode Property
            • IsFcflNet Property
            • LicenseExpirationDate Property
            • LoggingConfigFilePath Property
            • Midnight Property
            • schema_rev Property
            • ServerTimeZone Property
            • site_id Property
            • TruncateStringFields Property
            • WorkingDirectory Property
        • IFCBulk
          • Members
          • Methods
            • AddGeneric Method
            • ChangeGenericsOrdering Method
            • NewEnum Method
            • Query Method
            • RemoveAllGenerics Method
            • RemoveGeneric Method
            • Update Method
            • UpdateAll Method
          • Properties
            • BulkID Property
            • Name Property
            • NoSorting Property
        • IFCGeneric
          • Members
          • Methods
            • AddForUpdate Method
            • AddNew Method
            • AppendFilter Method
            • AppendSort Method
            • AssignAllObjids Method
            • AssignObjid Method
            • ClearRoot Method
            • CloseGeneric Method
            • copy Method
            • Count Method
            • Delete Method
            • DeleteAll Method
            • Duplicate Method
            • get_Fields Method
            • GetField Method
            • GetFieldValue Method
            • MoveFirst Method
            • MoveFirstAbsolute Method
            • MoveLast Method
            • MoveLastAbsolute Method
            • MoveNext Method
            • MoveNextAbsolute Method
            • MovePrevious Method
            • MovePreviousAbsolute Method
            • MoveRelative Method
            • Query Method
            • RelateByID Method
            • RelateIntFldByID Method
            • RelateIntFldToRecord Method
            • RelateRecords Method
            • set_Fields Method
            • SimpleQuery Method
            • TotalCount Method
            • TraverseFromParent Method
            • TraverseFromRoot Method
            • UnRelateAll Method
            • UnRelateRecordFromAll Method
            • UnRelateRecords Method
            • Untraverse Method
            • Update Method
            • UpdateAll Method
          • Properties
            • BOF Property
            • Bulk Property
            • BulkName Property
            • child_objects Property
            • DataFields Property
            • DbObjectName Property
            • DbObjectNum Property
            • DelRelList Property
            • Distinct Property
            • EOF Property
            • ErrorOnQueryTooBig Property
            • Filter Property
            • GenericId Property
            • Id Property
            • IncludeRelations Property
            • Item Property
            • MaxRecords Property
            • NoRes Property
            • ParentBO Property
            • ParentRelation Property
            • Position Property
            • QueryEmptyToNull Property
            • records Property
            • rel_from_parent Property
            • rel_to_parent Property
            • rel_type Property
            • rowLimit Property
            • rowsReturned Property
            • SetNullStringsToEmpty Property
            • SortOrder Property
        • IFCList
          • Members
          • Methods
            • AppendItem Method
            • AppendSingleItem Method
            • Clear Method
            • Contains Method
            • FindFirstindex Method
            • GetItemByIndex Method
            • ItemByIndex Method
            • Sort Method
          • Properties
            • AllowDuplicates Property
            • Count Property
            • ItemType Property
            • Sorted Property
        • IFCSession
          • Members
          • Methods
            • accept_object Method
            • active_connection Method
            • AddAttachment Method
            • AppendFilter Method
            • assign_object Method
            • auto_dest Method
            • AutoDest Method
            • build_hist Method
            • build_lists Method
            • BuildUserVersionProc Method
            • change_obj_status Method
            • ChangePassword Method
            • ChangeResGroup Method
            • check_cl_trans Method
            • CloseAllGenerics Method
            • CloseGenerics Method
            • CloseSession Method
            • CommitTransaction Method
            • ConvertDate Method
            • ConvertFromLocalToServerTZ Method
            • ConvertFromServerToLocalTZ Method
            • create_act_entry Method
            • create_time_bomb Method
            • create_time_bomb(IFCGeneric,IFCGeneric,String,IFCGeneric,String,Int32,String,String,Object) Method
            • create_time_bomb(Int32,IFCGeneric,IFCGeneric,String,IFCGeneric,Int32,String,String,Object) Method
            • create_time_bomb(Int32,IFCGeneric,IFCGeneric,String,IFCGeneric,Int32,String,String,String,Object) Method
            • createBulk Method
            • CreateGeneric Method
            • CreateSqlExec Method
            • dispatch_object Method
            • error_handler Method
            • error_handler(Int16,String,String,String) Method
            • error_handler(Int32,String,String,String,Exception) Method
            • ExecuteSQL Method
            • ExecuteSQLNoReturn Method
            • format_time Method
            • forward_object Method
            • FreeConnection Method
            • get_item Method
            • get_next_sn Method
            • GetColor Method
            • GetConfigItem Method
            • GetCurrentDate Method
            • GetCurrentServerDate Method
            • GetItem Method
            • GetNextNumScheme Method
            • GetNextSubcaseID Method
            • GetNumGenerics Method
            • GetObjid Method
            • GetUserVersion Method
            • Init_Object Method
            • IsUnicode Method
            • ItemCount Method
            • LoadColors Method
            • LoadUserVersions Method
            • Log Method
            • LogEx Method
            • Login Method
            • LoginFromFCApp Method
            • Logout Method
            • move_object Method
            • NewEnum Method
            • RefreshContext Method
            • reject_object Method
            • RemoveAllGenericsInABulk Method
            • RollbackTransaction Method
            • SaveSession Method
            • set_item Method
            • SetNullStringToEmpty Method
            • SetPassword Method
            • SimpleQuery Method
            • single_quotify Method
            • sprintf Method
            • StartTransaction Method
            • TraverseFromParent Method
            • turn_off Method
            • use_list Method
            • yank_object Method
          • Properties
            • ad_auto Property
            • ad_list Property
            • BulkCollection Property
            • ConvertTimeZone Property
            • cur_res Property
            • CurrentCulture Property
            • Distinct Property
            • ErrorMessage Property
            • ErrorNumber Property
            • ErrorSource Property
            • hist_change Property
            • IncludeRelations Property
            • IsInTransaction Property
            • IsLoggedIn Property
            • Item Property
            • LocalTimeZone Property
            • LocalTimeZoneOffset Property
            • LoginTime Property
            • NoRes Property
            • num_ad Property
            • PasswordRequired Property
            • QueryEmptyToNull Property
            • RESEnabled Property
            • rowLimit Property
            • SessionID Property
            • SetNullStringsToEmpty Property
            • ThrowErrors Property
            • TruncateStringFields Property
            • UpdateTime Property
        • IFCSqlExec
          • Members
          • Methods
            • AddSqlParameter Method
            • CloseConnection Method
            • Execute Method
            • ExecuteReturnRows Method
            • FreeConnection Method
            • OpenConnection Method
          • Properties
            • Records Property
            • StayConnected Property
        • IMockAdoField
          • Members
          • Methods
            • get_Value Method
            • set_Value Method
          • Properties
            • DefinedSize Property
            • Name Property
            • NetValue Property
            • Type Property
        • IMockCollection
          • Members
          • Methods
            • _NewEnum Method
            • Add Method
            • Count Method
            • Item Method
            • Remove Method
    • FChoice.Toolkits.Clarify.Contracts Namespace
      • Classes
        • AcceptQuoteSetup
          • Members
          • AcceptQuoteSetup Constructor
          • Properties
            • AcceptDate Property
            • GenerateTimeBombs Property
            • QuoteIDNum Property
            • UserName Property
            • WipBin Property
        • AddPOToScheduleSetup
          • Members
          • AddPOToScheduleSetup Constructor
          • Properties
            • ContractIDNum Property
            • ExpireDate Property
            • PaymentOption Property
            • PaymentTerms Property
            • POAmount Property
            • PODate Property
            • POIDNum Property
            • POStatus Property
            • ScheduleIDNum Property
        • AssignQuoteSetup
          • Members
          • AssignQuoteSetup Constructor
          • Properties
            • AssignDate Property
            • GenerateTimeBombs Property
            • NewUser Property
            • QuoteIDNum Property
            • UserName Property
            • WipBin Property
        • ChangeQuoteStatusSetup
          • Members
          • ChangeQuoteStatusSetup Constructor
          • Properties
            • ChangeDate Property
            • GenerateTimeBombs Property
            • NewStatus Property
            • Notes Property
            • QuoteIDNum Property
            • UserName Property
        • ContractsToolkit
          • Members
          • ContractsToolkit Constructor
            • ContractsToolkit Constructor(ClarifySession)
            • ContractsToolkit Constructor(IFCApplication,IFCSession)
          • Methods
            • AcceptQuote Method
            • AcceptQuote(String) Method
            • AcceptQuote(AcceptQuoteSetup) Method
            • AcceptQuote(AcceptQuoteSetup,IDbTransaction) Method
            • AddPOToSchedule Method
            • AddPOToSchedule(String,String,String,Decimal) Method
            • AddPOToSchedule(AddPOToScheduleSetup) Method
            • AddPOToSchedule(AddPOToScheduleSetup,IDbTransaction) Method
            • AssignQuote Method
            • AssignQuote(String) Method
            • AssignQuote(AssignQuoteSetup) Method
            • AssignQuote(AssignQuoteSetup,IDbTransaction) Method
            • ChangeQuoteStatus Method
            • ChangeQuoteStatus(String) Method
            • ChangeQuoteStatus(ChangeQuoteStatusSetup) Method
            • ChangeQuoteStatus(ChangeQuoteStatusSetup,IDbTransaction) Method
            • CreateContract Method
            • CreateContract(String) Method
            • CreateContract(CreateContractSetup) Method
            • CreateContract(CreateContractSetup,IDbTransaction) Method
            • CreateContractLineItem Method
            • CreateContractLineItem(String,String,String,String,Int32,String,Int32) Method
            • CreateContractLineItem(String,String,String,String,String,String,Int32) Method
            • CreateContractLineItem(CreateContractLineItemSetup) Method
            • CreateContractLineItem(CreateContractLineItemSetup,IDbTransaction) Method
            • CreatePriceInstance Method
            • CreatePriceInstance(String,String,String,String,String,PriceInstanceType,Int32) Method
            • CreatePriceInstance(CreatePriceInstanceSetup) Method
            • CreatePriceInstance(CreatePriceInstanceSetup,IDbTransaction) Method
            • CreateSchedule Method
            • CreateSchedule(String) Method
            • CreateSchedule(CreateScheduleSetup) Method
            • CreateSchedule(CreateScheduleSetup,IDbTransaction) Method
            • DeleteSitePart Method
            • DeleteSitePart(Int32) Method
            • DeleteSitePart(DeleteSitePartSetup) Method
            • DeleteSitePart(DeleteSitePartSetup,IDbTransaction) Method
            • DispatchQuote Method
            • DispatchQuote(String,String) Method
            • DispatchQuote(DispatchQuoteSetup) Method
            • DispatchQuote(DispatchQuoteSetup,IDbTransaction) Method
            • ForwardQuote Method
            • ForwardQuote(String,String) Method
            • ForwardQuote(ForwardQuoteSetup) Method
            • ForwardQuote(ForwardQuoteSetup,IDbTransaction) Method
            • LogContractNote Method
            • LogContractNote(String,String) Method
            • LogContractNote(LogContractNoteSetup) Method
            • LogContractNote(LogContractNoteSetup,IDbTransaction) Method
            • MoveQuote Method
            • MoveQuote(String,String) Method
            • MoveQuote(MoveQuoteSetup) Method
            • MoveQuote(MoveQuoteSetup,IDbTransaction) Method
            • RejectContract Method
            • RejectContract(String) Method
            • RejectContract(RejectContractSetup) Method
            • RejectContract(RejectContractSetup,IDbTransaction) Method
            • RejectQuote Method
            • RejectQuote(String) Method
            • RejectQuote(RejectQuoteSetup) Method
            • RejectQuote(RejectQuoteSetup,IDbTransaction) Method
            • RelateContractItemToSitePart Method
            • RelateContractItemToSitePart(Int32,String,String,String,String) Method
            • RelateContractItemToSitePart(RelateContractItemToSitePartSetup) Method
            • RelateContractItemToSitePart(RelateContractItemToSitePartSetup,IDbTransaction) Method
            • ReopenContract Method
            • ReopenContract(String,String) Method
            • ReopenContract(ReopenContractSetup) Method
            • ReopenContract(ReopenContractSetup,IDbTransaction) Method
            • UnrelateContractItemFromSitePart Method
            • UnrelateContractItemFromSitePart(Int32,String,String,String) Method
            • UnrelateContractItemFromSitePart(UnrelateContractItemFromSitePartSetup) Method
            • UnrelateContractItemFromSitePart(UnrelateContractItemFromSitePartSetup,IDbTransaction) Method
            • UpdateSchedule Method
            • UpdateSchedule(String,String) Method
            • UpdateSchedule(UpdateScheduleSetup) Method
            • UpdateSchedule(UpdateScheduleSetup,IDbTransaction) Method
            • YankQuote Method
            • YankQuote(String) Method
            • YankQuote(YankQuoteSetup) Method
            • YankQuote(YankQuoteSetup,IDbTransaction) Method
        • ContractsToolkitBase
          • Members
        • CreateContractLineItemSetup
          • Members
          • CreateContractLineItemSetup Constructor
            • CreateContractLineItemSetup Constructor(String,String,String,String,Int32,String,Int32)
            • CreateContractLineItemSetup Constructor(String,String,String,String,String,String,Int32)
          • Properties
            • AdditionalFields Property
            • AutoInstall Property
            • Comments Property
            • ContractIDNum Property
            • CreateDate Property
            • EndDate Property
            • IsTaxable Property
            • OverridePrice Property
            • ParentLineItemObjid Property
            • PartDomain Property
            • PartNumber Property
            • PartRevision Property
            • POIDNum Property
            • PriceSchedule Property
            • Quantity Property
            • QuotedSiteIDNum Property
            • SerialNumber Property
            • ServicedAtSiteIDNum Property
            • StartDate Property
            • UnitsUsed Property
            • UserName Property
        • CreateContractSetup
          • Members
          • CreateContractSetup Constructor
          • Properties
            • AccountIDNum Property
            • AccountName Property
            • AdditionalFields Property
            • AdminUserName Property
            • BillToSiteIDNum Property
            • ContactFirstName Property
            • ContactLastName Property
            • ContactPhone Property
            • ContractIDNum Property
            • ContractType Property
            • CreateDate Property
            • DefaultExpirationDate Property
            • DefaultStartDate Property
            • ExpireDate Property
            • GenerateTimeBombs Property
            • IsEvergreen Property
            • IsWarranty Property
            • PriceProgram Property
            • Queue Property
            • RenewPriorDays Property
            • ShipToSiteIDNum Property
            • StartDate Property
            • Status Property
            • Terms Property
            • Title Property
            • UserName Property
        • CreatePriceInstanceSetup
          • Members
          • CreatePriceInstanceSetup Constructor
          • Properties
            • AdditionalFields Property
            • EffectiveDate Property
            • ExpireDate Property
            • PartDomain Property
            • PartNumber Property
            • PartRevision Property
            • Price Property
            • PriceProgram Property
            • PriceType Property
            • Quantity Property
            • SupportProgram Property
        • CreateScheduleSetup
          • Members
          • CreateScheduleSetup Constructor
          • Properties
            • AdditionalFields Property
            • BillingATTN Property
            • BillingFrequency Property
            • BillingOption Property
            • BillingPeriodStartDate Property
            • BillSiteIDNum Property
            • ChargeEndDate Property
            • ChargeStartDate Property
            • ContractIDNum Property
            • FirstBillingDate Property
            • PriceProgram Property
            • ScheduleIDNum Property
            • ShipToSiteIDNum Property
        • DeleteSitePartSetup
          • Members
          • DeleteSitePartSetup Constructor
          • Properties
            • SitePartObjid Property
        • DispatchQuoteSetup
          • Members
          • DispatchQuoteSetup Constructor
          • Properties
            • DispatchDate Property
            • GenerateTimeBombs Property
            • Queue Property
            • QuoteIDNum Property
            • UserName Property
        • ForwardQuoteSetup
          • Members
          • ForwardQuoteSetup Constructor
          • Properties
            • ForwardDate Property
            • GenerateTimeBombs Property
            • NewQueue Property
            • Notes Property
            • QuoteIDNum Property
            • UserName Property
        • LogContractNoteSetup
          • Members
          • LogContractNoteSetup Constructor
          • Properties
            • ActionType Property
            • AdditionalFields Property
            • ContractIDNum Property
            • GenerateTimeBombs Property
            • InternalUseOnlyNotes Property
            • LogDate Property
            • Notes Property
            • UserName Property
        • MoveQuoteSetup
          • Members
          • MoveQuoteSetup Constructor
          • Properties
            • NewWipBin Property
            • QuoteIDNum Property
        • RejectContractSetup
          • Members
          • RejectContractSetup Constructor
          • Properties
            • ContractIDNum Property
            • GenerateTimeBombs Property
            • Notes Property
            • RejectDate Property
            • Status Property
            • UserName Property
        • RejectQuoteSetup
          • Members
          • RejectQuoteSetup Constructor
          • Properties
            • GenerateTimeBombs Property
            • Notes Property
            • QuoteIDNum Property
            • RejectDate Property
            • UserName Property
            • WipBin Property
        • RelateContractItemToSitePartSetup
          • Members
          • RelateContractItemToSitePartSetup Constructor
          • Properties
            • ContractObjid Property
            • PartDomain Property
            • PartNumber Property
            • PartRevision Property
            • SerialNumber Property
        • ReopenContractSetup
          • Members
          • ReopenContractSetup Constructor
          • Properties
            • ContractIDNum Property
            • GenerateTimeBombs Property
            • ReopenDate Property
            • Status Property
            • UserName Property
            • WipBin Property
        • UnrelateContractItemFromSitePartSetup
          • Members
          • UnrelateContractItemFromSitePartSetup Constructor
          • Properties
            • ContractObjid Property
            • PartDomain Property
            • PartNumber Property
            • PartRevision Property
        • UpdateScheduleSetup
          • Members
          • UpdateScheduleSetup Constructor
          • Properties
            • AdditionalFields Property
            • BillingATTN Property
            • BillingFrequency Property
            • BillingOption Property
            • BillingPeriodStartDate Property
            • BillSiteIDNum Property
            • ChargeEndDate Property
            • ChargeStartDate Property
            • ContractIDNum Property
            • FirstBillingDate Property
            • PriceProgram Property
            • ScheduleIDNum Property
            • ShipToSiteIDNum Property
        • YankQuoteSetup
          • Members
          • YankQuoteSetup Constructor
          • Properties
            • GenerateTimeBombs Property
            • QuoteIDNum Property
            • UserName Property
            • WipBin Property
            • YankDate Property
    • FChoice.Foundation.Clarify.Schema Namespace
      • Classes
        • RestrictionClause
          • Members
          • RestrictionClause Constructor
          • Properties
            • Clause Property
            • FieldName Property
            • TableName Property
        • SchemaFieldBase
          • Members
          • Methods
            • IsDate Method
            • IsInteger Method
            • IsNumeric Method
            • IsString Method
          • Properties
            • ArraySize Property
            • CommonType Property
            • DatabaseType Property
            • DecimalPrecision Property
            • DecimalScale Property
            • Default Property
            • DefaultString Property
            • FCFlags Property
            • FieldDefault Property
            • FieldDefaultString Property
            • Flags Property
            • GenFieldID Property
            • IsSearchable Property
            • IsUnicode Property
            • Name Property
            • ObjectType Property
            • Parent Property
            • ParentTypeID Property
            • SpecificFieldID Property
        • SchemaFieldCollectionBase
          • Members
          • Properties
            • Item Property
        • SchemaRelation
          • Members
          • Properties
            • Cardinality Property
            • ChildTable Property
            • Comments Property
            • ExclusiveSet Property
            • Flags Property
            • FocusFieldName Property
            • GenericRelationID Property
            • InverseRelation Property
            • InverseRelationName Property
            • IsExclusive Property
            • IsMandatory Property
            • IsMtm Property
            • MandatoryObjectID Property
            • MtmTableName Property
            • Name Property
            • ParentTable Property
            • ParentTypeID Property
            • RelationFlags Property
            • RelationPhysicalName Property
            • SourceTable Property
            • SpecificRelationID Property
            • TargetName Property
            • TargetTable Property
          • Fields
            • MANDATORY_REL_OBJID Field
        • SchemaRelationCollection
          • Members
          • Properties
            • Item Property
            • OtmOtofAndMtmRelations Property
        • SchemaTable
          • Members
          • Properties
            • Fields Property
            • Relationships Property
            • Views Property
        • SchemaTableBase
          • Members
          • Properties
            • Comments Property
            • Fields Property
            • Flags Property
            • IsDataRestricted Property
            • IsUnicode Property
            • Name Property
            • ObjectGroup Property
            • RestrictedFields Property
            • RestrictionClauses Property
            • TypeID Property
        • SchemaTableCollection
          • Members
          • Methods
            • GetByNumber Method
          • Properties
            • Item Property
        • SchemaTableField
          • Members
          • Properties
            • Table Property
            • ViewFieldInfos Property
        • SchemaTableFieldCollection
          • Members
          • Properties
            • Item Property
            • Item(String) Property
            • Item(Int32) Property
        • SchemaView
          • Members
          • Properties
            • Fields Property
            • IsSqlView Property
            • Joins Property
        • SchemaViewCollection
          • Members
          • Methods
            • GetByNumber Method
          • Properties
            • Item Property
        • SchemaViewField
          • Members
          • Properties
            • FieldInfo Property
            • View Property
        • SchemaViewFieldCollection
          • Members
          • Properties
            • Item Property
            • Item(String) Property
            • Item(Int32) Property
        • SchemaViewFieldInfo
          • Members
          • Properties
            • Alias Property
            • Comments Property
            • Flags Property
            • TableField Property
            • TableFieldID Property
            • TableTypeID Property
            • ViewField Property
            • ViewID Property
        • SchemaViewFieldInfoCollection
          • Members
          • Methods
            • CreateViewFieldInfoKey Method
            • GetViewFieldInfoByID Method
        • SchemaViewJoin
          • Members
          • Properties
            • BaseRelation Property
            • Comments Property
            • Flags Property
            • JoinFlag Property
            • PrimaryAlias Property
            • SecondaryAlias Property
            • SpecificRelationID Property
            • TableID Property
        • SchemaViewJoinCollection
          • Members
      • Enumerations
        • SchemaCommonType
        • SchemaDataType
    • FChoice.Foundation.Clarify.Workflow Namespace
      • Classes
        • WorkflowException
          • Members
        • WorkFlowInfo
          • Members
          • WorkFlowInfo Constructor
          • Properties
            • ActivityDate Property
            • ActivityRelation Property
            • ConditionRelation Property
            • EmployeeID Property
            • GenerateTimeBomb Property
            • HistoryFieldName Property
            • IDFieldName Property
            • IDNum Property
            • IsAllowedCheckFieldName Property
            • IsApplicationUser Property
            • IsSessionUser Property
            • IsWipBinDefault Property
            • NewStatus Property
            • NewUserID Property
            • NewUserName Property
            • ObjectName Property
            • OldRejectRelation Property
            • OldStatusRelation Property
            • OwnerRelation Property
            • PreviousQueueRelation Property
            • QueueId Property
            • QueueName Property
            • QueueRelation Property
            • RejectRelation Property
            • StatusCode Property
            • StatusRelation Property
            • UseParticipantActEntryModel Property
            • UserID Property
            • UserName Property
            • WipBin Property
            • WipBinID Property
            • WipBinRelation Property
        • WorkflowManager
          • Members
          • WorkflowManager Constructor
            • WorkflowManager Constructor(ClarifyDataSet)
            • WorkflowManager Constructor(IDbTransaction,ClarifyDataSet)
          • Methods
            • Accept Method
            • Assign Method
            • BuildClarifyHistory Method
            • ChangeStatus Method
            • CreateActivityEntryRow Method
            • CreateActivityLogEntry Method
            • CreateAttachmentRecord Method
            • CreateAttachmentRecord(String,String,String,String,Boolean,Boolean) Method
            • CreateAttachmentRecord(String,String,String,String,Boolean,Boolean,IDictionary<String,Object>) Method
            • CreateAttachmentRecord(Int32,String,String,String,Boolean,Boolean) Method
            • CreateAttachmentRecord(Int32,String,String,String,Boolean,Boolean,IDictionary<String,Object>) Method
            • CreateCasePhoneLogActivityEntry Method
            • CreateParticipantActivityEntry Method
            • CreateTimeBomb Method
            • CreateTimeBomb(ClarifyDataRow,ClarifyDataRow,String,Int32,DateTime,String) Method
            • CreateTimeBomb(ClarifyDataRow,ClarifyDataRow,Int32,Int32,DateTime,String) Method
            • Dispatch Method
            • Forward Method
            • GetAttachmentFilePath Method
            • GetNextFileName Method
            • GetNextFileNameIgnoringExistence Method
            • GetWipDetails Method
            • IsFilenameAlreadyInUseOnTheWorkflowObject Method
            • MakeFullHistoryDirty Method
            • MapObjectNameToTableID Method
            • MapTimeBombActionToFlag Method
            • Move Method
            • Reject Method
            • Yank Method
          • Fields
            • EndOfHistoryMagicText Field
      • Enumerations
        • AttachmentFolderMode
    • FChoice.Foundation.DataObjects Namespace
      • Classes
        • ColumnInfo
          • Members
          • ColumnInfo Constructor
            • ColumnInfo Constructor()
            • ColumnInfo Constructor(DataColumn)
          • Methods
            • CompareTo Method
          • Properties
            • DataType Property
            • DefaultValue Property
            • MaxLength Property
            • Name Property
            • Ordinal Property
            • TableName Property
        • ConfigItem
          • Members
          • Properties
            • DateValue Property
            • DecimalValue Property
            • Description Property
            • DoubleValue Property
            • IntegerValue Property
            • LongValue Property
            • Name Property
            • Scope Property
            • StringValue Property
            • ValueType Property
            • ValueTypeRaw Property
        • ConfigItemCollection
          • Members
          • Properties
            • Item Property
        • DataObject
          • Members
          • Methods
            • ContainsColumn Method
            • GetFieldValue Method
            • GetFieldValue(String) Method
            • GetFieldValue(Int32) Method
            • GetSafeBooleanFieldValue Method
            • GetSafeBooleanFieldValue(String) Method
            • GetSafeBooleanFieldValue(String,Dictionary<String,ColumnInfo>,Object[]) Method
            • GetSafeDoubleFieldValue Method
            • GetSafeDoubleFieldValue(String) Method
            • GetSafeDoubleFieldValue(String,Dictionary<String,ColumnInfo>,Object[]) Method
            • GetSafeInt32FieldValue Method
            • GetSafeInt32FieldValue(String) Method
            • GetSafeInt32FieldValue(String,Dictionary<String,ColumnInfo>,Object[]) Method
            • GetSafeStringFieldValue Method
          • Properties
            • ColumnMap Property
            • FieldValues Property
            • UniqueID Property
        • DataObjectCollection<T>
          • Members
          • Methods
            • GetItemByIndex Method
        • FakeTimeZone
          • Members
        • RestrictionGroup
          • Members
          • Properties
            • Name Property
            • Restrictions Property
        • RestrictionGroupCollection
          • Members
          • RestrictionGroupCollection Constructor
            • RestrictionGroupCollection Constructor()
            • RestrictionGroupCollection Constructor(DataTable)
          • Properties
            • Item Property
      • Enumerations
        • ConfigItemScope
        • ConfigItemValueType
      • Interfaces
        • IDataObject
          • Members
          • Methods
            • ContainsColumn Method
            • GetFieldValue Method
            • GetFieldValue(String) Method
            • GetFieldValue(Int32) Method
            • GetSafeBooleanFieldValue Method
            • GetSafeDoubleFieldValue Method
            • GetSafeInt32FieldValue Method
            • GetSafeStringFieldValue Method
          • Properties
            • ColumnMap Property
            • FieldValues Property
            • UniqueID Property
        • ITimeZone
          • Members
          • Methods
            • IsDaylightSavingsTime Method
          • Properties
            • FullName Property
            • Name Property
            • UtcOffsetSeconds Property
    • FChoice.Foundation.DynamicBinding Namespace
      • Classes
        • DynamicBindingCollection
          • Members
      • Interfaces
        • IDynamicBinding
          • Members
          • Methods
            • ProcessBinding Method
          • Properties
            • Processed Property
            • Relation Property
    • FChoice.Foundation.Filters Namespace
      • Classes
        • AfterFilter
          • Members
        • AndFilter
          • Members
        • AndManyFilter
          • Members
        • BeforeFilter
          • Members
        • BetweenFilter
          • Members
          • Properties
            • IsBetween Property
            • Value1 Property
            • Value1Present Property
            • Value2 Property
            • Value2Present Property
        • ColumnBasedFilter
          • Members
          • Properties
            • ColumnName Property
        • ContainsFilter
          • Members
        • EndsWithFilter
          • Members
        • EqualsFilter
          • Members
          • Properties
            • Operator Property
        • Filter
          • Members
          • Methods
            • Render Method
            • ValidateFilter Method
        • FilterCollection
          • Members
          • Methods
            • Add Method
            • Contains Method
        • FilterExpression
          • Members
          • FilterExpression Constructor
          • Methods
            • After Method
            • And Method
            • And(Filter,Filter) Method
            • And(Filter[]) Method
            • Before Method
            • Between Method
            • Between(String,Int32,Int32) Method
            • Between(String,Decimal,Decimal) Method
            • Between(String,String,String) Method
            • Between(String,DateTime,DateTime) Method
            • Contains Method
            • EndsWith Method
            • Equals Method
            • Equals(String,Boolean) Method
            • Equals(String,Int32) Method
            • Equals(String,Decimal) Method
            • Equals(String,String) Method
            • Equals(String,DateTime) Method
            • IsIn Method
            • IsIn(String,Int32[]) Method
            • IsIn(String,Decimal[]) Method
            • IsIn(String,String[]) Method
            • IsIn(String,DateTime[]) Method
            • IsNotIn Method
            • IsNotIn(String,Int32[]) Method
            • IsNotIn(String,Decimal[]) Method
            • IsNotIn(String,String[]) Method
            • IsNotIn(String,DateTime[]) Method
            • IsNotNull Method
            • IsNull Method
            • LessThan Method
            • LessThan(String,Int32) Method
            • LessThan(String,Decimal) Method
            • LessThan(String,String) Method
            • LessThan(String,DateTime) Method
            • LessThanOrEqual Method
            • LessThanOrEqual(String,Int32) Method
            • LessThanOrEqual(String,Decimal) Method
            • LessThanOrEqual(String,String) Method
            • LessThanOrEqual(String,DateTime) Method
            • Like Method
            • MoreThan Method
            • MoreThan(String,Int32) Method
            • MoreThan(String,Decimal) Method
            • MoreThan(String,String) Method
            • MoreThan(String,DateTime) Method
            • MoreThanOrEqual Method
            • MoreThanOrEqual(String,Int32) Method
            • MoreThanOrEqual(String,Decimal) Method
            • MoreThanOrEqual(String,String) Method
            • MoreThanOrEqual(String,DateTime) Method
            • NotBetween Method
            • NotBetween(String,Int32,Int32) Method
            • NotBetween(String,Decimal,Decimal) Method
            • NotBetween(String,String,String) Method
            • NotBetween(String,DateTime,DateTime) Method
            • NotContains Method
            • NotEndsWith Method
            • NotEqual Method
            • NotEqual(String,Boolean) Method
            • NotEqual(String,Int32) Method
            • NotEqual(String,Decimal) Method
            • NotEqual(String,String) Method
            • NotEqual(String,DateTime) Method
            • NotLike Method
            • NotStartsWith Method
            • OlderThanDays Method
            • OlderThanDays(String,Int32) Method
            • OlderThanDays(String,Decimal) Method
            • OlderThanHours Method
            • OlderThanHours(String,Int32) Method
            • OlderThanHours(String,Decimal) Method
            • On Method
            • Or Method
            • Or(Filter,Filter) Method
            • Or(Filter[]) Method
            • SoundsLike Method
            • StartsWith Method
            • Today Method
            • Tomorrow Method
            • WithinDays Method
            • WithinDays(String,Int32) Method
            • WithinDays(String,Decimal) Method
            • WithinHours Method
            • WithinHours(String,Int32) Method
            • WithinHours(String,Decimal) Method
            • Yesterday Method
        • FilterType
          • Members
          • Methods
            • After Method
            • And Method
            • And(Filter,Filter) Method
            • And(Filter[]) Method
            • Before Method
            • Between Method
            • Between(String,Int32,Int32) Method
            • Between(String,Decimal,Decimal) Method
            • Between(String,String,String) Method
            • Between(String,DateTime,DateTime) Method
            • Contains Method
            • EndsWith Method
            • Equals Method
            • Equals(String,Boolean) Method
            • Equals(String,Int32) Method
            • Equals(String,Decimal) Method
            • Equals(String,String) Method
            • Equals(String,DateTime) Method
            • IsIn Method
            • IsIn(String,Int32[]) Method
            • IsIn(String,Decimal[]) Method
            • IsIn(String,String[]) Method
            • IsIn(String,DateTime[]) Method
            • IsNotIn Method
            • IsNotIn(String,Int32[]) Method
            • IsNotIn(String,Decimal[]) Method
            • IsNotIn(String,String[]) Method
            • IsNotIn(String,DateTime[]) Method
            • IsNotNull Method
            • IsNull Method
            • LessThan Method
            • LessThan(String,Int32) Method
            • LessThan(String,Decimal) Method
            • LessThan(String,String) Method
            • LessThan(String,DateTime) Method
            • LessThanOrEqual Method
            • LessThanOrEqual(String,Int32) Method
            • LessThanOrEqual(String,Decimal) Method
            • LessThanOrEqual(String,String) Method
            • LessThanOrEqual(String,DateTime) Method
            • Like Method
            • MoreThan Method
            • MoreThan(String,Int32) Method
            • MoreThan(String,Decimal) Method
            • MoreThan(String,String) Method
            • MoreThan(String,DateTime) Method
            • MoreThanOrEqual Method
            • MoreThanOrEqual(String,Int32) Method
            • MoreThanOrEqual(String,Decimal) Method
            • MoreThanOrEqual(String,String) Method
            • MoreThanOrEqual(String,DateTime) Method
            • NotBetween Method
            • NotBetween(String,Int32,Int32) Method
            • NotBetween(String,Decimal,Decimal) Method
            • NotBetween(String,String,String) Method
            • NotBetween(String,DateTime,DateTime) Method
            • NotContains Method
            • NotEndsWith Method
            • NotEqual Method
            • NotEqual(String,Boolean) Method
            • NotEqual(String,Int32) Method
            • NotEqual(String,Decimal) Method
            • NotEqual(String,String) Method
            • NotEqual(String,DateTime) Method
            • NotLike Method
            • NotStartsWith Method
            • OlderThanDays Method
            • OlderThanDays(String,Int32) Method
            • OlderThanDays(String,Decimal) Method
            • OlderThanHours Method
            • OlderThanHours(String,Int32) Method
            • OlderThanHours(String,Decimal) Method
            • On Method
            • Or Method
            • Or(Filter,Filter) Method
            • Or(Filter[]) Method
            • SoundsLike Method
            • StartsWith Method
            • Today Method
            • Tomorrow Method
            • WithinDays Method
            • WithinDays(String,Int32) Method
            • WithinDays(String,Decimal) Method
            • WithinHours Method
            • WithinHours(String,Int32) Method
            • WithinHours(String,Decimal) Method
            • Yesterday Method
        • IsInFilter
          • Members
          • Properties
            • IsIn Property
            • ObjectList Property
        • IsNullFilter
          • Members
          • Properties
            • IsNull Property
        • LessThanFilter
          • Members
          • Properties
            • Operator Property
        • LessThanOrEqualFilter
          • Members
          • Properties
            • Operator Property
        • LikeFilter
          • Members
          • Properties
            • Operator Property
        • LogicalFilter
          • Members
          • Methods
            • AddFilter Method
          • Properties
            • Filters Property
        • MoreThanFilter
          • Members
          • Properties
            • Operator Property
        • MoreThanOrEqualFilter
          • Members
          • Properties
            • Operator Property
        • NotContainsFilter
          • Members
        • NotEndsWithFilter
          • Members
        • NotLikeFilter
          • Members
          • Properties
            • Operator Property
        • NotStartsWithFilter
          • Members
        • OlderThanDaysFilter
          • Members
        • OlderThanHoursFilter
          • Members
        • OnFilter
          • Members
        • OperationFilter
          • Members
          • Properties
            • Operator Property
            • Value Property
        • OrFilter
          • Members
        • OrManyFilter
          • Members
        • SoundsLikeFilter
          • Members
          • Properties
            • Value Property
        • StartsWithFilter
          • Members
        • TodayFilter
          • Members
        • TomorrowFilter
          • Members
        • WithinDaysFilter
          • Members
        • WithinHoursFilter
          • Members
        • YesterdayFilter
          • Members
    • FChoice.Foundation.Schema Namespace
      • Enumerations
        • SchemaRelationCardinality
      • Interfaces
        • ISchemaCache
          • Members
          • Methods
            • GetChangeDateField Method
            • GetDateFields Method
            • GetField Method
            • GetRelation Method
            • GetTableName Method
            • GetTableNumber Method
            • IsChangeField Method
            • IsDateField Method
            • IsFieldSearchable Method
            • IsFieldUnicode Method
            • IsIntegerField Method
            • IsNumericField Method
            • IsRelationExclusive Method
            • IsStringField Method
            • IsStringOrDateField Method
            • IsValidField Method
            • IsValidRelation Method
            • IsValidTable Method
            • IsValidTableOrView Method
            • IsValidView Method
          • Properties
            • IsDatabaseUnicode Property
            • RestrictionGroups Property
            • Tables Property
            • Views Property
        • ISchemaField
          • Members
          • Methods
            • IsDate Method
            • IsInteger Method
            • IsNumeric Method
            • IsString Method
          • Properties
            • CommonType Property
            • DatabaseType Property
            • DataType Property
            • Default Property
            • DefaultString Property
            • Description Property
            • Flags Property
            • IsSearchable Property
            • IsUnicode Property
            • Length Property
            • Name Property
            • Rank Property
        • ISchemaFieldCollection
          • Members
          • Properties
            • Item Property
            • Item(String) Property
            • Item(Int32) Property
        • ISchemaRelation
          • Members
          • Properties
            • Cardinality Property
            • ChildTable Property
            • Description Property
            • ExclusiveObjectIDField Property
            • ExclusiveTableField Property
            • Flags Property
            • InverseRelation Property
            • IsExclusive Property
            • IsMandatory Property
            • IsMtm Property
            • MandatoryObjectID Property
            • MtmTableName Property
            • Name Property
            • ObjectID Property
            • ParentTable Property
            • Rank Property
            • SourceTable Property
            • TargetTable Property
        • ISchemaRelationCollection
          • Members
          • Properties
            • Item Property
        • ISchemaTable
          • Members
          • Properties
            • Relationships Property
            • Views Property
        • ISchemaTableBase
          • Members
          • Properties
            • Description Property
            • Fields Property
            • Flags Property
            • IsDataRestricted Property
            • Name Property
            • Number Property
            • ObjectID Property
            • Subsystem Property
        • ISchemaTableCollection
          • Members
          • Methods
            • GetByNumber Method
          • Properties
            • Item Property
            • Item(String) Property
            • Item(Int32) Property
        • ISchemaView
          • Members
          • Properties
            • Joins Property
        • ISchemaViewCollection
          • Members
          • Methods
            • GetByNumber Method
          • Properties
            • Item Property
            • Item(String) Property
            • Item(Int32) Property
        • ISchemaViewJoin
          • Members
          • Properties
            • Description Property
            • Flags Property
            • IsPrimaryOuter Property
            • IsSecondaryOuter Property
            • PrimaryAlias Property
            • PrimaryTable Property
            • SecondaryAlias Property
            • SecondaryTable Property
        • ISchemaViewJoinCollection
          • Members
    • FChoice.Toolkits.Clarify Namespace
      • Classes
        • AdditionalFields
          • Members
          • Methods
            • Append Method
            • Clone Method
        • ClarifyToolkitException
          • Members
          • ClarifyToolkitException Constructor
        • CommunicationAddress
          • Members
          • CommunicationAddress Constructor
          • Properties
            • CommunicationRoleType Property
            • EmailAddress Property
        • ConstructorIndexAttribute
          • Members
          • ConstructorIndexAttribute Constructor
          • Fields
            • Index Field
        • EmailIn
          • Members
          • EmailIn Constructor
        • Location
          • Members
          • Location Constructor
            • Location Constructor()
            • Location Constructor(String)
            • Location Constructor(String,Boolean)
            • Location Constructor(String,String)
            • Location Constructor(String,String,String)
          • Methods
            • ToString Method
          • Properties
            • BinName Property
            • ContainerIDNum Property
            • IsPrimaryBinSuggestion Property
            • LocationName Property
          • Fields
            • EMPTY Field
            • PRIMARY_BIN_SUGGESTION_NAME Field
        • LocationCollection
          • Members
          • Methods
            • Add Method
            • Add(String) Method
            • Add(String,String) Method
            • Add(String,String,String) Method
            • Add(Location) Method
            • ToLegacyString Method
          • Properties
            • IsDirty Property
        • PartInfo
          • Members
          • PartInfo Constructor
          • Fields
            • modSetupResult Field
            • PartDomain Field
            • PartNotes Field
            • PartNumber Field
            • PartRevision Field
            • partSetupResult Field
            • Price Field
            • PriceProgram Field
            • priceSetupResult Field
            • PriceType Field
            • Quantity Field
            • RepairType Field
        • PartRequestInfo
          • Members
          • PartRequestInfo Constructor
          • Fields
            • ContactFirstName Field
            • ContactLastName Field
            • ContactPhone Field
            • ContactResult Field
            • PartDomain Field
            • PartNumber Field
            • PartQuantity Field
            • PartRequestDetailResult Field
            • PartRequestHeaderResult Field
            • PartRevision Field
            • PartRevisionResult Field
            • SiteResult Field
        • PropertyBitValueAttribute
          • Members
          • PropertyBitValueAttribute Constructor
          • Fields
            • Value Field
        • SimplifiedAdditionalField
          • Members
          • SimplifiedAdditionalField Constructor
          • Properties
            • FieldName Property
            • FieldValue Property
        • SimplifiedAdditionalFields
          • Members
          • SimplifiedAdditionalFields Constructor
          • Methods
            • Add Method
            • Add(String,Object) Method
        • ToolkitBase
          • Members
          • Fields
            • NOW_DATE Field
        • ToolkitResult
          • Members
          • ToolkitResult Constructor
            • ToolkitResult Constructor()
            • ToolkitResult Constructor(Int16,IToolkit)
            • ToolkitResult Constructor(String,Int32)
          • Properties
            • IDNum Property
            • Objid Property
            • ReturnCode Property
        • ToolkitResultPropertyAttribute
          • Members
          • ToolkitResultPropertyAttribute Constructor
          • Properties
            • DocSummary Property
            • PropertyName Property
        • Utility
          • Members
          • Methods
            • AddExpenseGL Method
      • Enumerations
        • AdditionalFieldType
        • BillingFrequency
        • BillingOption
        • CaseObjectType
        • CommunicationAutoExec
        • CommunicationDeliveryStatus
        • CommunicationDirection
        • CommunicationPriority
        • CommunicationRoleType
        • CRCondition
        • EcoItemAppliesTo
        • LeadSiteType
        • OpportunityStage
        • PartAuthorizationLevel
        • PartRepairType
        • PartRequestCondition
        • PartRequestType
        • PartRevisionStatus
        • PriceInstanceType
        • RepairPartDisposition
        • SiteStatus
        • SiteType
    • FChoice.Toolkits.Clarify.Contracts Namespace
      • Classes
        • AcceptQuoteSetup
          • Members
          • AcceptQuoteSetup Constructor
          • Properties
            • AcceptDate Property
            • GenerateTimeBombs Property
            • QuoteIDNum Property
            • UserName Property
            • WipBin Property
        • AddPOToScheduleSetup
          • Members
          • AddPOToScheduleSetup Constructor
          • Properties
            • ContractIDNum Property
            • ExpireDate Property
            • PaymentOption Property
            • PaymentTerms Property
            • POAmount Property
            • PODate Property
            • POIDNum Property
            • POStatus Property
            • ScheduleIDNum Property
        • AssignQuoteSetup
          • Members
          • AssignQuoteSetup Constructor
          • Properties
            • AssignDate Property
            • GenerateTimeBombs Property
            • NewUser Property
            • QuoteIDNum Property
            • UserName Property
            • WipBin Property
        • ChangeQuoteStatusSetup
          • Members
          • ChangeQuoteStatusSetup Constructor
          • Properties
            • ChangeDate Property
            • GenerateTimeBombs Property
            • NewStatus Property
            • Notes Property
            • QuoteIDNum Property
            • UserName Property
        • ContractsToolkit
          • Members
          • ContractsToolkit Constructor
            • ContractsToolkit Constructor(ClarifySession)
            • ContractsToolkit Constructor(IFCApplication,IFCSession)
          • Methods
            • AcceptQuote Method
            • AcceptQuote(String) Method
            • AcceptQuote(AcceptQuoteSetup) Method
            • AcceptQuote(AcceptQuoteSetup,IDbTransaction) Method
            • AddPOToSchedule Method
            • AddPOToSchedule(String,String,String,Decimal) Method
            • AddPOToSchedule(AddPOToScheduleSetup) Method
            • AddPOToSchedule(AddPOToScheduleSetup,IDbTransaction) Method
            • AssignQuote Method
            • AssignQuote(String) Method
            • AssignQuote(AssignQuoteSetup) Method
            • AssignQuote(AssignQuoteSetup,IDbTransaction) Method
            • ChangeQuoteStatus Method
            • ChangeQuoteStatus(String) Method
            • ChangeQuoteStatus(ChangeQuoteStatusSetup) Method
            • ChangeQuoteStatus(ChangeQuoteStatusSetup,IDbTransaction) Method
            • CreateContract Method
            • CreateContract(String) Method
            • CreateContract(CreateContractSetup) Method
            • CreateContract(CreateContractSetup,IDbTransaction) Method
            • CreateContractLineItem Method
            • CreateContractLineItem(String,String,String,String,Int32,String,Int32) Method
            • CreateContractLineItem(String,String,String,String,String,String,Int32) Method
            • CreateContractLineItem(CreateContractLineItemSetup) Method
            • CreateContractLineItem(CreateContractLineItemSetup,IDbTransaction) Method
            • CreatePriceInstance Method
            • CreatePriceInstance(String,String,String,String,String,PriceInstanceType,Int32) Method
            • CreatePriceInstance(CreatePriceInstanceSetup) Method
            • CreatePriceInstance(CreatePriceInstanceSetup,IDbTransaction) Method
            • CreateSchedule Method
            • CreateSchedule(String) Method
            • CreateSchedule(CreateScheduleSetup) Method
            • CreateSchedule(CreateScheduleSetup,IDbTransaction) Method
            • DeleteSitePart Method
            • DeleteSitePart(Int32) Method
            • DeleteSitePart(DeleteSitePartSetup) Method
            • DeleteSitePart(DeleteSitePartSetup,IDbTransaction) Method
            • DispatchQuote Method
            • DispatchQuote(String,String) Method
            • DispatchQuote(DispatchQuoteSetup) Method
            • DispatchQuote(DispatchQuoteSetup,IDbTransaction) Method
            • ForwardQuote Method
            • ForwardQuote(String,String) Method
            • ForwardQuote(ForwardQuoteSetup) Method
            • ForwardQuote(ForwardQuoteSetup,IDbTransaction) Method
            • LogContractNote Method
            • LogContractNote(String,String) Method
            • LogContractNote(LogContractNoteSetup) Method
            • LogContractNote(LogContractNoteSetup,IDbTransaction) Method
            • MoveQuote Method
            • MoveQuote(String,String) Method
            • MoveQuote(MoveQuoteSetup) Method
            • MoveQuote(MoveQuoteSetup,IDbTransaction) Method
            • RejectContract Method
            • RejectContract(String) Method
            • RejectContract(RejectContractSetup) Method
            • RejectContract(RejectContractSetup,IDbTransaction) Method
            • RejectQuote Method
            • RejectQuote(String) Method
            • RejectQuote(RejectQuoteSetup) Method
            • RejectQuote(RejectQuoteSetup,IDbTransaction) Method
            • RelateContractItemToSitePart Method
            • RelateContractItemToSitePart(Int32,String,String,String,String) Method
            • RelateContractItemToSitePart(RelateContractItemToSitePartSetup) Method
            • RelateContractItemToSitePart(RelateContractItemToSitePartSetup,IDbTransaction) Method
            • ReopenContract Method
            • ReopenContract(String,String) Method
            • ReopenContract(ReopenContractSetup) Method
            • ReopenContract(ReopenContractSetup,IDbTransaction) Method
            • UnrelateContractItemFromSitePart Method
            • UnrelateContractItemFromSitePart(Int32,String,String,String) Method
            • UnrelateContractItemFromSitePart(UnrelateContractItemFromSitePartSetup) Method
            • UnrelateContractItemFromSitePart(UnrelateContractItemFromSitePartSetup,IDbTransaction) Method
            • UpdateSchedule Method
            • UpdateSchedule(String,String) Method
            • UpdateSchedule(UpdateScheduleSetup) Method
            • UpdateSchedule(UpdateScheduleSetup,IDbTransaction) Method
            • YankQuote Method
            • YankQuote(String) Method
            • YankQuote(YankQuoteSetup) Method
            • YankQuote(YankQuoteSetup,IDbTransaction) Method
        • ContractsToolkitBase
          • Members
        • CreateContractLineItemSetup
          • Members
          • CreateContractLineItemSetup Constructor
            • CreateContractLineItemSetup Constructor(String,String,String,String,Int32,String,Int32)
            • CreateContractLineItemSetup Constructor(String,String,String,String,String,String,Int32)
          • Properties
            • AdditionalFields Property
            • AutoInstall Property
            • Comments Property
            • ContractIDNum Property
            • CreateDate Property
            • EndDate Property
            • IsTaxable Property
            • OverridePrice Property
            • ParentLineItemObjid Property
            • PartDomain Property
            • PartNumber Property
            • PartRevision Property
            • POIDNum Property
            • PriceSchedule Property
            • Quantity Property
            • QuotedSiteIDNum Property
            • SerialNumber Property
            • ServicedAtSiteIDNum Property
            • StartDate Property
            • UnitsUsed Property
            • UserName Property
        • CreateContractSetup
          • Members
          • CreateContractSetup Constructor
          • Properties
            • AccountIDNum Property
            • AccountName Property
            • AdditionalFields Property
            • AdminUserName Property
            • BillToSiteIDNum Property
            • ContactFirstName Property
            • ContactLastName Property
            • ContactPhone Property
            • ContractIDNum Property
            • ContractType Property
            • CreateDate Property
            • DefaultExpirationDate Property
            • DefaultStartDate Property
            • ExpireDate Property
            • GenerateTimeBombs Property
            • IsEvergreen Property
            • IsWarranty Property
            • PriceProgram Property
            • Queue Property
            • RenewPriorDays Property
            • ShipToSiteIDNum Property
            • StartDate Property
            • Status Property
            • Terms Property
            • Title Property
            • UserName Property
        • CreatePriceInstanceSetup
          • Members
          • CreatePriceInstanceSetup Constructor
          • Properties
            • AdditionalFields Property
            • EffectiveDate Property
            • ExpireDate Property
            • PartDomain Property
            • PartNumber Property
            • PartRevision Property
            • Price Property
            • PriceProgram Property
            • PriceType Property
            • Quantity Property
            • SupportProgram Property
        • CreateScheduleSetup
          • Members
          • CreateScheduleSetup Constructor
          • Properties
            • AdditionalFields Property
            • BillingATTN Property
            • BillingFrequency Property
            • BillingOption Property
            • BillingPeriodStartDate Property
            • BillSiteIDNum Property
            • ChargeEndDate Property
            • ChargeStartDate Property
            • ContractIDNum Property
            • FirstBillingDate Property
            • PriceProgram Property
            • ScheduleIDNum Property
            • ShipToSiteIDNum Property
        • DeleteSitePartSetup
          • Members
          • DeleteSitePartSetup Constructor
          • Properties
            • SitePartObjid Property
        • DispatchQuoteSetup
          • Members
          • DispatchQuoteSetup Constructor
          • Properties
            • DispatchDate Property
            • GenerateTimeBombs Property
            • Queue Property
            • QuoteIDNum Property
            • UserName Property
        • ForwardQuoteSetup
          • Members
          • ForwardQuoteSetup Constructor
          • Properties
            • ForwardDate Property
            • GenerateTimeBombs Property
            • NewQueue Property
            • Notes Property
            • QuoteIDNum Property
            • UserName Property
        • LogContractNoteSetup
          • Members
          • LogContractNoteSetup Constructor
          • Properties
            • ActionType Property
            • AdditionalFields Property
            • ContractIDNum Property
            • GenerateTimeBombs Property
            • InternalUseOnlyNotes Property
            • LogDate Property
            • Notes Property
            • UserName Property
        • MoveQuoteSetup
          • Members
          • MoveQuoteSetup Constructor
          • Properties
            • NewWipBin Property
            • QuoteIDNum Property
        • RejectContractSetup
          • Members
          • RejectContractSetup Constructor
          • Properties
            • ContractIDNum Property
            • GenerateTimeBombs Property
            • Notes Property
            • RejectDate Property
            • Status Property
            • UserName Property
        • RejectQuoteSetup
          • Members
          • RejectQuoteSetup Constructor
          • Properties
            • GenerateTimeBombs Property
            • Notes Property
            • QuoteIDNum Property
            • RejectDate Property
            • UserName Property
            • WipBin Property
        • RelateContractItemToSitePartSetup
          • Members
          • RelateContractItemToSitePartSetup Constructor
          • Properties
            • ContractObjid Property
            • PartDomain Property
            • PartNumber Property
            • PartRevision Property
            • SerialNumber Property
        • ReopenContractSetup
          • Members
          • ReopenContractSetup Constructor
          • Properties
            • ContractIDNum Property
            • GenerateTimeBombs Property
            • ReopenDate Property
            • Status Property
            • UserName Property
            • WipBin Property
        • UnrelateContractItemFromSitePartSetup
          • Members
          • UnrelateContractItemFromSitePartSetup Constructor
          • Properties
            • ContractObjid Property
            • PartDomain Property
            • PartNumber Property
            • PartRevision Property
        • UpdateScheduleSetup
          • Members
          • UpdateScheduleSetup Constructor
          • Properties
            • AdditionalFields Property
            • BillingATTN Property
            • BillingFrequency Property
            • BillingOption Property
            • BillingPeriodStartDate Property
            • BillSiteIDNum Property
            • ChargeEndDate Property
            • ChargeStartDate Property
            • ContractIDNum Property
            • FirstBillingDate Property
            • PriceProgram Property
            • ScheduleIDNum Property
            • ShipToSiteIDNum Property
        • YankQuoteSetup
          • Members
          • YankQuoteSetup Constructor
          • Properties
            • GenerateTimeBombs Property
            • QuoteIDNum Property
            • UserName Property
            • WipBin Property
            • YankDate Property
    • FChoice.Toolkits.Clarify.DepotRepair Namespace
      • Classes
        • ApplyEcoSetup
          • Members
          • ApplyEcoSetup Constructor
          • Properties
            • CreateDate Property
            • DemandDetailObjid Property
            • EcoHeaderIDNum Property
            • UserName Property
        • CreateDepotRepairLaborSetup
          • Members
          • CreateDepotRepairLaborSetup Constructor
          • Properties
            • BillTo Property
            • CreateDate Property
            • DemandDetailObjid Property
            • Duration Property
            • IsBillable Property
            • LaborRate Property
            • LaborType Property
            • StartDate Property
            • UserName Property
            • WorkCenter Property
        • CreateDepotRepairMaterialSetup
          • Members
          • CreateDepotRepairMaterialSetup Constructor
          • Properties
            • BillTo Property
            • CreateDate Property
            • DemandDetailObjid Property
            • Disposition Property
            • FailureCode Property
            • IsBillable Property
            • Notes Property
            • PartRevisionObjid Property
            • ReferenceDesignator Property
            • RepairCode Property
            • TransactionID Property
            • UserName Property
            • WorkCenter Property
        • CreateEcoHeaderSetup
          • Members
          • CreateEcoHeaderSetup Constructor
          • Properties
            • CreateDate Property
            • Description Property
            • EcoTitle Property
            • EcoType Property
            • EffectType Property
            • EndDate Property
            • StartDate Property
            • Status Property
        • CreateEcoItemSetup
          • Members
          • CreateEcoItemSetup Constructor
          • Properties
            • AppliesTo Property
            • ApplyPartRevisionObjid Property
            • EcoHeaderIDNum Property
            • IsActive Property
            • ResultPartRevisionObjid Property
        • CreateEcoLaborDetailSetup
          • Members
          • CreateEcoLaborDetailSetup Constructor
          • Properties
            • Description Property
            • EcoHeaderIDNum Property
            • ElapsedTime Property
            • IsRequired Property
            • LaborType Property
            • PartRevisionObjid Property
            • Status Property
        • CreateEcoMaterialDetailSetup
          • Members
          • CreateEcoMaterialDetailSetup Constructor
          • Properties
            • Description Property
            • EcoHeaderIDNum Property
            • IsRequired Property
            • Location Property
            • PartRevisionObjid Property
            • Status Property
        • DeleteDepotRepairLaborSetup
          • Members
          • DeleteDepotRepairLaborSetup Constructor
          • Properties
            • CreateDate Property
            • TimeLogObjid Property
        • DeleteDepotRepairMaterialSetup
          • Members
          • DeleteDepotRepairMaterialSetup Constructor
          • Properties
            • CreateDate Property
            • MaterialLogObjid Property
        • DeleteEcoDetailSetup
          • Members
          • DeleteEcoDetailSetup Constructor
          • Properties
            • EcoDetailObjid Property
        • DeleteEcoItemSetup
          • Members
          • DeleteEcoItemSetup Constructor
          • Properties
            • EcoItemObjid Property
        • DepotRepairToolkit
          • Members
          • DepotRepairToolkit Constructor
            • DepotRepairToolkit Constructor(ClarifySession)
            • DepotRepairToolkit Constructor(IFCApplication,IFCSession)
          • Methods
            • ApplyEco Method
            • ApplyEco(Int32,String) Method
            • ApplyEco(ApplyEcoSetup) Method
            • ApplyEco(ApplyEcoSetup,IDbTransaction) Method
            • CreateDepotRepairLabor Method
            • CreateDepotRepairLabor(Int32,DateTime,TimeSpan) Method
            • CreateDepotRepairLabor(CreateDepotRepairLaborSetup) Method
            • CreateDepotRepairLabor(CreateDepotRepairLaborSetup,IDbTransaction) Method
            • CreateDepotRepairMaterial Method
            • CreateDepotRepairMaterial(Int32,Int32,RepairPartDisposition) Method
            • CreateDepotRepairMaterial(CreateDepotRepairMaterialSetup) Method
            • CreateDepotRepairMaterial(CreateDepotRepairMaterialSetup,IDbTransaction) Method
            • CreateEcoHeader Method
            • CreateEcoHeader(DateTime,DateTime) Method
            • CreateEcoHeader(CreateEcoHeaderSetup) Method
            • CreateEcoHeader(CreateEcoHeaderSetup,IDbTransaction) Method
            • CreateEcoItem Method
            • CreateEcoItem(EcoItemAppliesTo,Boolean,String,Int32,Int32) Method
            • CreateEcoItem(CreateEcoItemSetup) Method
            • CreateEcoItem(CreateEcoItemSetup,IDbTransaction) Method
            • CreateEcoLaborDetail Method
            • CreateEcoLaborDetail(Boolean,TimeSpan,String) Method
            • CreateEcoLaborDetail(CreateEcoLaborDetailSetup) Method
            • CreateEcoLaborDetail(CreateEcoLaborDetailSetup,IDbTransaction) Method
            • CreateEcoMaterialDetail Method
            • CreateEcoMaterialDetail(Boolean,String,Int32) Method
            • CreateEcoMaterialDetail(CreateEcoMaterialDetailSetup) Method
            • CreateEcoMaterialDetail(CreateEcoMaterialDetailSetup,IDbTransaction) Method
            • DeleteDepotRepairLabor Method
            • DeleteDepotRepairLabor(Int32) Method
            • DeleteDepotRepairLabor(DeleteDepotRepairLaborSetup) Method
            • DeleteDepotRepairLabor(DeleteDepotRepairLaborSetup,IDbTransaction) Method
            • DeleteDepotRepairMaterial Method
            • DeleteDepotRepairMaterial(Int32) Method
            • DeleteDepotRepairMaterial(DeleteDepotRepairMaterialSetup) Method
            • DeleteDepotRepairMaterial(DeleteDepotRepairMaterialSetup,IDbTransaction) Method
            • DeleteEcoDetail Method
            • DeleteEcoDetail(Int32) Method
            • DeleteEcoDetail(DeleteEcoDetailSetup) Method
            • DeleteEcoDetail(DeleteEcoDetailSetup,IDbTransaction) Method
            • DeleteEcoItem Method
            • DeleteEcoItem(Int32) Method
            • DeleteEcoItem(DeleteEcoItemSetup) Method
            • DeleteEcoItem(DeleteEcoItemSetup,IDbTransaction) Method
            • UpdateDepotRepairLabor Method
            • UpdateDepotRepairLabor(UpdateDepotRepairLaborSetup) Method
            • UpdateDepotRepairLabor(UpdateDepotRepairLaborSetup,IDbTransaction) Method
            • UpdateDepotRepairMaterial Method
            • UpdateDepotRepairMaterial(Int32,RepairPartDisposition) Method
            • UpdateDepotRepairMaterial(UpdateDepotRepairMaterialSetup) Method
            • UpdateDepotRepairMaterial(UpdateDepotRepairMaterialSetup,IDbTransaction) Method
            • UpdateEcoItem Method
            • UpdateEcoItem(Int32,Boolean,String) Method
            • UpdateEcoItem(UpdateEcoItemSetup) Method
            • UpdateEcoItem(UpdateEcoItemSetup,IDbTransaction) Method
            • UpdateEcoLaborDetail Method
            • UpdateEcoLaborDetail(UpdateEcoLaborDetailSetup) Method
            • UpdateEcoLaborDetail(UpdateEcoLaborDetailSetup,IDbTransaction) Method
            • UpdateEcoMaterialDetail Method
            • UpdateEcoMaterialDetail(Int32,Int32) Method
            • UpdateEcoMaterialDetail(UpdateEcoMaterialDetailSetup) Method
            • UpdateEcoMaterialDetail(UpdateEcoMaterialDetailSetup,IDbTransaction) Method
        • DepotRepairToolkitBase
          • Members
        • UpdateDepotRepairLaborSetup
          • Members
          • UpdateDepotRepairLaborSetup Constructor
          • Properties
            • BillTo Property
            • CreateDate Property
            • Duration Property
            • IsBillable Property
            • LaborRate Property
            • LaborType Property
            • StartDate Property
            • TimeLogObjid Property
            • UserName Property
            • WorkCenter Property
        • UpdateDepotRepairMaterialSetup
          • Members
          • UpdateDepotRepairMaterialSetup Constructor
          • Properties
            • BillTo Property
            • CreateDate Property
            • Disposition Property
            • FailureCode Property
            • IsBillable Property
            • MaterialLogObjid Property
            • Notes Property
            • PartRevisionObjid Property
            • ReferenceDesignator Property
            • RepairCode Property
            • TransactionID Property
            • UserName Property
            • WorkCenter Property
        • UpdateEcoItemSetup
          • Members
          • UpdateEcoItemSetup Constructor
          • Properties
            • AppliesTo Property
            • ApplyPartRevisionObjid Property
            • EcoHeaderIDNum Property
            • EcoItemObjid Property
            • IsActive Property
            • ResultPartRevisionObjid Property
        • UpdateEcoLaborDetailSetup
          • Members
          • UpdateEcoLaborDetailSetup Constructor
          • Properties
            • Description Property
            • EcoDetailObjid Property
            • EcoHeaderIDNum Property
            • ElapsedTime Property
            • IsRequired Property
            • LaborType Property
            • Status Property
        • UpdateEcoMaterialDetailSetup
          • Members
          • UpdateEcoMaterialDetailSetup Constructor
          • Properties
            • Description Property
            • EcoDetailObjid Property
            • EcoHeaderIDNum Property
            • ElapsedTime Property
            • IsRequired Property
            • Location Property
            • PartRevisionObjid Property
            • Status Property
    • FChoice.Toolkits.Clarify.FieldOps Namespace
      • Classes
        • AddServiceInterruptionResult
          • Members
          • AddServiceInterruptionResult Constructor
          • Properties
            • ScheduleObjid Property
        • AddServiceInterruptionSetup
          • Members
          • AddServiceInterruptionSetup Constructor
          • Properties
            • CaseIDNum Property
            • CreateDate Property
            • Description Property
            • Duration Property
            • EndDate Property
            • ServiceClass Property
            • ServiceType Property
            • SitePartObjid Property
            • StartDate Property
            • UserName Property
        • CreateAppointmentResult
          • Members
          • CreateAppointmentResult Constructor
          • Properties
            • ScheduleObjid Property
        • CreateAppointmentSetup
          • Members
          • CreateAppointmentSetup Constructor
            • CreateAppointmentSetup Constructor(DateTime,DateTime)
            • CreateAppointmentSetup Constructor(DateTime,TimeSpan)
            • CreateAppointmentSetup Constructor(TimeSpan,DateTime)
          • Properties
            • AppointmentClass Property
            • AppointmentType Property
            • CaseIDNum Property
            • CellText Property
            • CreateDate Property
            • Description Property
            • Duration Property
            • EmployeeFirstName Property
            • EmployeeLastName Property
            • EndDate Property
            • SitePartObjid Property
            • StartDate Property
            • UserName Property
        • CreateExpenseLogResult
          • Members
          • CreateExpenseLogResult Constructor
          • Properties
            • OnsiteLogObjid Property
        • CreateExpenseLogSetup
          • Members
          • CreateExpenseLogSetup Constructor
          • Properties
            • BillTo Property
            • CaseIDNum Property
            • CreateDate Property
            • ExpenseType Property
            • IsBillable Property
            • Notes Property
            • OnsiteLogObjid Property
            • PerformedByUserName Property
            • Quantity Property
            • Rate Property
            • Resolution Property
            • UserName Property
        • CreateOnsiteLogSetup
          • Members
          • CreateOnsiteLogSetup Constructor
          • Properties
            • CreateDate Property
            • LastModifiedDate Property
            • Notes Property
            • ObjectIDNum Property
            • ObjectType Property
            • PerformedByUserName Property
            • Resolution Property
            • UserName Property
        • CreateTimeLogResult
          • Members
          • CreateTimeLogResult Constructor
          • Properties
            • OnsiteLogObjid Property
        • CreateTimeLogSetup
          • Members
          • CreateTimeLogSetup Constructor
          • Properties
            • BillTo Property
            • CaseIDNum Property
            • CreateDate Property
            • Duration Property
            • IsBillable Property
            • Notes Property
            • OnsiteLogObjid Property
            • PerformedByUserName Property
            • Resolution Property
            • StartDate Property
            • TimeType Property
            • UserName Property
            • WorkCenter Property
        • DeinstallSitePartSetup
          • Members
          • DeinstallSitePartSetup Constructor
          • Properties
            • DeinstallDate Property
            • SitePartObjid Property
            • UseRemove Property
            • UserName Property
        • DeleteAppointmentSetup
          • Members
          • DeleteAppointmentSetup Constructor
          • Properties
            • AppointmentObjid Property
            • CreateDate Property
            • UserName Property
        • DeleteExpenseLogSetup
          • Members
          • DeleteExpenseLogSetup Constructor
          • Properties
            • ExpenseLogObjid Property
            • LastModifiedDate Property
            • UserName Property
        • DeleteOnsiteLogSetup
          • Members
          • DeleteOnsiteLogSetup Constructor
          • Properties
            • NoteDate Property
            • OnsiteLogObjid Property
            • UserName Property
        • DeleteServiceInterruptionSetup
          • Members
          • DeleteServiceInterruptionSetup Constructor
          • Properties
            • AppointmentObjid Property
            • CreateDate Property
            • UserName Property
        • DeleteTimeLogSetup
          • Members
          • DeleteTimeLogSetup Constructor
          • Properties
            • LastModifiedDate Property
            • TimeLogObjid Property
            • UserName Property
        • DispatchFieldEngineerSetup
          • Members
          • DispatchFieldEngineerSetup Constructor
          • Properties
            • Address1 Property
            • Address2 Property
            • AlternatePhone Property
            • AppointmentConfirmed Property
            • AppointmentDate Property
            • CaseIDNum Property
            • CellText Property
            • City Property
            • ContactFirstName Property
            • ContactLastName Property
            • Description Property
            • DispatchDate Property
            • Duration Property
            • GenerateTimeBombs Property
            • MainPhone Property
            • Notes Property
            • PaymentMethod Property
            • Proxy Property
            • ReferenceNumber Property
            • RequestedETADate Property
            • SiteIDNum Property
            • State Property
            • UserName Property
            • WorkOrder Property
            • ZipCode Property
        • FieldOpsToolkit
          • Members
          • FieldOpsToolkit Constructor
            • FieldOpsToolkit Constructor(ClarifySession)
            • FieldOpsToolkit Constructor(IFCApplication,IFCSession)
          • Methods
            • AddServiceInterruption Method
              • AddServiceInterruption(String) Method
              • AddServiceInterruption(AddServiceInterruptionSetup) Method
              • AddServiceInterruption(AddServiceInterruptionSetup,IDbTransaction) Method
            • CreateAppointment Method
              • CreateAppointment(DateTime,DateTime) Method
              • CreateAppointment(DateTime,TimeSpan) Method
              • CreateAppointment(TimeSpan,DateTime) Method
              • CreateAppointment(CreateAppointmentSetup) Method
              • CreateAppointment(CreateAppointmentSetup,IDbTransaction) Method
            • CreateExpenseLog Method
              • CreateExpenseLog(Int32) Method
              • CreateExpenseLog(CreateExpenseLogSetup) Method
              • CreateExpenseLog(CreateExpenseLogSetup,IDbTransaction) Method
            • CreateOnsiteLog Method
              • CreateOnsiteLog(CaseObjectType,String) Method
              • CreateOnsiteLog(CreateOnsiteLogSetup) Method
              • CreateOnsiteLog(CreateOnsiteLogSetup,IDbTransaction) Method
            • CreateTimeLog Method
              • CreateTimeLog(Int32,DateTime,TimeSpan) Method
              • CreateTimeLog(CreateTimeLogSetup) Method
              • CreateTimeLog(CreateTimeLogSetup,IDbTransaction) Method
            • DeinstallSitePart Method
              • DeinstallSitePart(Int32) Method
              • DeinstallSitePart(DeinstallSitePartSetup) Method
              • DeinstallSitePart(DeinstallSitePartSetup,IDbTransaction) Method
            • DeleteAppointment Method
              • DeleteAppointment(Int32) Method
              • DeleteAppointment(DeleteAppointmentSetup) Method
              • DeleteAppointment(DeleteAppointmentSetup,IDbTransaction) Method
            • DeleteExpenseLog Method
              • DeleteExpenseLog(Int32) Method
              • DeleteExpenseLog(DeleteExpenseLogSetup) Method
              • DeleteExpenseLog(DeleteExpenseLogSetup,IDbTransaction) Method
            • DeleteOnsiteLog Method
              • DeleteOnsiteLog(Int32) Method
              • DeleteOnsiteLog(DeleteOnsiteLogSetup) Method
              • DeleteOnsiteLog(DeleteOnsiteLogSetup,IDbTransaction) Method
            • DeleteServiceInterruption Method
              • DeleteServiceInterruption(Int32) Method
              • DeleteServiceInterruption(DeleteServiceInterruptionSetup) Method
              • DeleteServiceInterruption(DeleteServiceInterruptionSetup,IDbTransaction) Method
            • DeleteTimeLog Method
              • DeleteTimeLog(Int32) Method
              • DeleteTimeLog(DeleteTimeLogSetup) Method
              • DeleteTimeLog(DeleteTimeLogSetup,IDbTransaction) Method
            • DispatchFieldEngineer Method
              • DispatchFieldEngineer(String) Method
              • DispatchFieldEngineer(DispatchFieldEngineerSetup) Method
              • DispatchFieldEngineer(DispatchFieldEngineerSetup,IDbTransaction) Method
            • InstallSitePart Method
              • InstallSitePart(String,String,String,String,Int32) Method
              • InstallSitePart(String,String,String,String,String) Method
              • InstallSitePart(InstallSitePartSetup) Method
              • InstallSitePart(InstallSitePartSetup,IDbTransaction) Method
            • LogPartsUsedConsume Method
              • LogPartsUsedConsume(String,String,String,String,String) Method
              • LogPartsUsedConsume(String,String,String,String,Int32) Method
              • LogPartsUsedConsume(String,String,String,String,String,String) Method
              • LogPartsUsedConsume(String,String,String,String,String,Int32) Method
              • LogPartsUsedConsume(LogPartsUsedConsumeSetup) Method
              • LogPartsUsedConsume(LogPartsUsedConsumeSetup,IDbTransaction) Method
            • LogPartsUsedExchange Method
              • LogPartsUsedExchange(String,Int32,String,String,String,String) Method
              • LogPartsUsedExchange(String,Int32,String,String,String,Int32) Method
              • LogPartsUsedExchange(String,String,Int32,String,String,String,String) Method
              • LogPartsUsedExchange(String,String,Int32,String,String,String,Int32) Method
              • LogPartsUsedExchange(LogPartsUsedExchangeSetup) Method
              • LogPartsUsedExchange(LogPartsUsedExchangeSetup,IDbTransaction) Method
            • LogPartsUsedInstall Method
              • LogPartsUsedInstall(String,String,String,String,String) Method
              • LogPartsUsedInstall(String,String,String,String,Int32) Method
              • LogPartsUsedInstall(String,String,String,String,String,String) Method
              • LogPartsUsedInstall(String,String,String,String,String,Int32) Method
              • LogPartsUsedInstall(LogPartsUsedInstallSetup) Method
              • LogPartsUsedInstall(LogPartsUsedInstallSetup,IDbTransaction) Method
            • LogPartsUsedRemove Method
              • LogPartsUsedRemove(String,Int32) Method
              • LogPartsUsedRemove(String,String,Int32) Method
              • LogPartsUsedRemove(LogPartsUsedRemoveSetup) Method
              • LogPartsUsedRemove(LogPartsUsedRemoveSetup,IDbTransaction) Method
            • LogPartsUsedUpgrade Method
              • LogPartsUsedUpgrade(String,Int32,String,String,String,String) Method
              • LogPartsUsedUpgrade(String,Int32,String,String,String,Int32) Method
              • LogPartsUsedUpgrade(String,String,Int32,String,String,String,String) Method
              • LogPartsUsedUpgrade(String,String,Int32,String,String,String,Int32) Method
              • LogPartsUsedUpgrade(LogPartsUsedUpgradeSetup) Method
              • LogPartsUsedUpgrade(LogPartsUsedUpgradeSetup,IDbTransaction) Method
            • MoveSitePartToBin Method
              • MoveSitePartToBin(Int32,Int32) Method
              • MoveSitePartToBin(MoveSitePartToBinSetup) Method
              • MoveSitePartToBin(MoveSitePartToBinSetup,IDbTransaction) Method
            • MoveSitePartToPart Method
              • MoveSitePartToPart(Int32,Int32) Method
              • MoveSitePartToPart(MoveSitePartToPartSetup) Method
              • MoveSitePartToPart(MoveSitePartToPartSetup,IDbTransaction) Method
            • MoveSitePartToSite Method
              • MoveSitePartToSite(Int32,String) Method
              • MoveSitePartToSite(MoveSitePartToSiteSetup) Method
              • MoveSitePartToSite(MoveSitePartToSiteSetup,IDbTransaction) Method
            • PartTransfer Method
              • PartTransfer(String,String,String,Int32,Location,Location) Method
              • PartTransfer(String,String,String,String,Location,Location) Method
              • PartTransfer(PartTransferSetup) Method
              • PartTransfer(PartTransferSetup,IDbTransaction) Method
            • ReinstallSitePart Method
              • ReinstallSitePart(Int32,String) Method
              • ReinstallSitePart(ReinstallSitePartSetup) Method
              • ReinstallSitePart(ReinstallSitePartSetup,IDbTransaction) Method
            • UpdateAppointment Method
              • UpdateAppointment(UpdateAppointmentSetup) Method
              • UpdateAppointment(UpdateAppointmentSetup,IDbTransaction) Method
            • UpdateExpenseLog Method
              • UpdateExpenseLog(Int32,Double,Double) Method
              • UpdateExpenseLog(UpdateExpenseLogSetup) Method
              • UpdateExpenseLog(UpdateExpenseLogSetup,IDbTransaction) Method
            • UpdateServiceInterruption Method
              • UpdateServiceInterruption(UpdateServiceInterruptionSetup) Method
              • UpdateServiceInterruption(UpdateServiceInterruptionSetup,IDbTransaction) Method
            • UpdateSitePart Method
              • UpdateSitePart(UpdateSitePartSetup) Method
              • UpdateSitePart(UpdateSitePartSetup,IDbTransaction) Method
            • UpdateTimeLog Method
              • UpdateTimeLog(UpdateTimeLogSetup) Method
              • UpdateTimeLog(UpdateTimeLogSetup,IDbTransaction) Method
        • FieldOpsToolkitBase
          • Members
        • InstallSitePartSetup
          • Members
          • InstallSitePartSetup Constructor
            • InstallSitePartSetup Constructor(String,String,String,String,Int32)
            • InstallSitePartSetup Constructor(String,String,String,String,String)
          • Properties
            • AddActivityLog Property
            • AdditionalFields Property
            • Comments Property
            • InstallDate Property
            • InstanceName Property
            • InvoiceNumber Property
            • ParentBinObjid Property
            • ParentSitePartObjid Property
            • PartDomain Property
            • PartNumber Property
            • PartRevision Property
            • PartStatus Property
            • Quantity Property
            • SerialNumber Property
            • ShipDate Property
            • SiteIDNum Property
            • UserName Property
        • LogPartsUsedConsumeSetup
          • Members
          • LogPartsUsedConsumeSetup Constructor
            • LogPartsUsedConsumeSetup Constructor(String,String,String,String,String)
            • LogPartsUsedConsumeSetup Constructor(String,String,String,String,Int32)
            • LogPartsUsedConsumeSetup Constructor(String,String,String,String,String,String)
            • LogPartsUsedConsumeSetup Constructor(String,String,String,String,String,Int32)
          • Properties
            • AllowMove Property
            • CaseIDNum Property
            • EngineerUserName Property
            • FromBin Property
            • FromContainer Property
            • FromGood Property
            • FromLocation Property
            • InstallAtSite Property
            • InstallPartDomain Property
            • InstallPartNumber Property
            • InstallPartRevision Property
            • InstallPrice Property
            • InstallQuantity Property
            • InstallSerialNumber Property
            • LogDate Property
            • ParentSitePartObjid Property
            • PartRequestDetailIDNum Property
            • UserName Property
        • LogPartsUsedExchangeSetup
          • Members
          • LogPartsUsedExchangeSetup Constructor
            • LogPartsUsedExchangeSetup Constructor(String,Int32,String,String,String,String)
            • LogPartsUsedExchangeSetup Constructor(String,Int32,String,String,String,Int32)
            • LogPartsUsedExchangeSetup Constructor(String,String,Int32,String,String,String,String)
            • LogPartsUsedExchangeSetup Constructor(String,String,Int32,String,String,String,Int32)
          • Properties
            • AllowMove Property
            • CaseIDNum Property
            • EngineerUserName Property
            • FailureCode Property
            • FromBin Property
            • FromContainer Property
            • FromGood Property
            • FromLocation Property
            • InstallAtSite Property
            • InstallPartDomain Property
            • InstallPartNumber Property
            • InstallPartRevision Property
            • InstallPrice Property
            • InstallQuantity Property
            • InstallSerialNumber Property
            • LogDate Property
            • ParentSitePartObjid Property
            • PartRequestDetailIDNum Property
            • RemoveSitePartObjid Property
            • ToBin Property
            • ToContainer Property
            • ToGood Property
            • ToLocation Property
            • UserName Property
        • LogPartsUsedInstallSetup
          • Members
          • LogPartsUsedInstallSetup Constructor
            • LogPartsUsedInstallSetup Constructor(String,String,String,String,String)
            • LogPartsUsedInstallSetup Constructor(String,String,String,String,Int32)
            • LogPartsUsedInstallSetup Constructor(String,String,String,String,String,String)
            • LogPartsUsedInstallSetup Constructor(String,String,String,String,String,Int32)
          • Properties
            • AllowMove Property
            • CaseIDNum Property
            • EngineerUserName Property
            • FromBin Property
            • FromContainer Property
            • FromGood Property
            • FromLocation Property
            • InstallAtSite Property
            • InstallPartDomain Property
            • InstallPartNumber Property
            • InstallPartRevision Property
            • InstallPrice Property
            • InstallQuantity Property
            • InstallSerialNumber Property
            • LogDate Property
            • ParentSitePartObjid Property
            • PartRequestDetailIDNum Property
            • UserName Property
        • LogPartsUsedRemoveSetup
          • Members
          • LogPartsUsedRemoveSetup Constructor
            • LogPartsUsedRemoveSetup Constructor(String,Int32)
            • LogPartsUsedRemoveSetup Constructor(String,String,Int32)
          • Properties
            • AllowMove Property
            • CaseIDNum Property
            • EngineerUserName Property
            • FailureCode Property
            • InstallAtSite Property
            • LogDate Property
            • ParentSitePartObjid Property
            • PartRequestDetailIDNum Property
            • RemoveQuantity Property
            • RemoveSitePartObjid Property
            • ToBin Property
            • ToContainer Property
            • ToGood Property
            • ToLocation Property
            • UserName Property
        • LogPartsUsedUpgradeSetup
          • Members
          • LogPartsUsedUpgradeSetup Constructor
            • LogPartsUsedUpgradeSetup Constructor(String,Int32,String,String,String,String)
            • LogPartsUsedUpgradeSetup Constructor(String,Int32,String,String,String,Int32)
            • LogPartsUsedUpgradeSetup Constructor(String,String,Int32,String,String,String,String)
            • LogPartsUsedUpgradeSetup Constructor(String,String,Int32,String,String,String,Int32)
          • Properties
            • AllowMove Property
            • CaseIDNum Property
            • EngineerUserName Property
            • FailureCode Property
            • FromBin Property
            • FromContainer Property
            • FromGood Property
            • FromLocation Property
            • InstallAtSite Property
            • InstallPartDomain Property
            • InstallPartNumber Property
            • InstallPartRevision Property
            • InstallPrice Property
            • InstallQuantity Property
            • InstallSerialNumber Property
            • LogDate Property
            • ParentSitePartObjid Property
            • PartRequestDetailIDNum Property
            • RemoveSitePartObjid Property
            • ToBin Property
            • ToContainer Property
            • ToGood Property
            • ToLocation Property
            • UserName Property
        • MoveSitePartToBinSetup
          • Members
          • MoveSitePartToBinSetup Constructor
          • Properties
            • AddActivityLog Property
            • InstallAndMove Property
            • MoveDate Property
            • ParentBinObjid Property
            • SitePartObjid Property
            • UserName Property
        • MoveSitePartToPartSetup
          • Members
          • MoveSitePartToPartSetup Constructor
          • Properties
            • AddActivityLog Property
            • InstallAndMove Property
            • MoveDate Property
            • ParentSitePartObjid Property
            • SitePartObjid Property
            • UserName Property
        • MoveSitePartToSiteSetup
          • Members
          • MoveSitePartToSiteSetup Constructor
          • Properties
            • AddActivityLog Property
            • InstallAndMove Property
            • MoveDate Property
            • SiteIDNum Property
            • SitePartObjid Property
            • UserName Property
        • PartTransferResult
          • Members
          • PartTransferResult Constructor
          • Properties
            • StandardCost Property
            • TransactionIDNum Property
        • PartTransferSetup
          • Members
          • PartTransferSetup Constructor
            • PartTransferSetup Constructor(String,String,String,Int32,Location,Location)
            • PartTransferSetup Constructor(String,String,String,String,Location,Location)
          • Properties
            • FromGood Property
            • FromLocation Property
            • GenerateTimeBombs Property
            • Notes Property
            • PartDomain Property
            • PartNumber Property
            • PartRevision Property
            • Quantity Property
            • ReferenceIDNum Property
            • SerialNumber Property
            • ToGood Property
            • ToLocation Property
            • TransferDate Property
            • UserName Property
        • ReinstallSitePartSetup
          • Members
          • ReinstallSitePartSetup Constructor
          • Properties
            • AddActivityLog Property
            • ParentBinObjid Property
            • ParentSitePartObjid Property
            • ReinstallDate Property
            • SiteIDNum Property
            • SitePartObjid Property
            • UseInstall Property
            • UserName Property
        • StageInventoryToolkit
          • Members
          • StageInventoryToolkit Constructor
          • Methods
            • StageInstallForInventoryBin Method
          • Fields
            • StagedFrom Field
            • StagedTo Field
        • UpdateAppointmentSetup
          • Members
          • UpdateAppointmentSetup Constructor
          • Properties
            • AppointmentClass Property
            • AppointmentObjid Property
            • AppointmentType Property
            • CellText Property
            • CreateDate Property
            • Description Property
            • Duration Property
            • EndDate Property
            • StartDate Property
            • UserName Property
        • UpdateExpenseLogSetup
          • Members
          • UpdateExpenseLogSetup Constructor
          • Properties
            • BillTo Property
            • CreateDate Property
            • ExpenseLogObjid Property
            • ExpenseType Property
            • IsBillable Property
            • Notes Property
            • PerformedByUserName Property
            • Quantity Property
            • Rate Property
            • Resolution Property
            • UserName Property
        • UpdateServiceInterruptionSetup
          • Members
          • UpdateServiceInterruptionSetup Constructor
          • Properties
            • AppointmentObjid Property
            • CreateDate Property
            • Description Property
            • Duration Property
            • EndDate Property
            • ServiceClass Property
            • ServiceType Property
            • StartDate Property
            • UserName Property
        • UpdateSitePartSetup
          • Members
          • UpdateSitePartSetup Constructor
          • Properties
            • AddActivityLog Property
            • AdditionalFields Property
            • Comments Property
            • InstallDate Property
            • InstanceName Property
            • InvoiceNumber Property
            • PartRevision Property
            • PartStatus Property
            • Quantity Property
            • SerialNumber Property
            • ServiceEndDate Property
            • ShipDate Property
            • SitePartObjid Property
            • UserName Property
            • WarrantyDate Property
        • UpdateTimeLogSetup
          • Members
          • UpdateTimeLogSetup Constructor
          • Properties
            • BillTo Property
            • CreateDate Property
            • Duration Property
            • IsBillable Property
            • Notes Property
            • PerformedByUserName Property
            • Resolution Property
            • StartTime Property
            • TimeLogObjid Property
            • TimeType Property
            • UserName Property
            • WorkCenter Property
    • FChoice.Toolkits.Clarify.Interfaces Namespace
      • Classes
        • AcceptSolutionSetup
          • Members
          • AcceptSolutionSetup Constructor
          • Properties
            • AcceptDate Property
            • GenerateTimeBombs Property
            • SolutionIDNum Property
            • UserName Property
            • WipBin Property
        • AddContactToContractSetup
          • Members
          • AddContactToContractSetup Constructor
          • Properties
            • ContactFirstName Property
            • ContactLastName Property
            • ContactPhone Property
            • ContractIDNum Property
            • SiteIDNum Property
        • AddEmployeeToAccountSetup
          • Members
          • AddEmployeeToAccountSetup Constructor
          • Properties
            • AccountIDNum Property
            • RoleName Property
            • UserName Property
        • AddSitePartToContractSetup
          • Members
          • AddSitePartToContractSetup Constructor
          • Properties
            • ContractIDNum Property
            • SiteIDNum Property
            • SitePartObjid Property
        • AddSiteToAccountSetup
          • Members
          • AddSiteToAccountSetup Constructor
          • Properties
            • AccountIDNum Property
            • RoleName Property
            • SiteIDNum Property
        • AddSiteToContractSetup
          • Members
          • AddSiteToContractSetup Constructor
          • Properties
            • ContractIDNum Property
            • SiteIDNum Property
        • AddUserToQueueSetup
          • Members
          • AddUserToQueueSetup Constructor
          • Properties
            • IsSupervisor Property
            • Queue Property
            • UserName Property
        • AddWorkaroundSetup
          • Members
          • AddWorkaroundSetup Constructor
            • AddWorkaroundSetup Constructor(String,String)
            • AddWorkaroundSetup Constructor(Int32,String)
          • Properties
            • AdditionalFields Property
            • CreateDate Property
            • IsPublic Property
            • ResolutionCode Property
            • SolutionIDNum Property
            • SolutionObjid Property
            • Workaround Property
        • AssignSolutionSetup
          • Members
          • AssignSolutionSetup Constructor
          • Properties
            • AssignDate Property
            • GenerateTimeBombs Property
            • NewUser Property
            • SolutionIDNum Property
            • UserName Property
            • WipBin Property
        • CreateAccountSetup
          • Members
          • CreateAccountSetup Constructor
          • Properties
            • AccountName Property
            • AccountType Property
            • AdditionalFields Property
            • CreateDate Property
            • Description Property
            • Fax Property
            • FiscalYear Property
            • GenerateTimeBombs Property
            • Ownership Property
            • Phone Property
            • Revenue Property
            • Size Property
            • Stock Property
            • Territory Property
            • UserName Property
            • WebSite Property
        • CreateAddressSetup
          • Members
          • CreateAddressSetup Constructor
          • Properties
            • AdditionalFields Property
            • Address1 Property
            • Address2 Property
            • City Property
            • Country Property
            • IsShortState Property
            • State Property
            • TimeZone Property
            • ZipCode Property
        • CreateBOMSetup
          • Members
          • CreateBOMSetup Constructor
          • Properties
            • ChildPartDomain Property
            • ChildPartNumber Property
            • ChildPartRevision Property
            • ParentPartDomain Property
            • ParentPartNumber Property
            • ParentPartRevision Property
            • Quantity Property
        • CreateChannelSetup
          • Members
          • CreateChannelSetup Constructor
          • Properties
            • AdditionalFields Property
            • AllowInbound Property
            • AllowOutbound Property
            • Description Property
            • Designation Property
            • IsActive Property
            • Location Property
            • MediumObjid Property
            • Title Property
        • CreateCommunicationSetup
          • Members
          • CreateCommunicationSetup Constructor
          • Properties
            • AdditionalFields Property
            • AutoExec Property
            • BCCRecipients Property
            • CCRecipients Property
            • ChannelObjid Property
            • Created Property
            • DeliveryStatus Property
            • DialogIDNumber Property
            • Direction Property
            • GenerateTimeBombs Property
            • Message Property
            • MessageId Property
            • MessageSent Property
            • Priority Property
            • Recipients Property
            • ReplyTo Property
            • Sender Property
            • Title Property
            • UserName Property
        • CreateContactSetup
          • Members
          • CreateContactSetup Constructor
          • Properties
            • AdditionalFields Property
            • Email Property
            • Fax Property
            • FirstName Property
            • Hours Property
            • LastName Property
            • MailStop Property
            • Phone Property
            • RoleName Property
            • Salutation Property
            • SiteIDNum Property
            • Title Property
        • CreateContractSetup
          • Members
          • CreateContractSetup Constructor
          • Properties
            • AdditionalFields Property
            • BusinessHoursForPM Property
            • ContractType Property
            • ExpireDate Property
            • Notes Property
            • OnsiteResponseDuration Property
            • PayOptions Property
            • PhoneResponseDuration Property
            • PONumber Property
            • StartDate Property
            • Status Property
            • UnitsAvailable Property
            • UnitsPurchased Property
            • UnitsUsed Property
            • UnitType Property
            • UseSpecialConsiderations Property
        • CreateCountrySetup
          • Members
          • CreateCountrySetup Constructor
          • Properties
            • Country Property
            • CountryCode Property
            • Currency Property
            • CurrencyConversionRate Property
            • CurrencyDescription Property
            • CurrencyISOCode Property
            • CurrencySymbol Property
        • CreateDialogueSetup
          • Members
          • CreateDialogueSetup Constructor
          • Properties
            • AdditionalFields Property
            • Created Property
            • GenerateTimeBombs Property
            • Priority Property
            • Status Property
            • Title Property
            • UserName Property
        • CreateEmployeeResult
          • Members
          • CreateEmployeeResult Constructor
          • Properties
            • EmployeeObjid Property
            • UserObjid Property
        • CreateEmployeeSetup
          • Members
          • CreateEmployeeSetup Constructor
          • Properties
            • AdditionalFields Property
            • AfterBusinessHoursHigh Property
            • AfterBusinessHoursLow Property
            • AfterBusinessHoursMed Property
            • AllowProxy Property
            • DefaultTablespace Property
            • DefaultWipBinTitle Property
            • Email Property
            • EmployeeIdentifier Property
            • FirstName Property
            • IsActive Property
            • IsFieldEngineer Property
            • IsSupervisor Property
            • LaborRate Property
            • LastName Property
            • LoginName Property
            • NormalBusinessHoursHigh Property
            • NormalBusinessHoursLow Property
            • NormalBusinessHoursMed Property
            • OfflinePrivilegeClass Property
            • OnlinePrivilegeClass Property
            • Pager Property
            • Password Property
            • Phone Property
            • ResourceConfig Property
            • SiteIDNum Property
            • StartDate Property
            • Supervisor Property
            • TempTablespace Property
            • UseDatabaseLogins Property
            • WorkGroup Property
            • WorkGroupStartDate Property
        • CreateInteractionSetup
          • Members
          • CreateInteractionSetup Constructor
          • Properties
            • AdditionalFields Property
            • ContactFirstName Property
            • ContactLastName Property
            • ContactPhone Property
            • Direction Property
            • Duration Property
            • EnteredDuration Property
            • FeeBased Property
            • GenerateTimeBombs Property
            • InteractionType Property
            • IsDoneInOne Property
            • LeadSource Property
            • Notes Property
            • Origin Property
            • PayOption Property
            • ProductName Property
            • Reason1 Property
            • Reason2 Property
            • Result Property
            • StartDate Property
            • Title Property
            • UserName Property
            • WaitDuration Property
            • ZipCode Property
        • CreatePartRevisionSetup
          • Members
          • CreatePartRevisionSetup Constructor
          • Properties
            • PartDomain Property
            • PartNumber Property
            • PartRevision Property
            • ReplaceDate Property
            • ReplacePartDomain Property
            • ReplacePartNumber Property
            • ReplacePartRevision Property
            • Status Property
        • CreatePartSetup
          • Members
          • CreatePartSetup Constructor
          • Properties
            • AdditionalFields Property
            • Description Property
            • Dimension Property
            • Family Property
            • Line Property
            • ModelNumber Property
            • Notes Property
            • PartClass Property
            • PartDomain Property
            • PartNumber Property
            • PartType Property
            • RepairType Property
            • UnitMeasure Property
            • WarrantyDays Property
            • WarrantyStartOnShipment Property
            • Weight Property
        • CreatePriceInstanceSetup
          • Members
          • CreatePriceInstanceSetup Constructor
          • Properties
            • EndDate Property
            • PartDomain Property
            • PartNumber Property
            • PartRevision Property
            • Price Property
            • PricedQuantity Property
            • PriceProgram Property
            • PriceType Property
            • StartDate Property
        • CreateProductBinSetup
          • Members
          • CreateProductBinSetup Constructor
          • Properties
            • BinName Property
            • CreateDate Property
            • Description Property
            • ParentBinObjid Property
            • PrimarySupportEmployeeObjid Property
            • SecondarySupportEmployeeObjid Property
            • SiteIDNum Property
            • UserName Property
        • CreateQueueSetup
          • Members
          • CreateQueueSetup Constructor
          • Properties
            • AllowActionItem Property
            • AllowCase Property
            • AllowContract Property
            • AllowCR Property
            • AllowDemandDetail Property
            • AllowDialogue Property
            • AllowJob Property
            • AllowOpportunity Property
            • AllowSolution Property
            • AllowSubcase Property
            • Description Property
            • IsPersonal Property
            • Supervisor Property
            • Title Property
        • CreateSiteSetup
          • Members
          • CreateSiteSetup Constructor
          • Properties
            • AccountIDNum Property
            • AdditionalFields Property
            • BillingAddressObjid Property
            • District Property
            • IndustryType Property
            • ParentSiteIDNum Property
            • PrimaryAddressObjid Property
            • PrimarySupportEmployeeObjid Property
            • PrimaryUse Property
            • Region Property
            • SecondarySupportEmployeeObjid Property
            • ShippingAddressObjid Property
            • SiteIDNum Property
            • SiteName Property
            • SiteType Property
            • Status Property
            • SupportOfficeSiteIDNum Property
        • CreateSolutionResult
          • Members
          • CreateSolutionResult Constructor
          • Properties
            • WorkaroundObjid Property
        • CreateSolutionSetup
          • Members
          • CreateSolutionSetup Constructor
          • Properties
            • AdditionalFields Property
            • CreateDate Property
            • Description Property
            • GenerateTimeBombs Property
            • IsPublic Property
            • Queue Property
            • ResolutionCode Property
            • Title Property
            • UserName Property
            • Workaround Property
        • CreateStateSetup
          • Members
          • CreateStateSetup Constructor
          • Properties
            • Country Property
            • FullName Property
            • IsDefault Property
            • State Property
        • CreateTimeZoneSetup
          • Members
          • CreateTimeZoneSetup Constructor
          • Properties
            • Country Property
            • FullName Property
            • GMTDifference Property
            • TimeZone Property
        • CreateWipBinSetup
          • Members
          • CreateWipBinSetup Constructor
          • Properties
            • Description Property
            • IsDefaultBin Property
            • Title Property
            • UserName Property
        • DeinstallSitePartSetup
          • Members
          • DeinstallSitePartSetup Constructor
          • Properties
            • DeinstallDate Property
            • SitePartObjid Property
            • UseRemove Property
            • UserName Property
        • DeleteProductBinSetup
          • Members
          • DeleteProductBinSetup Constructor
          • Properties
            • BinObjid Property
            • DeleteDate Property
            • UserName Property
        • DispatchSolutionSetup
          • Members
          • DispatchSolutionSetup Constructor
          • Properties
            • DispatchDate Property
            • GenerateTimeBombs Property
            • Queue Property
            • SolutionIDNum Property
            • UserName Property
        • ForwardSolutionSetup
          • Members
          • ForwardSolutionSetup Constructor
          • Properties
            • ForwardDate Property
            • GenerateTimeBombs Property
            • NewQueue Property
            • Notes Property
            • SolutionIDNum Property
            • UserName Property
        • InstallSitePartToBinSetup
          • Members
          • InstallSitePartToBinSetup Constructor
            • InstallSitePartToBinSetup Constructor(String,Int32,String,String,String,Int32)
            • InstallSitePartToBinSetup Constructor(String,String,String,String,String)
          • Properties
            • AddActivityLog Property
            • AdditionalFields Property
            • Comments Property
            • InstallDate Property
            • InstanceName Property
            • InvoiceNumber Property
            • ParentBinObjid Property
            • PartDomain Property
            • PartNumber Property
            • PartRevision Property
            • PartStatus Property
            • Quantity Property
            • SerialNumber Property
            • ShipDate Property
            • SiteIDNum Property
            • UserName Property
        • InstallSitePartToPartSetup
          • Members
          • InstallSitePartToPartSetup Constructor
            • InstallSitePartToPartSetup Constructor(String,Int32,String,String,String,Int32)
            • InstallSitePartToPartSetup Constructor(String,String,String,String,String)
          • Properties
            • AddActivityLog Property
            • AdditionalFields Property
            • Comments Property
            • InstallDate Property
            • InstanceName Property
            • InvoiceNumber Property
            • ParentSitePartObjid Property
            • PartDomain Property
            • PartNumber Property
            • PartRevision Property
            • PartStatus Property
            • Quantity Property
            • SerialNumber Property
            • ShipDate Property
            • SiteIDNum Property
            • UserName Property
        • InstallSitePartToSiteSetup
          • Members
          • InstallSitePartToSiteSetup Constructor
            • InstallSitePartToSiteSetup Constructor(String,String,String,String,Int32)
            • InstallSitePartToSiteSetup Constructor(String,String,String,String,String)
          • Properties
            • AddActivityLog Property
            • AdditionalFields Property
            • Comments Property
            • InstallDate Property
            • InstanceName Property
            • InvoiceNumber Property
            • PartDomain Property
            • PartNumber Property
            • PartRevision Property
            • PartStatus Property
            • Quantity Property
            • SerialNumber Property
            • ShipDate Property
            • SiteIDNum Property
            • UserName Property
        • InterfacesToolkit
          • Members
          • InterfacesToolkit Constructor
            • InterfacesToolkit Constructor(ClarifySession)
            • InterfacesToolkit Constructor(IFCApplication,IFCSession)
          • Methods
            • AcceptSolution Method
              • AcceptSolution(String) Method
              • AcceptSolution(AcceptSolutionSetup) Method
              • AcceptSolution(AcceptSolutionSetup,IDbTransaction) Method
            • AddContactToContract Method
              • AddContactToContract(String,String,String,String,String) Method
              • AddContactToContract(AddContactToContractSetup) Method
              • AddContactToContract(AddContactToContractSetup,IDbTransaction) Method
            • AddEmployeeToAccount Method
              • AddEmployeeToAccount(String,String) Method
              • AddEmployeeToAccount(AddEmployeeToAccountSetup) Method
              • AddEmployeeToAccount(AddEmployeeToAccountSetup,IDbTransaction) Method
            • AddSitePartToContract Method
              • AddSitePartToContract(String,String,Int32) Method
              • AddSitePartToContract(AddSitePartToContractSetup) Method
              • AddSitePartToContract(AddSitePartToContractSetup,IDbTransaction) Method
            • AddSiteToAccount Method
              • AddSiteToAccount(String,String,String) Method
              • AddSiteToAccount(AddSiteToAccountSetup) Method
              • AddSiteToAccount(AddSiteToAccountSetup,IDbTransaction) Method
            • AddSiteToContract Method
              • AddSiteToContract(String,String) Method
              • AddSiteToContract(AddSiteToContractSetup) Method
              • AddSiteToContract(AddSiteToContractSetup,IDbTransaction) Method
            • AddUserToQueue Method
              • AddUserToQueue(String,String) Method
              • AddUserToQueue(AddUserToQueueSetup) Method
              • AddUserToQueue(AddUserToQueueSetup,IDbTransaction) Method
            • AddWorkaround Method
              • AddWorkaround(String,String) Method
              • AddWorkaround(Int32,String) Method
              • AddWorkaround(AddWorkaroundSetup) Method
              • AddWorkaround(AddWorkaroundSetup,IDbTransaction) Method
            • AssignSolution Method
              • AssignSolution(String) Method
              • AssignSolution(AssignSolutionSetup) Method
              • AssignSolution(AssignSolutionSetup,IDbTransaction) Method
            • CreateAccount Method
              • CreateAccount() Method
              • CreateAccount(CreateAccountSetup) Method
              • CreateAccount(CreateAccountSetup,IDbTransaction) Method
            • CreateAddress Method
              • CreateAddress(String,String,String,String,String,String) Method
              • CreateAddress(CreateAddressSetup) Method
              • CreateAddress(CreateAddressSetup,IDbTransaction) Method
            • CreateBOM Method
              • CreateBOM(String,String,String,String,String,String,Int32) Method
              • CreateBOM(CreateBOMSetup) Method
              • CreateBOM(CreateBOMSetup,IDbTransaction) Method
            • CreateChannel Method
              • CreateChannel(CreateChannelSetup) Method
              • CreateChannel(CreateChannelSetup,IDbTransaction) Method
            • CreateCommunication Method
              • CreateCommunication(CreateCommunicationSetup) Method
              • CreateCommunication(CreateCommunicationSetup,IDbTransaction) Method
            • CreateContact Method
              • CreateContact(CreateContactSetup) Method
              • CreateContact(CreateContactSetup,IDbTransaction) Method
              • CreateContact(String,String,String,String) Method
            • CreateContract Method
              • CreateContract() Method
              • CreateContract(CreateContractSetup) Method
              • CreateContract(CreateContractSetup,IDbTransaction) Method
            • CreateCountry Method
              • CreateCountry(String,Int32) Method
              • CreateCountry(CreateCountrySetup) Method
              • CreateCountry(CreateCountrySetup,IDbTransaction) Method
            • CreateDialogue Method
              • CreateDialogue() Method
              • CreateDialogue(CreateDialogueSetup) Method
              • CreateDialogue(CreateDialogueSetup,IDbTransaction) Method
            • CreateEmployee Method
              • CreateEmployee(String,String,String,String,String,String,String) Method
              • CreateEmployee(CreateEmployeeSetup) Method
              • CreateEmployee(CreateEmployeeSetup,IDbTransaction) Method
            • CreateInteraction Method
              • CreateInteraction(String,String,String,TimeSpan) Method
              • CreateInteraction(CreateInteractionSetup) Method
              • CreateInteraction(CreateInteractionSetup,IDbTransaction) Method
            • CreatePart Method
              • CreatePart(String,String,Int32,PartRepairType) Method
              • CreatePart(CreatePartSetup) Method
              • CreatePart(CreatePartSetup,IDbTransaction) Method
            • CreatePartRevision Method
              • CreatePartRevision(String,String,String) Method
              • CreatePartRevision(CreatePartRevisionSetup) Method
              • CreatePartRevision(CreatePartRevisionSetup,IDbTransaction) Method
            • CreatePriceInstance Method
              • CreatePriceInstance(String,String,String,String,PriceInstanceType,Int32,Decimal) Method
              • CreatePriceInstance(CreatePriceInstanceSetup) Method
              • CreatePriceInstance(CreatePriceInstanceSetup,IDbTransaction) Method
            • CreateProductBin Method
              • CreateProductBin(String,String) Method
              • CreateProductBin(CreateProductBinSetup) Method
              • CreateProductBin(CreateProductBinSetup,IDbTransaction) Method
            • CreateQueue Method
              • CreateQueue(String,Boolean,Boolean,Boolean,Boolean,Boolean,Boolean,Boolean,Boolean,Boolean,Boolean) Method
              • CreateQueue(CreateQueueSetup) Method
              • CreateQueue(CreateQueueSetup,IDbTransaction) Method
            • CreateSite Method
              • CreateSite(SiteType,SiteStatus,Int32) Method
              • CreateSite(CreateSiteSetup) Method
              • CreateSite(CreateSiteSetup,IDbTransaction) Method
            • CreateSolution Method
              • CreateSolution() Method
              • CreateSolution(CreateSolutionSetup) Method
              • CreateSolution(CreateSolutionSetup,IDbTransaction) Method
            • CreateState Method
              • CreateState(String,String,String) Method
              • CreateState(CreateStateSetup) Method
              • CreateState(CreateStateSetup,IDbTransaction) Method
            • CreateTimeZone Method
              • CreateTimeZone(String,String,String) Method
              • CreateTimeZone(CreateTimeZoneSetup) Method
              • CreateTimeZone(CreateTimeZoneSetup,IDbTransaction) Method
            • CreateWipBin Method
              • CreateWipBin(String) Method
              • CreateWipBin(CreateWipBinSetup) Method
              • CreateWipBin(CreateWipBinSetup,IDbTransaction) Method
            • DeinstallSitePart Method
              • DeinstallSitePart(Int32) Method
              • DeinstallSitePart(DeinstallSitePartSetup) Method
              • DeinstallSitePart(DeinstallSitePartSetup,IDbTransaction) Method
            • DeleteProductBin Method
              • DeleteProductBin(Int32) Method
              • DeleteProductBin(DeleteProductBinSetup) Method
              • DeleteProductBin(DeleteProductBinSetup,IDbTransaction) Method
            • DispatchSolution Method
              • DispatchSolution(String,String) Method
              • DispatchSolution(DispatchSolutionSetup) Method
              • DispatchSolution(DispatchSolutionSetup,IDbTransaction) Method
            • ForwardSolution Method
              • ForwardSolution(String,String) Method
              • ForwardSolution(ForwardSolutionSetup) Method
              • ForwardSolution(ForwardSolutionSetup,IDbTransaction) Method
            • InstallSitePartToBin Method
              • InstallSitePartToBin(String,Int32,String,String,String,Int32) Method
              • InstallSitePartToBin(String,String,String,String,String) Method
              • InstallSitePartToBin(InstallSitePartToBinSetup) Method
              • InstallSitePartToBin(InstallSitePartToBinSetup,IDbTransaction) Method
            • InstallSitePartToPart Method
              • InstallSitePartToPart(String,Int32,String,String,String,Int32) Method
              • InstallSitePartToPart(String,String,String,String,String) Method
              • InstallSitePartToPart(InstallSitePartToPartSetup) Method
              • InstallSitePartToPart(InstallSitePartToPartSetup,IDbTransaction) Method
            • InstallSitePartToSite Method
              • InstallSitePartToSite(String,String,String,String,Int32) Method
              • InstallSitePartToSite(String,String,String,String,String) Method
              • InstallSitePartToSite(InstallSitePartToSiteSetup) Method
              • InstallSitePartToSite(InstallSitePartToSiteSetup,IDbTransaction) Method
            • LinkCaseToWorkaround Method
              • LinkCaseToWorkaround(String,Int32) Method
              • LinkCaseToWorkaround(LinkCaseToWorkaroundSetup) Method
              • LinkCaseToWorkaround(LinkCaseToWorkaroundSetup,IDbTransaction) Method
            • LinkCRToSolution Method
              • LinkCRToSolution(String,String) Method
              • LinkCRToSolution(LinkCRToSolutionSetup) Method
              • LinkCRToSolution(LinkCRToSolutionSetup,IDbTransaction) Method
            • MoveSitePartToBin Method
              • MoveSitePartToBin(Int32,Int32) Method
              • MoveSitePartToBin(MoveSitePartToBinSetup) Method
              • MoveSitePartToBin(MoveSitePartToBinSetup,IDbTransaction) Method
            • MoveSitePartToPart Method
              • MoveSitePartToPart(Int32,Int32) Method
              • MoveSitePartToPart(MoveSitePartToPartSetup) Method
              • MoveSitePartToPart(MoveSitePartToPartSetup,IDbTransaction) Method
            • MoveSitePartToSite Method
              • MoveSitePartToSite(Int32,String) Method
              • MoveSitePartToSite(MoveSitePartToSiteSetup) Method
              • MoveSitePartToSite(MoveSitePartToSiteSetup,IDbTransaction) Method
            • MoveSolution Method
              • MoveSolution(String,String) Method
              • MoveSolution(MoveSolutionSetup) Method
              • MoveSolution(MoveSolutionSetup,IDbTransaction) Method
            • ReinstallSitePartToBin Method
              • ReinstallSitePartToBin(Int32,String,Int32) Method
              • ReinstallSitePartToBin(ReinstallSitePartToBinSetup) Method
              • ReinstallSitePartToBin(ReinstallSitePartToBinSetup,IDbTransaction) Method
            • ReinstallSitePartToPart Method
              • ReinstallSitePartToPart(Int32,String,Int32) Method
              • ReinstallSitePartToPart(ReinstallSitePartToPartSetup) Method
              • ReinstallSitePartToPart(ReinstallSitePartToPartSetup,IDbTransaction) Method
            • ReinstallSitePartToSite Method
              • ReinstallSitePartToSite(Int32,String) Method
              • ReinstallSitePartToSite(ReinstallSitePartToSiteSetup) Method
              • ReinstallSitePartToSite(ReinstallSitePartToSiteSetup,IDbTransaction) Method
            • RejectSolution Method
              • RejectSolution(String) Method
              • RejectSolution(RejectSolutionSetup) Method
              • RejectSolution(RejectSolutionSetup,IDbTransaction) Method
            • RemoveContactFromContract Method
              • RemoveContactFromContract(String,Int32) Method
              • RemoveContactFromContract(RemoveContactFromContractSetup) Method
              • RemoveContactFromContract(RemoveContactFromContractSetup,IDbTransaction) Method
            • RemoveEmployeeFromAccount Method
              • RemoveEmployeeFromAccount(String,String,String) Method
              • RemoveEmployeeFromAccount(RemoveEmployeeFromAccountSetup) Method
              • RemoveEmployeeFromAccount(RemoveEmployeeFromAccountSetup,IDbTransaction) Method
            • RemoveSiteFromAccount Method
              • RemoveSiteFromAccount(String,String,String) Method
              • RemoveSiteFromAccount(RemoveSiteFromAccountSetup) Method
              • RemoveSiteFromAccount(RemoveSiteFromAccountSetup,IDbTransaction) Method
            • RemoveSiteFromContract Method
              • RemoveSiteFromContract(String,String) Method
              • RemoveSiteFromContract(RemoveSiteFromContractSetup) Method
              • RemoveSiteFromContract(RemoveSiteFromContractSetup,IDbTransaction) Method
            • RemoveSitePartFromContract Method
              • RemoveSitePartFromContract(String,Int32) Method
              • RemoveSitePartFromContract(RemoveSitePartFromContractSetup) Method
              • RemoveSitePartFromContract(RemoveSitePartFromContractSetup,IDbTransaction) Method
            • ReopenDialogue Method
              • ReopenDialogue(String) Method
              • ReopenDialogue(ReopenDialogueSetup) Method
              • ReopenDialogue(ReopenDialogueSetup,IDbTransaction) Method
            • UnlinkCaseFromWorkaround Method
              • UnlinkCaseFromWorkaround(String) Method
              • UnlinkCaseFromWorkaround(UnlinkCaseFromWorkaroundSetup) Method
              • UnlinkCaseFromWorkaround(UnlinkCaseFromWorkaroundSetup,IDbTransaction) Method
            • UnlinkCRFromSolution Method
              • UnlinkCRFromSolution(String,String) Method
              • UnlinkCRFromSolution(UnlinkCRFromSolutionSetup) Method
              • UnlinkCRFromSolution(UnlinkCRFromSolutionSetup,IDbTransaction) Method
            • UpdateAccount Method
              • UpdateAccount(UpdateAccountSetup) Method
              • UpdateAccount(UpdateAccountSetup,IDbTransaction) Method
            • UpdateAddress Method
              • UpdateAddress(UpdateAddressSetup) Method
              • UpdateAddress(UpdateAddressSetup,IDbTransaction) Method
            • UpdateCommunication Method
              • UpdateCommunication(UpdateCommunicationSetup) Method
              • UpdateCommunication(UpdateCommunicationSetup,IDbTransaction) Method
            • UpdateContact Method
              • UpdateContact(String,String,String,String,String) Method
              • UpdateContact(UpdateContactSetup) Method
              • UpdateContact(UpdateContactSetup,IDbTransaction) Method
            • UpdateContactByObjid Method
              • UpdateContactByObjid(UpdateContactByObjidSetup) Method
              • UpdateContactByObjid(UpdateContactByObjidSetup,IDbTransaction) Method
            • UpdateContract Method
              • UpdateContract(UpdateContractSetup) Method
              • UpdateContract(UpdateContractSetup,IDbTransaction) Method
            • UpdateDialogue Method
              • UpdateDialogue(String,String,String) Method
              • UpdateDialogue(UpdateDialogueSetup) Method
              • UpdateDialogue(UpdateDialogueSetup,IDbTransaction) Method
            • UpdatePart Method
              • UpdatePart(String,String,Int32) Method
              • UpdatePart(UpdatePartSetup) Method
              • UpdatePart(UpdatePartSetup,IDbTransaction) Method
            • UpdatePartRevision Method
              • UpdatePartRevision(String,String,String) Method
              • UpdatePartRevision(UpdatePartRevisionSetup) Method
              • UpdatePartRevision(UpdatePartRevisionSetup,IDbTransaction) Method
            • UpdatePriceInstance Method
              • UpdatePriceInstance(String,String,String,String,Int32,Decimal,DateTime) Method
              • UpdatePriceInstance(UpdatePriceInstanceSetup) Method
              • UpdatePriceInstance(UpdatePriceInstanceSetup,IDbTransaction) Method
            • UpdateProductBin Method
              • UpdateProductBin(UpdateProductBinSetup) Method
              • UpdateProductBin(UpdateProductBinSetup,IDbTransaction) Method
            • UpdateQueue Method
              • UpdateQueue(UpdateQueueSetup) Method
              • UpdateQueue(UpdateQueueSetup,IDbTransaction) Method
            • UpdateSite Method
              • UpdateSite(UpdateSiteSetup) Method
              • UpdateSite(UpdateSiteSetup,IDbTransaction) Method
            • UpdateSiteByObjid Method
              • UpdateSiteByObjid(UpdateSiteByObjidSetup) Method
              • UpdateSiteByObjid(UpdateSiteByObjidSetup,IDbTransaction) Method
            • UpdateSitePart Method
              • UpdateSitePart(Int32,Int32) Method
              • UpdateSitePart(Int32,String) Method
              • UpdateSitePart(UpdateSitePartSetup) Method
              • UpdateSitePart(UpdateSitePartSetup,IDbTransaction) Method
            • UpdateWipBin Method
              • UpdateWipBin(UpdateWipBinSetup) Method
              • UpdateWipBin(UpdateWipBinSetup,IDbTransaction) Method
            • YankSolution Method
              • YankSolution(String) Method
              • YankSolution(YankSolutionSetup) Method
              • YankSolution(YankSolutionSetup,IDbTransaction) Method
          • Fields
            • CreateCommunicationActivityCode Field
            • CreateDialogueActivityCode Field
            • DeliveryConfirmedActivityCode Field
            • DeliveryFailedActivityCode Field
            • DeliveryPendingActivityCode Field
        • InterfacesToolkitBase
          • Members
          • Properties
            • AllowDuplicateContact Property
            • UseDatabaseLogins Property
        • LinkCaseToWorkaroundSetup
          • Members
          • LinkCaseToWorkaroundSetup Constructor
          • Properties
            • CaseIDNum Property
            • GenerateTimeBombs Property
            • LinkDate Property
            • UserName Property
            • WorkaroundObjid Property
        • LinkCRToSolutionSetup
          • Members
          • LinkCRToSolutionSetup Constructor
          • Properties
            • CRIDNum Property
            • GenerateTimeBombs Property
            • LinkDate Property
            • SolutionIDNum Property
            • UserName Property
        • MoveSitePartToBinSetup
          • Members
          • MoveSitePartToBinSetup Constructor
          • Properties
            • AddActivityLog Property
            • InstallAndMove Property
            • MoveDate Property
            • ParentBinObjid Property
            • SitePartObjid Property
            • UserName Property
        • MoveSitePartToPartSetup
          • Members
          • MoveSitePartToPartSetup Constructor
          • Properties
            • AddActivityLog Property
            • InstallAndMove Property
            • MoveDate Property
            • ParentSitePartObjid Property
            • SitePartObjid Property
            • UserName Property
        • MoveSitePartToSiteSetup
          • Members
          • MoveSitePartToSiteSetup Constructor
          • Properties
            • AddActivityLog Property
            • InstallAndMove Property
            • MoveDate Property
            • ParentSiteIDNum Property
            • SitePartObjid Property
            • UserName Property
        • MoveSolutionSetup
          • Members
          • MoveSolutionSetup Constructor
          • Properties
            • NewWipBin Property
            • SolutionIDNum Property
        • ReinstallSitePartToBinSetup
          • Members
          • ReinstallSitePartToBinSetup Constructor
          • Properties
            • AddActivityLog Property
            • ParentBinObjid Property
            • ReinstallDate Property
            • SiteIDNum Property
            • SitePartObjid Property
            • UseInstall Property
            • UserName Property
        • ReinstallSitePartToPartSetup
          • Members
          • ReinstallSitePartToPartSetup Constructor
          • Properties
            • AddActivityLog Property
            • ParentSitePartObjid Property
            • ReinstallDate Property
            • SiteIDNum Property
            • SitePartObjid Property
            • UseInstall Property
            • UserName Property
        • ReinstallSitePartToSiteSetup
          • Members
          • ReinstallSitePartToSiteSetup Constructor
          • Properties
            • AddActivityLog Property
            • ReinstallDate Property
            • SiteIDNum Property
            • SitePartObjid Property
            • UseInstall Property
            • UserName Property
        • RejectSolutionSetup
          • Members
          • RejectSolutionSetup Constructor
          • Properties
            • GenerateTimeBombs Property
            • Notes Property
            • RejectDate Property
            • SolutionIDNum Property
            • UserName Property
            • WipBin Property
        • RemoveContactFromContractSetup
          • Members
          • RemoveContactFromContractSetup Constructor
          • Properties
            • ContactObjid Property
            • ContractIDNum Property
        • RemoveEmployeeFromAccountSetup
          • Members
          • RemoveEmployeeFromAccountSetup Constructor
          • Properties
            • AccountIDNum Property
            • RoleName Property
            • UserName Property
        • RemoveSiteFromAccountSetup
          • Members
          • RemoveSiteFromAccountSetup Constructor
          • Properties
            • AccountIDNum Property
            • RoleName Property
            • SiteIDNum Property
        • RemoveSiteFromContractSetup
          • Members
          • RemoveSiteFromContractSetup Constructor
          • Properties
            • ContractIDNum Property
            • SiteIDNum Property
        • RemoveSitePartFromContractSetup
          • Members
          • RemoveSitePartFromContractSetup Constructor
          • Properties
            • ContractIDNum Property
            • SitePartObjid Property
        • ReopenDialogueSetup
          • Members
          • ReopenDialogueSetup Constructor
          • Properties
            • AdditionalFields Property
            • GenerateTimeBombs Property
            • IDNumber Property
            • Reopened Property
            • Status Property
            • UserName Property
        • UnlinkCaseFromWorkaroundSetup
          • Members
          • UnlinkCaseFromWorkaroundSetup Constructor
          • Properties
            • CaseIDNum Property
            • GenerateTimeBombs Property
            • UnlinkDate Property
            • UserName Property
        • UnlinkCRFromSolutionSetup
          • Members
          • UnlinkCRFromSolutionSetup Constructor
          • Properties
            • CRIDNum Property
            • GenerateTimeBombs Property
            • SolutionIDNum Property
            • UnlinkDate Property
            • UserName Property
        • UpdateAccountSetup
          • Members
          • UpdateAccountSetup Constructor
          • Properties
            • AccountIDNum Property
            • AccountName Property
            • AccountType Property
            • AdditionalFields Property
            • CreateDate Property
            • Description Property
            • Fax Property
            • FiscalYear Property
            • GenerateTimeBombs Property
            • Ownership Property
            • Phone Property
            • Revenue Property
            • Size Property
            • Stock Property
            • Territory Property
            • UserName Property
            • WebSite Property
        • UpdateAddressSetup
          • Members
          • UpdateAddressSetup Constructor
          • Properties
            • AdditionalFields Property
            • Address1 Property
            • Address2 Property
            • AddressObjid Property
            • City Property
            • Country Property
            • IsShortState Property
            • State Property
            • TimeZone Property
            • ZipCode Property
        • UpdateCommunicationSetup
          • Members
          • UpdateCommunicationSetup Constructor
          • Properties
            • AdditionalFields Property
            • AutoExec Property
            • BCCRecipients Property
            • CCRecipients Property
            • ChannelObjid Property
            • CommunicationObjid Property
            • DeliveryStatus Property
            • Direction Property
            • GenerateTimeBombs Property
            • Message Property
            • MessageId Property
            • MessageSent Property
            • Priority Property
            • Recipients Property
            • ReplyTo Property
            • Sender Property
            • Title Property
            • Updated Property
            • UserName Property
        • UpdateContactByObjidSetup
          • Members
          • UpdateContactByObjidSetup Constructor
          • Properties
            • AdditionalFields Property
            • ContactObjid Property
            • Email Property
            • Fax Property
            • FirstName Property
            • Hours Property
            • LastName Property
            • MailStop Property
            • NewFirstName Property
            • NewLastName Property
            • NewPhone Property
            • NewPrimaryRole Property
            • NewPrimarySiteIDNum Property
            • Phone Property
            • RoleName Property
            • Salutation Property
            • SiteIDNum Property
            • Title Property
        • UpdateContactSetup
          • Members
          • UpdateContactSetup Constructor
          • Properties
            • AdditionalFields Property
            • Email Property
            • Fax Property
            • FirstName Property
            • Hours Property
            • LastName Property
            • MailStop Property
            • NewFirstName Property
            • NewLastName Property
            • NewPhone Property
            • NewPrimaryRole Property
            • NewPrimarySiteIDNum Property
            • Phone Property
            • RoleName Property
            • Salutation Property
            • SiteIDNum Property
            • Title Property
            • UserName Property
        • UpdateContractSetup
          • Members
          • UpdateContractSetup Constructor
          • Properties
            • AdditionalFields Property
            • BusinessHoursForPM Property
            • ContractIDNum Property
            • ContractType Property
            • ExpireDate Property
            • Notes Property
            • OnsiteResponseDuration Property
            • PayOptions Property
            • PhoneResponseDuration Property
            • PONumber Property
            • StartDate Property
            • Status Property
            • UnitsAvailable Property
            • UnitsPurchased Property
            • UnitsUsed Property
            • UnitType Property
            • UseSpecialConsiderations Property
        • UpdateDialogueSetup
          • Members
          • UpdateDialogueSetup Constructor
          • Properties
            • AdditionalFields Property
            • GenerateTimeBombs Property
            • IDNumber Property
            • Priority Property
            • Title Property
            • Updated Property
            • UserName Property
        • UpdatePartRevisionSetup
          • Members
          • UpdatePartRevisionSetup Constructor
          • Properties
            • NewPartRevision Property
            • PartDomain Property
            • PartNumber Property
            • PartRevision Property
            • ReplaceDate Property
            • ReplacePartDomain Property
            • ReplacePartNumber Property
            • ReplacePartRevision Property
            • Status Property
        • UpdatePartSetup
          • Members
          • UpdatePartSetup Constructor
          • Properties
            • AdditionalFields Property
            • Description Property
            • Dimension Property
            • Family Property
            • Line Property
            • ModelNumber Property
            • Notes Property
            • PartClass Property
            • PartDomain Property
            • PartNumber Property
            • PartType Property
            • RepairType Property
            • UnitMeasure Property
            • WarrantyDays Property
            • WarrantyStartOnShipment Property
            • Weight Property
        • UpdatePriceInstanceSetup
          • Members
          • UpdatePriceInstanceSetup Constructor
          • Properties
            • PartDomain Property
            • PartNumber Property
            • PartRevision Property
            • Price Property
            • PricedQuantity Property
            • PriceProgram Property
            • UpdateDate Property
        • UpdateProductBinSetup
          • Members
          • UpdateProductBinSetup Constructor
          • Properties
            • BinName Property
            • BinObjid Property
            • Description Property
            • PrimarySupportEmployeeObjid Property
            • SecondarySupportEmployeeObjid Property
            • UpdateDate Property
            • UserName Property
        • UpdateQueueSetup
          • Members
          • UpdateQueueSetup Constructor
          • Properties
            • AllowActionItem Property
            • AllowCase Property
            • AllowContract Property
            • AllowCR Property
            • AllowDemandDetail Property
            • AllowDialogue Property
            • AllowJob Property
            • AllowOpportunity Property
            • AllowSolution Property
            • AllowSubcase Property
            • Description Property
            • IsPersonal Property
            • NewTitle Property
            • Supervisor Property
            • Title Property
        • UpdateSiteByObjidSetup
          • Members
          • UpdateSiteByObjidSetup Constructor
          • Properties
            • AccountIDNum Property
            • AdditionalFields Property
            • BillingAddressObjid Property
            • District Property
            • IndustryType Property
            • ParentSiteIDNum Property
            • PrimaryAddressObjid Property
            • PrimarySupportEmployeeObjid Property
            • PrimaryUse Property
            • Region Property
            • SecondarySupportEmployeeObjid Property
            • ShippingAddressObjid Property
            • SiteName Property
            • SiteObjid Property
            • SiteType Property
            • Status Property
            • SupportOfficeSiteIDNum Property
        • UpdateSitePartSetup
          • Members
          • UpdateSitePartSetup Constructor
            • UpdateSitePartSetup Constructor(Int32,Int32)
            • UpdateSitePartSetup Constructor(Int32,String)
          • Properties
            • AddActivityLog Property
            • AdditionalFields Property
            • Comments Property
            • InstallDate Property
            • InstanceName Property
            • InvoiceNumber Property
            • PartRevision Property
            • PartStatus Property
            • Quantity Property
            • SerialNumber Property
            • ServiceEndDate Property
            • ShipDate Property
            • SitePartObjid Property
            • UserName Property
            • WarrantyDate Property
        • UpdateSiteSetup
          • Members
          • UpdateSiteSetup Constructor
          • Properties
            • AccountIDNum Property
            • AdditionalFields Property
            • BillingAddressObjid Property
            • District Property
            • IndustryType Property
            • ParentSiteIDNum Property
            • PrimaryAddressObjid Property
            • PrimarySupportEmployeeObjid Property
            • PrimaryUse Property
            • Region Property
            • SecondarySupportEmployeeObjid Property
            • ShippingAddressObjid Property
            • SiteIDNum Property
            • SiteName Property
            • SiteType Property
            • Status Property
            • SupportOfficeSiteIDNum Property
        • UpdateWipBinSetup
          • Members
          • UpdateWipBinSetup Constructor
          • Properties
            • Description Property
            • IsDefaultBin Property
            • NewTitle Property
            • Title Property
            • UserName Property
        • YankSolutionSetup
          • Members
          • YankSolutionSetup Constructor
          • Properties
            • GenerateTimeBombs Property
            • SolutionIDNum Property
            • UserName Property
            • WipBin Property
            • YankDate Property
    • FChoice.Toolkits.Clarify.Logistics Namespace
      • Classes
        • AcceptPartRequestSetup
          • Members
          • AcceptPartRequestSetup Constructor
          • Properties
            • AcceptDate Property
            • GenerateTimeBombs Property
            • PartRequestDetailIDNum Property
            • UserName Property
            • WipBin Property
        • AddAlternatePartSetup
          • Members
          • AddAlternatePartSetup Constructor
          • Properties
            • AlternatePartDomain Property
            • AlternatePartNumber Property
            • AlternatePartRevision Property
            • IsReciprocal Property
            • PartDomain Property
            • PartNumber Property
            • PartRevision Property
        • AddGLAccountSetup
          • Members
          • AddGLAccountSetup Constructor
          • Properties
            • AccountName Property
            • AccountNumber Property
            • AccountType Property
            • Description Property
            • IsActive Property
            • IsCompany Property
            • IsExpenseGLAccount Property
            • SiteIDNum Property
        • AddInventoryBinSetup
          • Members
          • AddInventoryBinSetup Constructor
          • Properties
            • IsActive Property
            • Location Property
        • AddInventoryLocationSetup
          • Members
          • AddInventoryLocationSetup Constructor
          • Properties
            • AccountType Property
            • CapitalGLAccount Property
            • Description Property
            • IsActive Property
            • IsCompany Property
            • LocationName Property
            • PartAuthorizationLevel Property
            • ReportsToLocation Property
            • SiteIDNum Property
        • AddLocationServicingSiteSetup
          • Members
          • AddLocationServicingSiteSetup Constructor
          • Properties
            • IsActive Property
            • LocationName Property
            • LocationRank Property
            • SiteIDNum Property
        • AssignPartRequestSetup
          • Members
          • AssignPartRequestSetup Constructor
          • Properties
            • AssignDate Property
            • GenerateTimeBombs Property
            • NewUser Property
            • PartRequestDetailIDNum Property
            • UserName Property
            • WipBin Property
        • BackorderPartRequestSetup
          • Members
          • BackorderPartRequestSetup Constructor
            • BackorderPartRequestSetup Constructor(String,DateTime,Int32)
            • BackorderPartRequestSetup Constructor(String,DateTime,String)
            • BackorderPartRequestSetup Constructor(String,DateTime,Boolean,Int32)
            • BackorderPartRequestSetup Constructor(String,DateTime,Boolean,String)
          • Properties
            • ExpectedDate Property
            • FromGood Property
            • FromLocation Property
            • GenerateTimeBombs Property
            • NewStatus Property
            • PartRequestDetailIDNum Property
            • Quantity Property
            • SerialNumber Property
            • ToGood Property
            • ToLocation Property
            • UserName Property
            • UseTransitions Property
        • ChangePartRequestStatusSetup
          • Members
          • ChangePartRequestStatusSetup Constructor
          • Properties
            • ChangeDate Property
            • GenerateTimeBombs Property
            • NewStatus Property
            • Notes Property
            • PartRequestDetailIDNum Property
            • UserName Property
        • ClosePartRequestSetup
          • Members
          • ClosePartRequestSetup Constructor
          • Properties
            • CloseDate Property
            • GenerateTimeBombs Property
            • NewStatus Property
            • PartRequestDetailIDNum Property
            • UserName Property
        • CreateContainerSetup
          • Members
          • CreateContainerSetup Constructor
          • Properties
            • BinName Property
            • ContainerName Property
            • LocationName Property
        • CreatePartRequestDetailResult
          • Members
          • CreatePartRequestDetailResult Constructor
          • Properties
            • DetailNumber Property
        • CreatePartRequestDetailSetup
          • Members
          • CreatePartRequestDetailSetup Constructor
            • CreatePartRequestDetailSetup Constructor(String,String,String,String,Int32)
            • CreatePartRequestDetailSetup Constructor(String,Int32,Int32)
            • CreatePartRequestDetailSetup Constructor(String,String,String,String,String)
            • CreatePartRequestDetailSetup Constructor(String,String,Int32)
          • Properties
            • AdditionalFields Property
            • CarrierName Property
            • ContractItemObjid Property
            • CreateDate Property
            • DetailType Property
            • DueDate Property
            • GenerateTimeBombs Property
            • HasWarranty Property
            • Notes Property
            • PartDomain Property
            • PartNumber Property
            • PartRequestHeaderIDNum Property
            • PartRevision Property
            • Priority Property
            • Quantity Property
            • Queue Property
            • SerialNumber Property
            • ShippingMethod Property
            • SitePartObjid Property
            • Status Property
            • UserName Property
        • CreatePartRequestHeaderCaseSetup
          • Members
          • CreatePartRequestHeaderCaseSetup Constructor
          • Properties
            • AdditionalFields Property
            • BillSiteIDNum Property
            • CaseIDNum Property
            • ContactFirstName Property
            • ContactLastName Property
            • ContactPhone Property
            • ContractObjid Property
            • CreateDate Property
            • Notes Property
            • PaymentMethod Property
            • PaymentTerms Property
            • Priority Property
            • ShipToSiteIDNum Property
            • UserName Property
        • CreatePartRequestHeaderSetup
          • Members
          • CreatePartRequestHeaderSetup Constructor
          • Properties
            • AdditionalFields Property
            • BillSiteIDNum Property
            • CaseIDNum Property
            • ContactFirstName Property
            • ContactLastName Property
            • ContactPhone Property
            • ContractObjid Property
            • CreateDate Property
            • Notes Property
            • PaymentMethod Property
            • PaymentTerms Property
            • Priority Property
            • ShipToSiteIDNum Property
            • UserName Property
        • CreatePartRequestHeaderSubcaseSetup
          • Members
          • CreatePartRequestHeaderSubcaseSetup Constructor
          • Properties
            • AdditionalFields Property
            • BillSiteIDNum Property
            • CaseIDNum Property
            • ContactFirstName Property
            • ContactLastName Property
            • ContactPhone Property
            • ContractObjid Property
            • CreateDate Property
            • Notes Property
            • PaymentMethod Property
            • PaymentTerms Property
            • Priority Property
            • ShipToSiteIDNum Property
            • UserName Property
        • CreateSubContainerSetup
          • Members
          • CreateSubContainerSetup Constructor
          • Properties
            • ContainerName Property
            • ParentContainerName Property
        • DeleteAlternatePartSetup
          • Members
          • DeleteAlternatePartSetup Constructor
          • Properties
            • AlternatePartDomain Property
            • AlternatePartNumber Property
            • AlternatePartRevision Property
            • PartDomain Property
            • PartNumber Property
            • PartRevision Property
        • DeleteLocationServicingSiteSetup
          • Members
          • DeleteLocationServicingSiteSetup Constructor
          • Properties
            • LocationName Property
            • SiteIDNum Property
        • DispatchPartRequestSetup
          • Members
          • DispatchPartRequestSetup Constructor
          • Properties
            • DispatchDate Property
            • GenerateTimeBombs Property
            • PartRequestDetailIDNum Property
            • Queue Property
            • UserName Property
        • ForwardPartRequestSetup
          • Members
          • ForwardPartRequestSetup Constructor
          • Properties
            • ForwardDate Property
            • GenerateTimeBombs Property
            • NewQueue Property
            • Notes Property
            • PartRequestDetailIDNum Property
            • UserName Property
        • FulfillPartRequestSetup
          • Members
          • FulfillPartRequestSetup Constructor
            • FulfillPartRequestSetup Constructor(String,Int32)
            • FulfillPartRequestSetup Constructor(String,String)
            • FulfillPartRequestSetup Constructor(String,Boolean,Int32)
            • FulfillPartRequestSetup Constructor(String,Boolean,String)
          • Properties
            • FromGood Property
            • FromLocation Property
            • FulfillDate Property
            • GenerateTimeBombs Property
            • NewStatus Property
            • PartRequestDetailIDNum Property
            • Quantity Property
            • SerialNumber Property
            • ToGood Property
            • ToLocation Property
            • UserName Property
            • UseTransitions Property
        • GetAlternatePartsResult
          • Members
          • GetAlternatePartsResult Constructor
          • Properties
            • AlternatePartList Property
        • GetAlternatePartsSetup
          • Members
          • GetAlternatePartsSetup Constructor
          • Properties
            • PartDomain Property
            • PartNumber Property
            • PartRevision Property
        • GetLocationsServicingSiteResult
          • Members
          • GetLocationsServicingSiteResult Constructor
          • Properties
            • InventoryLocationObjidList Property
        • GetLocationsServicingSiteSetup
          • Members
          • GetLocationsServicingSiteSetup Constructor
          • Properties
            • SiteIDNum Property
        • LogisticsToolkit
          • Members
          • LogisticsToolkit Constructor
            • LogisticsToolkit Constructor(ClarifySession)
            • LogisticsToolkit Constructor(IFCApplication,IFCSession)
            • Methods
              • AcceptPartRequest Method
                • AcceptPartRequest(String) Method
                • AcceptPartRequest(AcceptPartRequestSetup) Method
                • AcceptPartRequest(AcceptPartRequestSetup,IDbTransaction) Method
              • AddAlternatePart Method
                • AddAlternatePart(String,String,String,String,String,String) Method
                • AddAlternatePart(AddAlternatePartSetup) Method
                • AddAlternatePart(AddAlternatePartSetup,IDbTransaction) Method
              • AddGLAccount Method
                • AddGLAccount(String,String) Method
                • AddGLAccount(AddGLAccountSetup) Method
                • AddGLAccount(AddGLAccountSetup,IDbTransaction) Method
              • AddInventoryBin Method
                • AddInventoryBin(Location) Method
                • AddInventoryBin(AddInventoryBinSetup) Method
                • AddInventoryBin(AddInventoryBinSetup,IDbTransaction) Method
              • AddInventoryLocation Method
                • AddInventoryLocation(String,String,String,PartAuthorizationLevel) Method
                • AddInventoryLocation(AddInventoryLocationSetup) Method
                • AddInventoryLocation(AddInventoryLocationSetup,IDbTransaction) Method
              • AddLocationServicingSite Method
                • AddLocationServicingSite(String,String,Int16) Method
                • AddLocationServicingSite(AddLocationServicingSiteSetup) Method
                • AddLocationServicingSite(AddLocationServicingSiteSetup,IDbTransaction) Method
              • AssignPartRequest Method
                • AssignPartRequest(String) Method
                • AssignPartRequest(AssignPartRequestSetup) Method
                • AssignPartRequest(AssignPartRequestSetup,IDbTransaction) Method
              • BackorderPartRequest Method
                • BackorderPartRequest(String,DateTime,Boolean,Int32) Method
                • BackorderPartRequest(String,DateTime,Boolean,String) Method
                • BackorderPartRequest(BackorderPartRequestSetup) Method
                • BackorderPartRequest(BackorderPartRequestSetup,IDbTransaction) Method
                • BackorderPartRequest(String,DateTime,Int32) Method
                • BackorderPartRequest(String,DateTime,String) Method
              • ChangePartRequestStatus Method
                • ChangePartRequestStatus(String) Method
                • ChangePartRequestStatus(ChangePartRequestStatusSetup) Method
                • ChangePartRequestStatus(ChangePartRequestStatusSetup,IDbTransaction) Method
              • ClosePartRequest Method
                • ClosePartRequest(String) Method
                • ClosePartRequest(ClosePartRequestSetup) Method
                • ClosePartRequest(ClosePartRequestSetup,IDbTransaction) Method
              • CreateContainer Method
                • CreateContainer(String,String) Method
                • CreateContainer(CreateContainerSetup) Method
                • CreateContainer(CreateContainerSetup,IDbTransaction) Method
              • CreatePartRequestDetail Method
                • CreatePartRequestDetail(String,String,String,String,Int32) Method
                • CreatePartRequestDetail(String,Int32,Int32) Method
                • CreatePartRequestDetail(String,String,String,String,String) Method
                • CreatePartRequestDetail(String,String,Int32) Method
                • CreatePartRequestDetail(CreatePartRequestDetailSetup) Method
                • CreatePartRequestDetail(CreatePartRequestDetailSetup,IDbTransaction) Method
              • CreatePartRequestHeader Method
                • CreatePartRequestHeader(String,String,String,String) Method
                • CreatePartRequestHeader(CreatePartRequestHeaderSetup) Method
                • CreatePartRequestHeader(CreatePartRequestHeaderSetup,IDbTransaction) Method
              • CreatePartRequestHeaderCase Method
                • CreatePartRequestHeaderCase(String,String,String,String,String) Method
                • CreatePartRequestHeaderCase(CreatePartRequestHeaderCaseSetup) Method
                • CreatePartRequestHeaderCase(CreatePartRequestHeaderCaseSetup,IDbTransaction) Method
              • CreatePartRequestHeaderSubcase Method
                • CreatePartRequestHeaderSubcase(String,String,String,String,String) Method
                • CreatePartRequestHeaderSubcase(CreatePartRequestHeaderSubcaseSetup) Method
                • CreatePartRequestHeaderSubcase(CreatePartRequestHeaderSubcaseSetup,IDbTransaction) Method
              • CreateSubContainer Method
                • CreateSubContainer(String,String) Method
                • CreateSubContainer(CreateSubContainerSetup) Method
                • CreateSubContainer(CreateSubContainerSetup,IDbTransaction) Method
              • DeleteAlternatePart Method
                • DeleteAlternatePart(String,String,String,String,String,String) Method
                • DeleteAlternatePart(DeleteAlternatePartSetup) Method
                • DeleteAlternatePart(DeleteAlternatePartSetup,IDbTransaction) Method
              • DeleteLocationServicingSite Method
                • DeleteLocationServicingSite(String,String) Method
                • DeleteLocationServicingSite(DeleteLocationServicingSiteSetup) Method
                • DeleteLocationServicingSite(DeleteLocationServicingSiteSetup,IDbTransaction) Method
              • DispatchPartRequest Method
                • DispatchPartRequest(String,String) Method
                • DispatchPartRequest(DispatchPartRequestSetup) Method
                • DispatchPartRequest(DispatchPartRequestSetup,IDbTransaction) Method
              • ForwardPartRequest Method
                • ForwardPartRequest(String,String) Method
                • ForwardPartRequest(ForwardPartRequestSetup) Method
                • ForwardPartRequest(ForwardPartRequestSetup,IDbTransaction) Method
              • FulfillPartRequest Method
                • FulfillPartRequest(String,Int32) Method
                • FulfillPartRequest(String,String) Method
                • FulfillPartRequest(String,Boolean,Int32) Method
                • FulfillPartRequest(String,Boolean,String) Method
                • FulfillPartRequest(FulfillPartRequestSetup) Method
                • FulfillPartRequest(FulfillPartRequestSetup,IDbTransaction) Method
              • GetAlternateParts Method
                • GetAlternateParts(String,String,String) Method
                • GetAlternateParts(GetAlternatePartsSetup) Method
                • GetAlternateParts(GetAlternatePartsSetup,IDbTransaction) Method
              • GetLocationsServicingSite Method
                • GetLocationsServicingSite(String) Method
                • GetLocationsServicingSite(GetLocationsServicingSiteSetup) Method
                • GetLocationsServicingSite(GetLocationsServicingSiteSetup,IDbTransaction) Method
              • MovePartRequest Method
                • MovePartRequest(String,String) Method
                • MovePartRequest(MovePartRequestSetup) Method
                • MovePartRequest(MovePartRequestSetup,IDbTransaction) Method
              • OpenContainer Method
                • OpenContainer(String) Method
                • OpenContainer(OpenContainerSetup) Method
                • OpenContainer(OpenContainerSetup,IDbTransaction) Method
              • PartTransfer Method
                • PartTransfer(String,String,String,Int32,Location,Location) Method
                • PartTransfer(String,String,String,String,Location,Location) Method
                • PartTransfer(PartTransferSetup) Method
                • PartTransfer(PartTransferSetup,IDbTransaction) Method
              • Pick Method
                • Pick(String) Method
                • Pick(String,String[]) Method
                • Pick(String,Boolean) Method
                • Pick(String,Boolean,String[]) Method
                • Pick(PickSetup) Method
                • Pick(PickSetup,IDbTransaction) Method
              • ReceivePartRequest Method
                • ReceivePartRequest(String,Int32,Location) Method
                • ReceivePartRequest(String,String,Location) Method
                • ReceivePartRequest(String,Int32,Location,Boolean) Method
                • ReceivePartRequest(String,String,Location,Boolean) Method
                • ReceivePartRequest(ReceivePartRequestSetup) Method
                • ReceivePartRequest(ReceivePartRequestSetup,IDbTransaction) Method
              • RejectPartRequest Method
                • RejectPartRequest(String) Method
                • RejectPartRequest(RejectPartRequestSetup) Method
                • RejectPartRequest(RejectPartRequestSetup,IDbTransaction) Method
              • ReopenPartRequest Method
                • ReopenPartRequest(String) Method
                • ReopenPartRequest(ReopenPartRequestSetup) Method
                • ReopenPartRequest(ReopenPartRequestSetup,IDbTransaction) Method
              • SealContainer Method
                • SealContainer(String) Method
                • SealContainer(SealContainerSetup) Method
                • SealContainer(SealContainerSetup,IDbTransaction) Method
              • SetLogisticsTransition Method
                • SetLogisticsTransition(PartRequestType,PartRequestCondition,PartRequestCondition,String[]) Method
                • SetLogisticsTransition(SetLogisticsTransitionSetup) Method
                • SetLogisticsTransition(SetLogisticsTransitionSetup,IDbTransaction) Method
              • SetPartStockingLevel Method
                • SetPartStockingLevel(Location,String,String,String,String,Int16,Int16,Int16,Int16) Method
                • SetPartStockingLevel(SetPartStockingLevelSetup) Method
                • SetPartStockingLevel(SetPartStockingLevelSetup,IDbTransaction) Method
              • Ship Method
                • Ship(String) Method
                • Ship(ShipSetup) Method
                • Ship(ShipSetup,IDbTransaction) Method
              • Unpick Method
                • Unpick(String,Location) Method
                • Unpick(String,Location,String[]) Method
                • Unpick(String,Location,Boolean) Method
                • Unpick(String,Location,Boolean,String[]) Method
                • Unpick(UnpickSetup) Method
                • Unpick(UnpickSetup,IDbTransaction) Method
              • UpdateGLAccount Method
                • UpdateGLAccount(String,String) Method
                • UpdateGLAccount(UpdateGLAccountSetup) Method
                • UpdateGLAccount(UpdateGLAccountSetup,IDbTransaction) Method
              • UpdateInventoryBin Method
                • UpdateInventoryBin(Location,String) Method
                • UpdateInventoryBin(UpdateInventoryBinSetup) Method
                • UpdateInventoryBin(UpdateInventoryBinSetup,IDbTransaction) Method
              • UpdateInventoryLocation Method
                • UpdateInventoryLocation(UpdateInventoryLocationSetup) Method
                • UpdateInventoryLocation(UpdateInventoryLocationSetup,IDbTransaction) Method
              • UpdateLocationServicingSite Method
                • UpdateLocationServicingSite(String,String,Int16) Method
                • UpdateLocationServicingSite(UpdateLocationServicingSiteSetup) Method
                • UpdateLocationServicingSite(UpdateLocationServicingSiteSetup,IDbTransaction) Method
              • UpdatePartRequestDetail Method
                • UpdatePartRequestDetail(UpdatePartRequestDetailSetup) Method
                • UpdatePartRequestDetail(UpdatePartRequestDetailSetup,IDbTransaction) Method
              • UpdatePartRequestHeader Method
                • UpdatePartRequestHeader(UpdatePartRequestHeaderSetup) Method
                • UpdatePartRequestHeader(UpdatePartRequestHeaderSetup,IDbTransaction) Method
              • UpdatePartStockingLevel Method
                • UpdatePartStockingLevel(Location,String,String,String,String) Method
                • UpdatePartStockingLevel(UpdatePartStockingLevelSetup) Method
                • UpdatePartStockingLevel(UpdatePartStockingLevelSetup,IDbTransaction) Method
              • YankPartRequest Method
                • YankPartRequest(String) Method
                • YankPartRequest(YankPartRequestSetup) Method
                • YankPartRequest(YankPartRequestSetup,IDbTransaction) Method
        • LogisticsToolkitBase
          • Members
        • MovePartRequestSetup
          • Members
          • MovePartRequestSetup Constructor
          • Properties
            • NewWipBin Property
            • PartRequestDetailIDNum Property
        • OpenContainerSetup
          • Members
          • OpenContainerSetup Constructor
          • Properties
            • ContainerName Property
        • PartTransferResult
          • Members
          • PartTransferResult Constructor
          • Properties
            • StandardCost Property
            • TransactionIDNum Property
        • PartTransferSetup
          • Members
          • PartTransferSetup Constructor
            • PartTransferSetup Constructor(String,String,String,Int32,Location,Location)
            • PartTransferSetup Constructor(String,String,String,String,Location,Location)
          • Properties
            • FromGood Property
            • FromLocation Property
            • GenerateTimeBombs Property
            • Notes Property
            • PartDomain Property
            • PartNumber Property
            • PartRevision Property
            • Quantity Property
            • ReferenceIDNum Property
            • SerialNumber Property
            • ToGood Property
            • ToLocation Property
            • TransferDate Property
            • UserName Property
        • PickResult
          • Members
          • PickResult Constructor
          • Properties
            • TotalPicked Property
        • PickSetup
          • Members
          • PickSetup Constructor
            • PickSetup Constructor(String)
            • PickSetup Constructor(String,String[])
            • PickSetup Constructor(String,Boolean)
            • PickSetup Constructor(String,Boolean,String[])
          • Properties
            • GenerateTimeBombs Property
            • Locations Property
            • NewStatus Property
            • PartRequestDetailIDNum Property
            • PickDate Property
            • SerialNumbers Property
            • UseGood Property
            • UserName Property
            • UseTransitions Property
        • ReceivePartRequestSetup
          • Members
          • ReceivePartRequestSetup Constructor
            • ReceivePartRequestSetup Constructor(String,Int32,Location)
            • ReceivePartRequestSetup Constructor(String,String,Location)
            • ReceivePartRequestSetup Constructor(String,Int32,Location,Boolean)
            • ReceivePartRequestSetup Constructor(String,String,Location,Boolean)
          • Properties
            • AutoClose Property
            • CarrierName Property
            • FromGood Property
            • FromLocation Property
            • GenerateTimeBombs Property
            • NotProperlyPacked Property
            • PartRequestDetailIDNum Property
            • PossibleDamage Property
            • Quantity Property
            • ReceiveDate Property
            • RouteToTest Property
            • SerialNumber Property
            • Status Property
            • ToGood Property
            • ToLocation Property
            • UserName Property
            • UseTransitions Property
            • WaybillName Property
        • RejectPartRequestSetup
          • Members
          • RejectPartRequestSetup Constructor
          • Properties
            • GenerateTimeBombs Property
            • Notes Property
            • PartRequestDetailIDNum Property
            • RejectDate Property
            • UserName Property
            • WipBin Property
        • ReopenPartRequestSetup
          • Members
          • ReopenPartRequestSetup Constructor
          • Properties
            • GenerateTimeBombs Property
            • NewStatus Property
            • PartRequestDetailIDNum Property
            • ReopenDate Property
            • UserName Property
            • WipBin Property
        • SealContainerSetup
          • Members
          • SealContainerSetup Constructor
          • Properties
            • ContainerName Property
        • SetLogisticsTransitionSetup
          • Members
          • SetLogisticsTransitionSetup Constructor
          • Properties
            • EndCondition Property
            • PartRequestType Property
            • PrivilegeClasses Property
            • StartCondition Property
        • SetPartStockingLevelSetup
          • Members
          • SetPartStockingLevelSetup Constructor
          • Properties
            • IsActive Property
            • Location Property
            • PartDomain Property
            • PartMaximum Property
            • PartMinimum Property
            • PartNumber Property
            • PartReorderLevel Property
            • PartReorderQuantity Property
            • PartRevision Property
            • Queue Property
        • ShipSetup
          • Members
          • ShipSetup Constructor
          • Properties
            • Address1 Property
            • Address2 Property
            • CarrierName Property
            • City Property
            • ContactFirstName Property
            • ContactLastName Property
            • Country Property
            • GenerateTimeBombs Property
            • PackingList Property
            • PartRequestDetailIDNum Property
            • PieceCount Property
            • ShipDate Property
            • SiteName Property
            • State Property
            • Status Property
            • TotalWeight Property
            • UserName Property
            • WaybillName Property
            • ZipCode Property
        • UnpickSetup
          • Members
          • UnpickSetup Constructor
            • UnpickSetup Constructor(String,Location)
            • UnpickSetup Constructor(String,Location,String[])
            • UnpickSetup Constructor(String,Location,Boolean)
            • UnpickSetup Constructor(String,Location,Boolean,String[])
          • Properties
            • GenerateTimeBombs Property
            • Location Property
            • PartRequestDetailIDNum Property
            • SerialNumbers Property
            • UnpickDate Property
            • UseGood Property
            • UserName Property
            • UseTransitions Property
        • UpdateGLAccountSetup
          • Members
          • UpdateGLAccountSetup Constructor
          • Properties
            • AccountNumber Property
            • AccountType Property
            • CurrentName Property
            • Description Property
            • IsActive Property
            • IsCompany Property
            • IsExpenseGLAccount Property
            • NewName Property
            • SiteIDNum Property
        • UpdateInventoryBinSetup
          • Members
          • UpdateInventoryBinSetup Constructor
          • Properties
            • CurrentLocation Property
            • IsActive Property
            • NewBinName Property
        • UpdateInventoryLocationSetup
          • Members
          • UpdateInventoryLocationSetup Constructor
          • Properties
            • AccountType Property
            • CapitalGLAccount Property
            • CurrentName Property
            • Description Property
            • IsActive Property
            • IsCompany Property
            • NewName Property
            • PartAuthorizationLevel Property
            • ReportsToLocation Property
            • SiteIDNum Property
        • UpdateLocationServicingSiteSetup
          • Members
          • UpdateLocationServicingSiteSetup Constructor
          • Properties
            • LocationName Property
            • LocationRank Property
            • SiteIDNum Property
        • UpdatePartRequestDetailSetup
          • Members
          • UpdatePartRequestDetailSetup Constructor
          • Properties
            • AdditionalFields Property
            • CarrierName Property
            • DetailType Property
            • HasWarranty Property
            • Notes Property
            • PartDomain Property
            • PartNumber Property
            • PartRequestDetailIDNum Property
            • PartRevision Property
            • Priority Property
            • Quantity Property
            • SerialNumber Property
            • ShippingMethod Property
            • SitePartObjid Property
            • Status Property
        • UpdatePartRequestHeaderSetup
          • Members
          • UpdatePartRequestHeaderSetup Constructor
          • Properties
            • AdditionalFields Property
            • BillSiteIDNum Property
            • CaseIDNum Property
            • ContactFirstName Property
            • ContactLastName Property
            • ContactPhone Property
            • Notes Property
            • PartRequestHeaderIDNum Property
            • PaymentMethod Property
            • PaymentTerms Property
            • Priority Property
            • ShipToSiteIDNum Property
        • UpdatePartStockingLevelSetup
          • Members
          • UpdatePartStockingLevelSetup Constructor
          • Properties
            • CurrentLocation Property
            • IsActive Property
            • PartDomain Property
            • PartMaximum Property
            • PartMinimum Property
            • PartNumber Property
            • PartReorderLevel Property
            • PartReorderQuantity Property
            • PartRevision Property
            • Queue Property
            • ToBinName Property
            • ToQueue Property
        • YankPartRequestSetup
          • Members
          • YankPartRequestSetup Constructor
          • Properties
            • GenerateTimeBombs Property
            • PartRequestDetailIDNum Property
            • UserName Property
            • WipBin Property
            • YankDate Property
    • FChoice.Toolkits.Clarify.Quality Namespace
      • Classes
        • AcceptCRSetup
          • Members
          • AcceptCRSetup Constructor
          • Properties
            • AcceptDate Property
            • CRIDNum Property
            • GenerateTimeBombs Property
            • UserName Property
            • WipBin Property
        • AddModuleToCRSetup
          • Members
          • AddModuleToCRSetup Constructor
          • Properties
            • FileName Property
            • FileRevision Property
            • FixObjid Property
        • AssignCRSetup
          • Members
          • AssignCRSetup Constructor
          • Properties
            • AssignDate Property
            • CRIDNum Property
            • GenerateTimeBombs Property
            • NewUser Property
            • UserName Property
            • WipBin Property
        • ChangeCRStatusSetup
          • Members
          • ChangeCRStatusSetup Constructor
          • Properties
            • ChangeDate Property
            • CRIDNum Property
            • GenerateTimeBombs Property
            • NewStatus Property
            • Notes Property
            • UserName Property
        • CheckClearQualityTransitionSetup
          • Members
          • CheckClearQualityTransitionSetup Constructor
          • Properties
            • NewCondition Property
            • NewStatus Property
            • OldCondition Property
            • OldStatus Property
            • UserName Property
        • CloseCRSetup
          • Members
          • CloseCRSetup Constructor
          • Properties
            • AdditionalFields Property
            • CloseDate Property
            • CRIDNum Property
            • FixedInRelease Property
            • GenerateTimeBombs Property
            • Notes Property
            • Status Property
            • TestCase Property
            • UserName Property
        • CreateCRSetup
          • Members
          • CreateCRSetup Constructor
          • Properties
            • AdditionalFields Property
            • CRClass Property
            • CreateDate Property
            • CRType Property
            • Description Property
            • FixedIn Property
            • FoundOnCPU Property
            • Frequency Property
            • GenerateTimeBombs Property
            • IntroductionPhase Property
            • Memory Property
            • OperatingSystem Property
            • PartDomain Property
            • PartNumber Property
            • PartRevision Property
            • Priority Property
            • Queue Property
            • Status Property
            • TestClass Property
            • Title Property
            • UserName Property
            • VerificationTest Property
        • DispatchCRSetup
          • Members
          • DispatchCRSetup Constructor
          • Properties
            • CRIDNum Property
            • DispatchDate Property
            • GenerateTimeBombs Property
            • Queue Property
            • UserName Property
          • DuplicateCRSetup
            • Members
            • DuplicateCRSetup Constructor
            • Properties
              • CloseDate Property
              • CRIDNum Property
              • GenerateTimeBombs Property
              • MasterCRIDNum Property
              • Status Property
              • UserName Property
        • FixCRSetup
          • Members
          • FixCRSetup Constructor
          • Properties
            • AdditionalFields Property
            • CRIDNum Property
            • FixDate Property
            • GenerateTimeBombs Property
            • Notes Property
            • Status Property
            • UserName Property
        • FixFailedSetup
          • Members
          • FixFailedSetup Constructor
          • Properties
            • AdditionalFields Property
            • CRIDNum Property
            • FailedDate Property
            • FixedInRelease Property
            • GenerateTimeBombs Property
            • Notes Property
            • Status Property
            • TestCase Property
            • UserName Property
        • ForwardCRSetup
          • Members
          • ForwardCRSetup Constructor
          • Properties
            • CRIDNum Property
            • ForwardDate Property
            • GenerateTimeBombs Property
            • NewQueue Property
            • Notes Property
            • UserName Property
        • LogCREmailSetup
          • Members
          • LogCREmailSetup Constructor
          • Properties
            • AdditionalFields Property
            • CCList Property
            • CRIDNum Property
            • GenerateTimeBombs Property
            • LogDate Property
            • Message Property
            • Recipient Property
            • SendEmail Property
            • UserName Property
        • LogCRNoteSetup
          • Members
          • LogCRNoteSetup Constructor
          • Properties
            • AdditionalFields Property
            • CRIDNum Property
            • GenerateTimeBombs Property
            • InternalUseOnlyNotes Property
            • LogDate Property
            • Notes Property
            • UserName Property
        • MoveCRSetup
          • Members
          • MoveCRSetup Constructor
          • Properties
            • CRIDNum Property
            • NewWipBin Property
        • QualityToolkit
          • Members
          • QualityToolkit Constructor
            • QualityToolkit Constructor(ClarifySession)
            • QualityToolkit Constructor(IFCApplication,IFCSession)
          • Methods
            • AcceptCR Method
              • AcceptCR(String) Method
              • AcceptCR(AcceptCRSetup) Method
              • AcceptCR(AcceptCRSetup,IDbTransaction) Method
            • AddModuleToCR Method
              • AddModuleToCR(Int32,String) Method
              • AddModuleToCR(AddModuleToCRSetup) Method
              • AddModuleToCR(AddModuleToCRSetup,IDbTransaction) Method
            • AppendHistoryToCR Method
              • AppendHistoryToCR(String,String) Method
              • AppendHistoryToCR(String,String,IDbTransaction) Method
            • AssignCR Method
              • AssignCR(String) Method
              • AssignCR(AssignCRSetup) Method
              • AssignCR(AssignCRSetup,IDbTransaction) Method
            • ChangeCRStatus Method
              • ChangeCRStatus(String) Method
              • ChangeCRStatus(ChangeCRStatusSetup) Method
              • ChangeCRStatus(ChangeCRStatusSetup,IDbTransaction) Method
            • CheckClearQualityTransition Method
              • CheckClearQualityTransition(String,String,String,String,String) Method
              • CheckClearQualityTransition(CheckClearQualityTransitionSetup) Method
              • CheckClearQualityTransition(CheckClearQualityTransitionSetup,IDbTransaction) Method
            • CloseCR Method
              • CloseCR(String) Method
              • CloseCR(CloseCRSetup) Method
              • CloseCR(CloseCRSetup,IDbTransaction) Method
            • CreateCR Method
              • CreateCR(String,String,String) Method
              • CreateCR(CreateCRSetup) Method
              • CreateCR(CreateCRSetup,IDbTransaction) Method
            • DispatchCR Method
              • DispatchCR(String,String) Method
              • DispatchCR(DispatchCRSetup) Method
              • DispatchCR(DispatchCRSetup,IDbTransaction) Method
            • DuplicateCR Method
              • DuplicateCR(String,String) Method
              • DuplicateCR(DuplicateCRSetup) Method
              • DuplicateCR(DuplicateCRSetup,IDbTransaction) Method
            • FixCR Method
              • FixCR(String) Method
              • FixCR(FixCRSetup) Method
              • FixCR(FixCRSetup,IDbTransaction) Method
            • FixFailed Method
              • FixFailed(String) Method
              • FixFailed(FixFailedSetup) Method
              • FixFailed(FixFailedSetup,IDbTransaction) Method
            • ForwardCR Method
              • ForwardCR(String,String) Method
              • ForwardCR(ForwardCRSetup) Method
              • ForwardCR(ForwardCRSetup,IDbTransaction) Method
            • LogCREmail Method
              • LogCREmail(String) Method
              • LogCREmail(LogCREmailSetup) Method
              • LogCREmail(LogCREmailSetup,IDbTransaction) Method
            • LogCREmailIn Method
              • LogCREmailIn(LogCREmailInSetup) Method
              • LogCREmailIn(LogCREmailInSetup,IDbTransaction) Method
            • LogCRNote Method
              • LogCRNote(String) Method
              • LogCRNote(LogCRNoteSetup) Method
              • LogCRNote(LogCRNoteSetup,IDbTransaction) Method
            • MoveCR Method
              • MoveCR(String,String) Method
              • MoveCR(MoveCRSetup) Method
              • MoveCR(MoveCRSetup,IDbTransaction) Method
            • RejectCR Method
              • RejectCR(String) Method
              • RejectCR(RejectCRSetup) Method
              • RejectCR(RejectCRSetup,IDbTransaction) Method
            • ReopenCR Method
              • ReopenCR(String) Method
              • ReopenCR(ReopenCRSetup) Method
              • ReopenCR(ReopenCRSetup,IDbTransaction) Method
            • ReplicateCR Method
              • ReplicateCR(String) Method
              • ReplicateCR(ReplicateCRSetup) Method
              • ReplicateCR(ReplicateCRSetup,IDbTransaction) Method
            • UpdateCR Method
              • UpdateCR(UpdateCRSetup) Method
              • UpdateCR(UpdateCRSetup,IDbTransaction) Method
            • YankCR Method
              • YankCR(String) Method
              • YankCR(YankCRSetup) Method
              • YankCR(YankCRSetup,IDbTransaction) Method
            • Properties
              • ApplicationClock Property
        • QualityToolkit.LogCREmailInSetup
          • Members
          • QualityToolkit.LogCREmailInSetup Constructor
        • QualityToolkitBase
          • Members
        • RejectCRSetup
          • Members
          • RejectCRSetup Constructor
          • Properties
            • CRIDNum Property
            • GenerateTimeBombs Property
            • Notes Property
            • RejectDate Property
            • UserName Property
            • WipBin Property
        • ReopenCRSetup
          • Members
          • ReopenCRSetup Constructor
          • Properties
            • CRIDNum Property
            • GenerateTimeBombs Property
            • ReopenDate Property
            • Status Property
            • UserName Property
            • WipBin Property
        • ReplicateCRSetup
          • Members
          • ReplicateCRSetup Constructor
          • Properties
            • CRIDNum Property
            • GenerateTimeBombs Property
            • ReplicatedDate Property
            • UserName Property
        • UpdateCRSetup
          • Members
          • UpdateCRSetup Constructor
          • Properties
            • AdditionalFields Property
            • CRClass Property
            • CRIDNum Property
            • CRType Property
            • FixedIn Property
            • FoundOnCPU Property
            • Frequency Property
            • GenerateTimeBombs Property
            • IntroductionPhase Property
            • Memory Property
            • OperatingSystem Property
            • PartDomain Property
            • PartNumber Property
            • PartRevision Property
            • Priority Property
            • TestClass Property
            • Title Property
            • UpdateDate Property
            • UserName Property
        • YankCRSetup
          • Members
          • YankCRSetup Constructor
          • Properties
            • CRIDNum Property
            • GenerateTimeBombs Property
            • UserName Property
            • WipBin Property
            • YankDate Property
    • FChoice.Toolkits.Clarify.Sales Namespace
      • Classes
        • AcceptActionItemSetup
          • Members
          • AcceptActionItemSetup Constructor
          • Properties
            • AcceptDate Property
            • ActionItemIDNum Property
            • GenerateTimeBombs Property
            • UserName Property
            • WipBin Property
        • AcceptOpportunitySetup
          • Members
          • AcceptOpportunitySetup Constructor
          • Properties
            • AcceptDate Property
            • GenerateTimeBombs Property
            • OpportunityIDNum Property
            • UserName Property
            • WipBin Property
        • AcceptQuoteSetup
          • Members
          • AcceptQuoteSetup Constructor
          • Properties
            • AcceptDate Property
            • GenerateTimeBombs Property
            • QuoteIDNum Property
            • UserName Property
            • WipBin Property
        • AssignActionItemSetup
          • Members
          • AssignActionItemSetup Constructor
          • Properties
            • ActionItemIDNum Property
            • AssignDate Property
            • GenerateTimeBombs Property
            • NewUser Property
            • UserName Property
            • WipBin Property
        • AssignLeadSetup
          • Members
          • AssignLeadSetup Constructor
          • Properties
            • AssignDate Property
            • GenerateTimeBombs Property
            • LeadObjid Property
            • NewOwner Property
        • AssignOpportunitySetup
          • Members
          • AssignOpportunitySetup Constructor
          • Properties
            • AssignDate Property
            • GenerateTimeBombs Property
            • NewUser Property
            • OpportunityIDNum Property
            • UserName Property
            • WipBin Property
        • AssignQuoteSetup
          • Members
          • AssignQuoteSetup Constructor
          • Properties
            • AssignDate Property
            • GenerateTimeBombs Property
            • NewUser Property
            • QuoteIDNum Property
            • UserName Property
            • WipBin Property
        • ChangeActionItemConditionSetup
          • Members
          • ChangeActionItemConditionSetup Constructor
          • Properties
            • ActionItemIDNum Property
            • ChangeDate Property
            • GenerateTimeBombs Property
            • NewCondition Property
            • NewStatus Property
            • UserName Property
        • ChangeActionItemStatusSetup
          • Members
          • ChangeActionItemStatusSetup Constructor
          • Properties
            • ActionItemIDNum Property
            • ChangeDate Property
            • GenerateTimeBombs Property
            • NewStatus Property
            • Notes Property
            • UserName Property
        • ChangeOpportunityStageSetup
          • Members
          • ChangeOpportunityStageSetup Constructor
          • Properties
            • ChangeDate Property
            • GenerateTimeBombs Property
            • NewStatus Property
            • Notes Property
            • OpportunityIDNum Property
            • Stage Property
            • UserName Property
        • ChangeOpportunityStatusSetup
          • Members
          • ChangeOpportunityStatusSetup Constructor
          • Properties
            • ChangeDate Property
            • GenerateTimeBombs Property
            • NewStatus Property
            • Notes Property
            • OpportunityIDNum Property
            • UserName Property
        • ChangeQuoteStatusSetup
          • Members
          • ChangeQuoteStatusSetup Constructor
          • Properties
            • ChangeDate Property
            • GenerateTimeBombs Property
            • NewStatus Property
            • Notes Property
            • QuoteIDNum Property
            • UserName Property
        • CloseOpportunitySetup
          • Members
          • CloseOpportunitySetup Constructor
          • Properties
            • CloseDate Property
            • GenerateTimeBombs Property
            • OpportunityIDNum Property
            • Status Property
            • UserName Property
        • CreateActionItemSetup
          • Members
          • CreateActionItemSetup Constructor
          • Properties
            • AccountName Property
            • AdditionalFields Property
            • CompleteDate Property
            • ContactFirstName Property
            • ContactLastName Property
            • ContactPhone Property
            • CreateDate Property
            • DueDate Property
            • GenerateTimeBombs Property
            • LeadFirstName Property
            • LeadLastName Property
            • Notes Property
            • OpportunityIDNum Property
            • Priority Property
            • StartDate Property
            • Status Property
            • TaskType Property
            • Title Property
            • UserName Property
        • CreateLeadSetup
          • Members
          • CreateLeadSetup Constructor
          • Properties
            • AdditionalFields Property
            • Address Property
            • Address2 Property
            • City Property
            • CompanyName Property
            • ContactFirstName Property
            • ContactLastName Property
            • ContactPhone Property
            • ContactRole Property
            • Country Property
            • CreateDate Property
            • Email Property
            • Fax Property
            • GenerateTimeBombs Property
            • LeadObjid Property
            • LeadSource Property
            • PostalCode Property
            • Rating Property
            • SiteName Property
            • SiteType Property
            • State Property
            • TimeZone Property
            • Title Property
            • UserName Property
        • CreateOpportunitySetup
          • Members
          • CreateOpportunitySetup Constructor
          • Properties
            • AccountIDNum Property
            • AdditionalFields Property
            • Amount Property
            • CloseDate Property
            • ContactFirstName Property
            • ContactLastName Property
            • ContactPhone Property
            • CreateDate Property
            • Currency Property
            • GenerateTimeBombs Property
            • LeadSource Property
            • OpportunityName Property
            • Probability Property
            • Process Property
            • SalesStage Property
            • Territory Property
            • UserName Property
        • CreateQuoteLineItemSetup
          • Members
          • CreateQuoteLineItemSetup Constructor
            • CreateQuoteLineItemSetup Constructor(String,String,String,String,Int32,String,Int32)
            • CreateQuoteLineItemSetup Constructor(String,String,String,String,String,String,Int32)
          • Properties
            • AdditionalFields Property
            • AutoInstall Property
            • Comments Property
            • ContractIDNum Property
            • CreateDate Property
            • EndDate Property
            • IsTaxable Property
            • OverridePrice Property
            • ParentLineItemObjid Property
            • PartDomain Property
            • PartNumber Property
            • PartRevision Property
            • POIDNum Property
            • PriceSchedule Property
            • Quantity Property
            • QuotedSiteIDNum Property
            • SerialNumber Property
            • ServicedAtSiteIDNum Property
            • StartDate Property
            • UnitsUsed Property
            • UserName Property
        • CreateQuoteSetup
          • Members
          • CreateQuoteSetup Constructor
          • Properties
            • AccountIDNum Property
            • AdditionalFields Property
            • AdminUserName Property
            • BillToSiteIDNum Property
            • ContactFirstName Property
            • ContactLastName Property
            • ContactPhone Property
            • CreateDate Property
            • Currency Property
            • GenerateTimeBombs Property
            • OpportunityIDNum Property
            • PriceProgram Property
            • Queue Property
            • QuoteLengthInDays Property
            • QuoteTitle Property
            • ShipToSiteIDNum Property
            • SiteIDNum Property
            • Status Property
            • UserName Property
        • DispatchActionItemSetup
          • Members
          • DispatchActionItemSetup Constructor
          • Properties
            • ActionItemIDNum Property
            • DispatchDate Property
            • GenerateTimeBombs Property
            • Queue Property
            • UserName Property
        • DispatchOpportunitySetup
          • Members
          • DispatchOpportunitySetup Constructor
          • Properties
            • DispatchDate Property
            • GenerateTimeBombs Property
            • OpportunityIDNum Property
            • Queue Property
            • UserName Property
        • DispatchQuoteSetup
          • Members
          • DispatchQuoteSetup Constructor
          • Properties
            • DispatchDate Property
            • GenerateTimeBombs Property
            • Queue Property
            • QuoteIDNum Property
            • UserName Property
        • ForwardActionItemSetup
          • Members
          • ForwardActionItemSetup Constructor
          • Properties
            • ActionItemIDNum Property
            • ForwardDate Property
            • GenerateTimeBombs Property
            • NewQueue Property
            • Notes Property
            • UserName Property
        • ForwardOpportunitySetup
          • Members
          • ForwardOpportunitySetup Constructor
          • Properties
            • ForwardDate Property
            • GenerateTimeBombs Property
            • NewQueue Property
            • Notes Property
            • OpportunityIDNum Property
            • UserName Property
        • ForwardQuoteSetup
          • Members
          • ForwardQuoteSetup Constructor
          • Properties
            • ForwardDate Property
            • GenerateTimeBombs Property
            • NewQueue Property
            • Notes Property
            • QuoteIDNum Property
            • UserName Property
        • LogActionItemEmailInSetup
          • Members
          • LogActionItemEmailInSetup Constructor
        • LogLeadNoteSetup
          • Members
          • LogLeadNoteSetup Constructor
          • Properties
            • GenerateTimeBombs Property
            • InternalUseOnlyNotes Property
            • LeadObjid Property
            • LogDate Property
            • Notes Property
            • UserName Property
        • LogLeadPhoneSetup
          • Members
          • LogLeadPhoneSetup Constructor
          • Properties
            • ActionType Property
            • ContactFirstName Property
            • ContactLastName Property
            • ContactPhone Property
            • Duration Property
            • GenerateTimeBombs Property
            • InternalUseOnlyNotes Property
            • LeadObjid Property
            • LogDate Property
            • Notes Property
            • UserName Property
        • MoveActionItemSetup
          • Members
          • MoveActionItemSetup Constructor
          • Properties
            • ActionItemIDNum Property
            • NewWipBin Property
        • MoveOpportunitySetup
          • Members
          • MoveOpportunitySetup Constructor
          • Properties
            • NewWipBin Property
            • OpportunityIDNum Property
        • MoveQuoteSetup
          • Members
          • MoveQuoteSetup Constructor
          • Properties
            • NewWipBin Property
            • QuoteIDNum Property
        • RejectActionItemSetup
          • Members
          • RejectActionItemSetup Constructor
          • Properties
            • ActionItemIDNum Property
            • GenerateTimeBombs Property
            • Notes Property
            • RejectDate Property
            • UserName Property
            • WipBin Property
        • RejectOpportunitySetup
          • Members
          • RejectOpportunitySetup Constructor
          • Properties
            • GenerateTimeBombs Property
            • Notes Property
            • OpportunityIDNum Property
            • RejectDate Property
            • UserName Property
            • WipBin Property
        • RejectQuoteSetup
          • Members
          • RejectQuoteSetup Constructor
          • Properties
            • GenerateTimeBombs Property
            • Notes Property
            • QuoteIDNum Property
            • RejectDate Property
            • UserName Property
            • WipBin Property
        • ReopenOpportunitySetup
          • Members
          • ReopenOpportunitySetup Constructor
          • Properties
            • GenerateTimeBombs Property
            • OpportunityIDNum Property
            • ReopenDate Property
            • Status Property
            • UserName Property
            • WipBin Property
        • SalesToolkit
          • Members
          • SalesToolkit Constructor
            • SalesToolkit Constructor(ClarifySession)
            • SalesToolkit Constructor(IFCApplication,IFCSession)
          • Methods
            • AcceptActionItem Method
              • AcceptActionItem(String) Method
              • AcceptActionItem(AcceptActionItemSetup) Method
              • AcceptActionItem(AcceptActionItemSetup,IDbTransaction) Method
            • AcceptOpportunity Method
              • AcceptOpportunity(String) Method
              • AcceptOpportunity(AcceptOpportunitySetup) Method
              • AcceptOpportunity(AcceptOpportunitySetup,IDbTransaction) Method
            • AcceptQuote Method
              • AcceptQuote(String) Method
              • AcceptQuote(AcceptQuoteSetup) Method
              • AcceptQuote(AcceptQuoteSetup,IDbTransaction) Method
            • AssignActionItem Method
              • AssignActionItem(String) Method
              • AssignActionItem(AssignActionItemSetup) Method
              • AssignActionItem(AssignActionItemSetup,IDbTransaction) Method
            • AssignLead Method
              • AssignLead(Int32,String) Method
              • AssignLead(AssignLeadSetup) Method
              • AssignLead(AssignLeadSetup,IDbTransaction) Method
            • AssignOpportunity Method
              • AssignOpportunity(String) Method
              • AssignOpportunity(AssignOpportunitySetup) Method
              • AssignOpportunity(AssignOpportunitySetup,IDbTransaction) Method
            • AssignQuote Method
              • AssignQuote(String) Method
              • AssignQuote(AssignQuoteSetup) Method
              • AssignQuote(AssignQuoteSetup,IDbTransaction) Method
            • ChangeActionItemCondition Method
              • ChangeActionItemCondition(String,String) Method
              • ChangeActionItemCondition(ChangeActionItemConditionSetup) Method
              • ChangeActionItemCondition(ChangeActionItemConditionSetup,IDbTransaction) Method
            • ChangeActionItemStatus Method
              • ChangeActionItemStatus(String) Method
              • ChangeActionItemStatus(ChangeActionItemStatusSetup) Method
              • ChangeActionItemStatus(ChangeActionItemStatusSetup,IDbTransaction) Method
            • ChangeOpportunityStatus Method
              • ChangeOpportunityStatus(String) Method
              • ChangeOpportunityStatus(ChangeOpportunityStatusSetup) Method
              • ChangeOpportunityStatus(ChangeOpportunityStatusSetup,IDbTransaction) Method
            • ChangeQuoteStatus Method
              • ChangeQuoteStatus(String) Method
              • ChangeQuoteStatus(ChangeQuoteStatusSetup) Method
              • ChangeQuoteStatus(ChangeQuoteStatusSetup,IDbTransaction) Method
            • CloseOpportunity Method
              • CloseOpportunity(String) Method
              • CloseOpportunity(CloseOpportunitySetup) Method
              • CloseOpportunity(CloseOpportunitySetup,IDbTransaction) Method
            • CreateActionItem Method
              • CreateActionItem() Method
              • CreateActionItem(CreateActionItemSetup) Method
              • CreateActionItem(CreateActionItemSetup,IDbTransaction) Method
            • CreateLead Method
              • CreateLead(String,String,String,LeadSiteType,String) Method
              • CreateLead(CreateLeadSetup) Method
              • CreateLead(CreateLeadSetup,IDbTransaction) Method
            • CreateOpportunity Method
              • CreateOpportunity(String,String,Single) Method
              • CreateOpportunity(CreateOpportunitySetup) Method
              • CreateOpportunity(CreateOpportunitySetup,IDbTransaction) Method
            • CreateQuote Method
              • CreateQuote(String) Method
              • CreateQuote(CreateQuoteSetup) Method
              • CreateQuote(CreateQuoteSetup,IDbTransaction) Method
            • CreateQuoteLineItem Method
              • CreateQuoteLineItem(String,String,String,String,Int32,String,Int32) Method
              • CreateQuoteLineItem(String,String,String,String,String,String,Int32) Method
              • CreateQuoteLineItem(CreateQuoteLineItemSetup) Method
              • CreateQuoteLineItem(CreateQuoteLineItemSetup,IDbTransaction) Method
            • DispatchActionItem Method
              • DispatchActionItem(String,String) Method
              • DispatchActionItem(DispatchActionItemSetup) Method
              • DispatchActionItem(DispatchActionItemSetup,IDbTransaction) Method
            • DispatchOpportunity Method
              • DispatchOpportunity(String,String) Method
              • DispatchOpportunity(DispatchOpportunitySetup) Method
              • DispatchOpportunity(DispatchOpportunitySetup,IDbTransaction) Method
            • DispatchQuote Method
              • DispatchQuote(String,String) Method
              • DispatchQuote(DispatchQuoteSetup) Method
              • DispatchQuote(DispatchQuoteSetup,IDbTransaction) Method
            • ForwardActionItem Method
              • ForwardActionItem(String,String) Method
              • ForwardActionItem(ForwardActionItemSetup) Method
              • ForwardActionItem(ForwardActionItemSetup,IDbTransaction) Method
            • ForwardOpportunity Method
              • ForwardOpportunity(String,String) Method
              • ForwardOpportunity(ForwardOpportunitySetup) Method
              • ForwardOpportunity(ForwardOpportunitySetup,IDbTransaction) Method
            • ForwardQuote Method
              • ForwardQuote(String,String) Method
              • ForwardQuote(ForwardQuoteSetup) Method
              • ForwardQuote(ForwardQuoteSetup,IDbTransaction) Method
            • LogActionItemEmailIn Method
              • LogActionItemEmailIn(LogActionItemEmailInSetup) Method
              • LogActionItemEmailIn(LogActionItemEmailInSetup,IDbTransaction) Method
            • LogLeadNote Method
              • LogLeadNote(Int32) Method
              • LogLeadNote(LogLeadNoteSetup) Method
              • LogLeadNote(LogLeadNoteSetup,IDbTransaction) Method
            • LogLeadPhone Method
              • LogLeadPhone(Int32,String,String,String,TimeSpan) Method
              • LogLeadPhone(LogLeadPhoneSetup) Method
              • LogLeadPhone(LogLeadPhoneSetup,IDbTransaction) Method
            • MoveActionItem Method
              • MoveActionItem(String,String) Method
              • MoveActionItem(MoveActionItemSetup) Method
              • MoveActionItem(MoveActionItemSetup,IDbTransaction) Method
            • MoveOpportunity Method
              • MoveOpportunity(String,String) Method
              • MoveOpportunity(MoveOpportunitySetup) Method
              • MoveOpportunity(MoveOpportunitySetup,IDbTransaction) Method
            • MoveQuote Method
              • MoveQuote(String,String) Method
              • MoveQuote(MoveQuoteSetup) Method
              • MoveQuote(MoveQuoteSetup,IDbTransaction) Method
            • RejectActionItem Method
              • RejectActionItem(String) Method
              • RejectActionItem(RejectActionItemSetup) Method
              • RejectActionItem(RejectActionItemSetup,IDbTransaction) Method
            • RejectOpportunity Method
              • RejectOpportunity(String) Method
              • RejectOpportunity(RejectOpportunitySetup) Method
              • RejectOpportunity(RejectOpportunitySetup,IDbTransaction) Method
            • RejectQuote Method
              • RejectQuote(String) Method
              • RejectQuote(RejectQuoteSetup) Method
              • RejectQuote(RejectQuoteSetup,IDbTransaction) Method
            • ReopenOpportunity Method
              • ReopenOpportunity(String) Method
              • ReopenOpportunity(ReopenOpportunitySetup) Method
              • ReopenOpportunity(ReopenOpportunitySetup,IDbTransaction) Method
            • UpdateActionItem Method
              • UpdateActionItem(UpdateActionItemSetup) Method
              • UpdateActionItem(UpdateActionItemSetup,IDbTransaction) Method
            • UpdateLead Method
              • UpdateLead(UpdateLeadSetup) Method
              • UpdateLead(UpdateLeadSetup,IDbTransaction) Method
            • UpdateOpportunity Method
              • UpdateOpportunity(UpdateOpportunitySetup) Method
              • UpdateOpportunity(UpdateOpportunitySetup,IDbTransaction) Method
            • YankActionItem Method
              • YankActionItem(String) Method
              • YankActionItem(YankActionItemSetup) Method
              • YankActionItem(YankActionItemSetup,IDbTransaction) Method
            • YankOpportunity Method
              • YankOpportunity(String) Method
              • YankOpportunity(YankOpportunitySetup) Method
              • YankOpportunity(YankOpportunitySetup,IDbTransaction) Method
            • YankQuote Method
              • YankQuote(String) Method
              • YankQuote(YankQuoteSetup) Method
              • YankQuote(YankQuoteSetup,IDbTransaction) Method
          • Properties
            • ApplicationClock Property
        • SalesToolkitBase
          • Members
          • Methods
            • ChangeOpportunityStage Method
              • ChangeOpportunityStage(String,OpportunityStage) Method
              • ChangeOpportunityStage(ChangeOpportunityStageSetup) Method
        • UpdateActionItemSetup
          • Members
          • UpdateActionItemSetup Constructor
          • Properties
            • AccountName Property
            • ActionItemIDNum Property
            • AdditionalFields Property
            • CompleteDate Property
            • ContactFirstName Property
            • ContactLastName Property
            • ContactPhone Property
            • DueDate Property
            • LeadFirstName Property
            • LeadLastName Property
            • Notes Property
            • OpportunityIDNum Property
            • Priority Property
            • StartDate Property
            • Status Property
            • TaskType Property
            • Title Property
            • UpdateDate Property
        • UpdateLeadSetup
          • Members
          • UpdateLeadSetup Constructor
          • Properties
            • AdditionalFields Property
            • Address Property
            • Address2 Property
            • City Property
            • CompanyName Property
            • ContactFirstName Property
            • ContactLastName Property
            • ContactPhone Property
            • ContactRole Property
            • Country Property
            • CreateDate Property
            • Email Property
            • Fax Property
            • GenerateTimeBombs Property
            • LeadObjid Property
            • LeadSource Property
            • PostalCode Property
            • Rating Property
            • SiteName Property
            • SiteType Property
            • State Property
            • TimeZone Property
            • Title Property
            • UserName Property
        • UpdateOpportunitySetup
          • Members
          • UpdateOpportunitySetup Constructor
          • Properties
            • AccountIDNum Property
            • AdditionalFields Property
            • Amount Property
            • CloseDate Property
            • ContactFirstName Property
            • ContactLastName Property
            • ContactPhone Property
            • Currency Property
            • GenerateTimeBombs Property
            • LeadSource Property
            • OpportunityIDNum Property
            • OpportunityName Property
            • Probability Property
            • Process Property
            • Territory Property
            • UpdateDate Property
            • UserName Property
        • YankActionItemSetup
          • Members
          • YankActionItemSetup Constructor
          • Properties
            • ActionItemIDNum Property
            • GenerateTimeBombs Property
            • UserName Property
            • WipBin Property
            • YankDate Property
        • YankOpportunitySetup
          • Members
          • YankOpportunitySetup Constructor
          • Properties
            • GenerateTimeBombs Property
            • OpportunityIDNum Property
            • UserName Property
            • WipBin Property
            • YankDate Property
        • YankQuoteSetup
          • Members
          • YankQuoteSetup Constructor
          • Properties
            • GenerateTimeBombs Property
            • QuoteIDNum Property
            • UserName Property
            • WipBin Property
            • YankDate Property
    • FChoice.Toolkits.Clarify.Support Namespace
      • Classes
        • AcceptCaseSetup
          • Members
          • AcceptCaseSetup Constructor
          • Properties
            • AcceptDate Property
            • CaseIDNum Property
            • GenerateTimeBombs Property
            • UserName Property
            • WipBin Property
        • AcceptSubcaseSetup
          • Members
          • AcceptSubcaseSetup Constructor
          • Properties
            • AcceptDate Property
            • GenerateTimeBombs Property
            • SubcaseIDNum Property
            • UserName Property
            • WipBin Property
        • AssignCaseSetup
          • Members
          • AssignCaseSetup Constructor
          • Properties
            • AssignDate Property
            • CaseIDNum Property
            • GenerateTimeBombs Property
            • NewUser Property
            • UserName Property
            • WipBin Property
        • AssignSubcaseSetup
          • Members
          • AssignSubcaseSetup Constructor
          • Properties
            • AssignDate Property
            • GenerateTimeBombs Property
            • NewUser Property
            • SubcaseIDNum Property
            • UserName Property
            • WipBin Property
        • CaseTimeAndExpenses
          • Members
          • CaseTimeAndExpenses Constructor
          • Properties
            • CaseActualPhoneTime Property
            • CaseActualResearchTime Property
            • CaseBillableExpenses Property
            • CaseBillableTime Property
            • CaseNonBillableExpenses Property
            • CaseNonBillableTime Property
            • CasePhoneTime Property
            • CaseResearchTime Property
            • TotalActualPhoneTime Property
            • TotalActualResearchTime Property
            • TotalBillableExpenses Property
            • TotalBillableTime Property
            • TotalNonBillableExpenses Property
            • TotalNonBillableTime Property
            • TotalPhoneTime Property
            • TotalResearchTime Property
          • Fields
            • EMPTY Field
        • ChangeCaseContactSetup
          • Members
          • ChangeCaseContactSetup Constructor
          • Properties
            • CaseIDNum Property
            • ChangeDate Property
            • ContactFirstName Property
            • ContactLastName Property
            • ContactPhone Property
            • GenerateTimeBombs Property
            • SiteIDNum Property
            • UserName Property
        • ChangeCaseSiteSetup
          • Members
          • ChangeCaseSiteSetup Constructor
          • Properties
            • CaseIDNum Property
            • ChangeDate Property
            • ContactFirstName Property
            • ContactLastName Property
            • ContactPhone Property
            • GenerateTimeBombs Property
            • SiteIDNum Property
            • UserName Property
        • ChangeCaseStatusSetup
          • Members
          • ChangeCaseStatusSetup Constructor
          • Properties
            • CaseIDNum Property
            • ChangeDate Property
            • GenerateTimeBombs Property
            • NewStatus Property
            • Notes Property
            • UserName Property
        • ChangeSubcaseStatusSetup
          • Members
          • ChangeSubcaseStatusSetup Constructor
          • Properties
            • ChangeDate Property
            • GenerateTimeBombs Property
            • NewStatus Property
            • Notes Property
            • SubcaseIDNum Property
            • UserName Property
        • ClarifyApplicationClock
          • Members
          • ClarifyApplicationClock Constructor
          • Properties
            • Now Property
        • CloseCaseSetup
          • Members
          • CloseCaseSetup Constructor
          • Properties
            • AdditionalFields Property
            • CaseIDNum Property
            • CaseTimeAndExpenses Property
            • CloseDate Property
            • GenerateTimeBombs Property
            • Resolution Property
            • Status Property
            • Summary Property
            • UnitsUsed Property
            • UserName Property
        • CloseSubcaseSetup
          • Members
          • CloseSubcaseSetup Constructor
          • Properties
            • AdditionalFields Property
            • CloseDate Property
            • GenerateTimeBombs Property
            • Resolution Property
            • Status Property
            • SubcaseIDNum Property
            • Summary Property
            • UserName Property
        • CompatibilityApplicationClock
          • Members
          • CompatibilityApplicationClock Constructor
          • Properties
            • Now Property
        • CreateCaseObjidSetup
          • Members
          • CreateCaseObjidSetup Constructor
          • Properties
            • AdditionalFields Property
            • AddressObjid Property
            • CaseType Property
            • ContactFirstName Property
            • ContactLastName Property
            • ContactObjid Property
            • ContactPhone Property
            • ContractObjid Property
            • CreateDate Property
            • GenerateTimeBombs Property
            • PartRevisionObjid Property
            • PhoneEndDate Property
            • PhoneLogNotes Property
            • Priority Property
            • Queue Property
            • Serverity Property
            • SiteObjid Property
            • SitePartObjid Property
            • Status Property
            • Title Property
            • UserName Property
        • CreateCaseSetup
          • Members
          • CreateCaseSetup Constructor
          • Properties
            • AdditionalFields Property
            • CaseType Property
            • ContactFirstName Property
            • ContactLastName Property
            • ContactPhone Property
            • ContractIDNum Property
            • CreateDate Property
            • GenerateTimeBombs Property
            • PartDomain Property
            • PartNumber Property
            • PartRevision Property
            • PhoneEndDate Property
            • PhoneLogNotes Property
            • Priority Property
            • Queue Property
            • SerialNumber Property
            • Severity Property
            • SiteIDNum Property
            • SitePartObjid Property
            • Status Property
            • Title Property
            • UserName Property
        • CreateSubcaseSetup
          • Members
          • CreateSubcaseSetup Constructor
          • Properties
            • AdditionalFields Property
            • CaseIDNum Property
            • CreateDate Property
            • DueDate Property
            • GenerateTimeBombs Property
            • IsGeneral Property
            • Notes Property
            • Priority Property
            • PriorWarning Property
            • Queue Property
            • Severity Property
            • Status Property
            • Title Property
            • UserName Property
        • DispatchCaseSetup
          • Members
          • DispatchCaseSetup Constructor
          • Properties
            • CaseIDNum Property
            • DispatchDate Property
            • GenerateTimeBombs Property
            • Queue Property
            • UserName Property
        • DispatchSubcaseSetup
          • Members
          • DispatchSubcaseSetup Constructor
          • Properties
            • DispatchDate Property
            • GenerateTimeBombs Property
            • Queue Property
            • SubcaseIDNum Property
            • UserName Property
        • ForwardCaseSetup
          • Members
          • ForwardCaseSetup Constructor
          • Properties
            • CaseIDNum Property
            • ForwardDate Property
            • GenerateTimeBombs Property
            • NewQueue Property
            • Notes Property
            • UserName Property
        • ForwardSubcaseSetup
          • Members
          • ForwardSubcaseSetup Constructor
          • Properties
            • ForwardDate Property
            • GenerateTimeBombs Property
            • NewQueue Property
            • Notes Property
            • SubcaseIDNum Property
            • UserName Property
        • FulfillCommitmentSetup
          • Members
          • FulfillCommitmentSetup Constructor
          • Properties
            • FulfillDate Property
            • GenerateTimeBombs Property
            • LogObjid Property
            • UserName Property
        • GetCaseTimeAndExpensesResult
          • Members
          • GetCaseTimeAndExpensesResult Constructor
          • Properties
            • CaseTimeAndExpenses Property
        • GetCaseTimeAndExpensesSetup
          • Members
          • GetCaseTimeAndExpensesSetup Constructor
          • Properties
            • CaseIDNum Property
        • GetSubcaseTimeAndExpensesResult
          • Members
          • GetSubcaseTimeAndExpensesResult Constructor
          • Properties
            • SubcaseTimeAndExpenses Property
        • GetSubcaseTimeAndExpensesSetup
          • Members
          • GetSubcaseTimeAndExpensesSetup Constructor
          • Properties
            • SubcaseIDNum Property
        • InitialResponseSetup
          • Members
          • InitialResponseSetup Constructor
          • Properties
            • CaseIDNum Property
            • GenerateTimeBombs Property
            • IsVIAPhone Property
            • ResponseDate Property
            • UserName Property
        • LogCaseCommitmentSetup
          • Members
          • LogCaseCommitmentSetup Constructor
          • Properties
            • ActionType Property
            • AdditionalFields Property
            • CaseIDNum Property
            • CommitmentDate Property
            • ContactFirstName Property
            • ContactLastName Property
            • ContactPhone Property
            • GenerateCommitmentEmail Property
            • GenerateTimeBombs Property
            • IsMadeToCustomer Property
            • LogDate Property
            • Notes Property
            • PriorWarning Property
            • Title Property
            • UserName Property
        • LogCaseEmailInSetup
          • Members
          • LogCaseEmailInSetup Constructor
        • LogCaseEmailResult
          • Members
          • LogCaseEmailResult Constructor
          • Properties
            • CommitmentObjid Property
            • StatusChangeObjid Property
        • LogCaseEmailSetup
          • Members
          • LogCaseEmailSetup Constructor
          • Properties
            • ActionType Property
            • AdditionalFields Property
            • CaseIDNum Property
            • CCList Property
            • CommitmentActionType Property
            • CommitmentContactObjid Property
            • CommitmentDueDate Property
            • CommitmentNotes Property
            • CommitmentPriorWarning Property
            • CommitmentTitle Property
            • GenerateTimeBombs Property
            • IsCommitmentToCustomer Property
            • LogDate Property
            • Message Property
            • NewStatus Property
            • Recipient Property
            • SendEmail Property
            • UserName Property
        • LogCaseInternalNoteSetup
          • Members
          • LogCaseInternalNoteSetup Constructor
          • Properties
            • ActionType Property
            • AdditionalFields Property
            • CaseIDNum Property
            • CommitmentDueDate Property
            • CommitmentNotes Property
            • CommitmentPriorWarning Property
            • CommitmentTitle Property
            • GenerateTimeBombs Property
            • IsCommitmentToCustomer Property
            • LogDate Property
            • NewStatus Property
            • Notes Property
            • UserName Property
        • LogCaseInternalPhoneSetup
          • Members
          • LogCaseInternalPhoneSetup Constructor
          • Properties
            • ActionType Property
            • AdditionalFields Property
            • CaseIDNum Property
            • CommitmentDueDate Property
            • CommitmentNotes Property
            • CommitmentPriorWarning Property
            • CommitmentTitle Property
            • ContactFirstName Property
            • ContactLastName Property
            • ContactPhone Property
            • GenerateTimeBombs Property
            • IsCommitmentToCustomer Property
            • LogDate Property
            • LogEndDate Property
            • NewStatus Property
            • Notes Property
            • UserName Property
        • LogCaseNoteResult
          • Members
          • LogCaseNoteResult Constructor
          • Properties
            • CommitmentObjid Property
            • StatusChangeObjid Property
        • LogCaseNoteSetup
          • Members
          • LogCaseNoteSetup Constructor
          • Properties
            • ActionType Property
            • AdditionalFields Property
            • CaseIDNum Property
            • CommitmentDueDate Property
            • CommitmentNotes Property
            • CommitmentPriorWarning Property
            • CommitmentTitle Property
            • GenerateTimeBombs Property
            • InternalUseOnlyNotes Property
            • IsCommitmentToCustomer Property
            • LogDate Property
            • NewStatus Property
            • Notes Property
            • UserName Property
        • LogCasePhoneResult
          • Members
          • LogCasePhoneResult Constructor
          • Properties
            • CommitmentObjid Property
            • StatusChangeObjid Property
        • LogCasePhoneSetup
          • Members
          • LogCasePhoneSetup Constructor
          • Properties
            • ActionType Property
            • AdditionalFields Property
            • CaseIDNum Property
            • CommitmentDueDate Property
            • CommitmentNotes Property
            • CommitmentPriorWarning Property
            • CommitmentTitle Property
            • ContactFirstName Property
            • ContactLastName Property
            • ContactPhone Property
            • GenerateTimeBombs Property
            • InternalUseOnlyNotes Property
            • IsCommitmentToCustomer Property
            • LogDate Property
            • LogEndDate Property
            • NewStatus Property
            • Notes Property
            • UserName Property
        • LogCaseResearchResult
          • Members
          • LogCaseResearchResult Constructor
          • Properties
            • CommitmentObjid Property
            • StatusChangeObjid Property
        • LogCaseResearchSetup
          • Members
          • LogCaseResearchSetup Constructor
          • Properties
            • ActionType Property
            • AdditionalFields Property
            • CaseIDNum Property
            • CommitmentDueDate Property
            • CommitmentNotes Property
            • CommitmentPriorWarning Property
            • CommitmentTitle Property
            • GenerateTimeBombs Property
            • InternalUseOnlyNotes Property
            • IsCommitmentToCustomer Property
            • LogDate Property
            • NewStatus Property
            • Notes Property
            • ResearchDuration Property
            • UserName Property
        • LogEmailInSetup
          • Members
          • Properties
            • AdditionalFields Property
            • CCList Property
            • GenerateTimeBombs Property
            • IDNumber Property
            • LogDate Property
            • MailLogActionType Property
            • Message Property
            • Recipient Property
            • Sender Property
            • Subject Property
            • UserName Property
        • LogSubcaseCommitmentSetup
          • Members
          • LogSubcaseCommitmentSetup Constructor
          • Properties
            • ActionType Property
            • AdditionalFields Property
            • CommitmentDate Property
            • ContactFirstName Property
            • ContactLastName Property
            • ContactPhone Property
            • GenerateCommitmentEmail Property
            • GenerateTimeBombs Property
            • IsMadeToCustomer Property
            • LogDate Property
            • Notes Property
            • PriorWarning Property
            • SubcaseIDNum Property
            • Title Property
            • UserName Property
        • LogSubCaseEmailInSetup
          • Members
          • LogSubCaseEmailInSetup Constructor
        • LogSubcaseEmailResult
          • Members
          • LogSubcaseEmailResult Constructor
          • Properties
            • CommitmentObjid Property
            • StatusChangeObjid Property
        • LogSubcaseEmailSetup
          • Members
          • LogSubcaseEmailSetup Constructor
          • Properties
            • ActionType Property
            • AdditionalFields Property
            • CCList Property
            • CommitmentActionType Property
            • CommitmentContactObjid Property
            • CommitmentDueDate Property
            • CommitmentNotes Property
            • CommitmentPriorWarning Property
            • CommitmentTitle Property
            • GenerateTimeBombs Property
            • IsCommitmentToCustomer Property
            • LogDate Property
            • Message Property
            • NewStatus Property
            • Recipient Property
            • SendEmail Property
            • SubcaseIDNum Property
            • UserName Property
        • LogSubcaseInternalNoteSetup
          • Members
          • LogSubcaseInternalNoteSetup Constructor
          • Properties
            • ActionType Property
            • AdditionalFields Property
            • CommitmentDueDate Property
            • CommitmentNotes Property
            • CommitmentPriorWarning Property
            • CommitmentTitle Property
            • GenerateTimeBombs Property
            • IsCommitmentToCustomer Property
            • LogDate Property
            • NewStatus Property
            • Notes Property
            • SubcaseIDNum Property
            • UserName Property
        • LogSubcaseInternalPhoneSetup
          • Members
          • LogSubcaseInternalPhoneSetup Constructor
          • Properties
            • ActionType Property
            • AdditionalFields Property
            • CommitmentDueDate Property
            • CommitmentNotes Property
            • CommitmentPriorWarning Property
            • CommitmentTitle Property
            • ContactFirstName Property
            • ContactLastName Property
            • ContactPhone Property
            • GenerateTimeBombs Property
            • IsCommitmentToCustomer Property
            • LogDate Property
            • LogEndDate Property
            • NewStatus Property
            • Notes Property
            • SubcaseIDNum Property
            • UserName Property
        • LogSubcaseNoteResult
          • Members
          • LogSubcaseNoteResult Constructor
          • Properties
            • CommitmentObjid Property
            • StatusChangeObjid Property
        • LogSubcaseNoteSetup
          • Members
          • LogSubcaseNoteSetup Constructor
          • Properties
            • ActionType Property
            • AdditionalFields Property
            • CommitmentDueDate Property
            • CommitmentNotes Property
            • CommitmentPriorWarning Property
            • CommitmentTitle Property
            • GenerateTimeBombs Property
            • InternalUseOnlyNotes Property
            • IsCommitmentToCustomer Property
            • LogDate Property
            • NewStatus Property
            • Notes Property
            • SubcaseIDNum Property
            • UserName Property
        • LogSubcasePhoneResult
          • Members
          • LogSubcasePhoneResult Constructor
          • Properties
            • CommitmentObjid Property
            • StatusChangeObjid Property
        • LogSubcasePhoneSetup
          • Members
          • LogSubcasePhoneSetup Constructor
          • Properties
            • ActionType Property
            • AdditionalFields Property
            • CommitmentDueDate Property
            • CommitmentNotes Property
            • CommitmentPriorWarning Property
            • CommitmentTitle Property
            • ContactFirstName Property
            • ContactLastName Property
            • ContactPhone Property
            • GenerateTimeBombs Property
            • InternalUseOnlyNotes Property
            • IsCommitmentToCustomer Property
            • LogDate Property
            • LogEndDate Property
            • NewStatus Property
            • Notes Property
            • SubcaseIDNum Property
            • UserName Property
        • LogSubcaseResearchResult
          • Members
          • LogSubcaseResearchResult Constructor
          • Properties
            • CommitmentObjid Property
            • StatusChangeObjid Property
        • LogSubcaseResearchSetup
          • Members
          • LogSubcaseResearchSetup Constructor
          • Properties
            • ActionType Property
            • AdditionalFields Property
            • CommitmentDueDate Property
            • CommitmentNotes Property
            • CommitmentPriorWarning Property
            • CommitmentTitle Property
            • GenerateTimeBombs Property
            • InternalUseOnlyNotes Property
            • IsCommitmentToCustomer Property
            • LogDate Property
            • NewStatus Property
            • Notes Property
            • ResearchDuration Property
            • SubcaseIDNum Property
            • UserName Property
        • MoveCaseSetup
          • Members
          • MoveCaseSetup Constructor
          • Properties
            • CaseIDNum Property
            • NewWipBin Property
        • MoveSubcaseSetup
          • Members
          • MoveSubcaseSetup Constructor
          • Properties
            • NewWipBin Property
            • SubcaseIDNum Property
        • RejectCaseSetup
          • Members
          • RejectCaseSetup Constructor
          • Properties
            • CaseIDNum Property
            • GenerateTimeBombs Property
            • Notes Property
            • RejectDate Property
            • UserName Property
            • WipBin Property
        • RejectSubcaseSetup
          • Members
          • RejectSubcaseSetup Constructor
          • Properties
            • GenerateTimeBombs Property
            • Notes Property
            • RejectDate Property
            • SubcaseIDNum Property
            • UserName Property
            • WipBin Property
        • RelateCaseToParentCaseSetup
          • Members
          • RelateCaseToParentCaseSetup Constructor
          • Properties
            • CaseIDNum Property
            • ParentCaseIDNum Property
        • ReopenCaseSetup
          • Members
          • ReopenCaseSetup Constructor
          • Properties
            • CaseIDNum Property
            • GenerateTimeBombs Property
            • ReopenDate Property
            • Status Property
            • UserName Property
            • WipBin Property
        • ReopenSubcaseSetup
          • Members
          • ReopenSubcaseSetup Constructor
          • Properties
            • GenerateTimeBombs Property
            • ReopenDate Property
            • Status Property
            • SubcaseIDNum Property
            • UserName Property
            • WipBin Property
        • SubcaseTimeAndExpenses
          • Members
          • SubcaseTimeAndExpenses Constructor
          • Properties
            • CapturedPhoneTime Property
            • CapturedResearchTime Property
            • TotalBillableExpenses Property
            • TotalBillableTime Property
            • TotalNonBillableExpenses Property
            • TotalNonBillableTime Property
        • SupportToolkit
          • Members
          • SupportToolkit Constructor
            • SupportToolkit Constructor(ClarifySession)
            • SupportToolkit Constructor(IFCApplication,IFCSession)
          • Methods
            • AcceptCase Method
              • AcceptCase(String) Method
              • AcceptCase(AcceptCaseSetup) Method
              • AcceptCase(AcceptCaseSetup,IDbTransaction) Method
            • AcceptSubcase Method
              • AcceptSubcase(String) Method
              • AcceptSubcase(AcceptSubcaseSetup) Method
              • AcceptSubcase(AcceptSubcaseSetup,IDbTransaction) Method
            • AppendHistoryToCase Method
              • AppendHistoryToCase(String,String) Method
              • AppendHistoryToCase(String,String,IDbTransaction) Method
            • AppendHistoryToSubCase Method
              • AppendHistoryToSubCase(String,String,IDbTransaction) Method
              • AppendHistoryToSubCase(String,String) Method
            • AssignCase Method
              • AssignCase(String) Method
              • AssignCase(AssignCaseSetup) Method
              • AssignCase(AssignCaseSetup,IDbTransaction) Method
            • AssignSubcase Method
              • AssignSubcase(String) Method
              • AssignSubcase(AssignSubcaseSetup) Method
              • AssignSubcase(AssignSubcaseSetup,IDbTransaction) Method
            • ChangeCaseContact Method
              • ChangeCaseContact(String,String,String,String) Method
              • ChangeCaseContact(ChangeCaseContactSetup) Method
              • ChangeCaseContact(ChangeCaseContactSetup,IDbTransaction) Method
            • ChangeCaseSite Method
              • ChangeCaseSite(String,String) Method
              • ChangeCaseSite(ChangeCaseSiteSetup) Method
              • ChangeCaseSite(ChangeCaseSiteSetup,IDbTransaction) Method
            • ChangeCaseStatus Method
              • ChangeCaseStatus(String) Method
              • ChangeCaseStatus(ChangeCaseStatusSetup) Method
              • ChangeCaseStatus(ChangeCaseStatusSetup,IDbTransaction) Method
            • ChangeSubcaseStatus Method
              • ChangeSubcaseStatus(String) Method
              • ChangeSubcaseStatus(ChangeSubcaseStatusSetup) Method
              • ChangeSubcaseStatus(ChangeSubcaseStatusSetup,IDbTransaction) Method
            • CloseCase Method
              • CloseCase(String) Method
              • CloseCase(CloseCaseSetup) Method
              • CloseCase(CloseCaseSetup,IDbTransaction) Method
            • CloseSubcase Method
              • CloseSubcase(String) Method
              • CloseSubcase(CloseSubcaseSetup) Method
              • CloseSubcase(CloseSubcaseSetup,IDbTransaction) Method
            • CreateCase Method
              • CreateCase(String,String,String,String) Method
              • CreateCase(CreateCaseSetup) Method
              • CreateCase(CreateCaseSetup,IDbTransaction) Method
            • CreateCaseObjid Method
              • CreateCaseObjid() Method
              • CreateCaseObjid(CreateCaseObjidSetup) Method
              • CreateCaseObjid(CreateCaseObjidSetup,IDbTransaction) Method
            • CreateSubcase Method
              • CreateSubcase(String) Method
              • CreateSubcase(CreateSubcaseSetup) Method
              • CreateSubcase(CreateSubcaseSetup,IDbTransaction) Method
            • DispatchCase Method
              • DispatchCase(String,String) Method
              • DispatchCase(DispatchCaseSetup) Method
              • DispatchCase(DispatchCaseSetup,IDbTransaction) Method
            • DispatchSubcase Method
              • DispatchSubcase(String,String) Method
              • DispatchSubcase(DispatchSubcaseSetup) Method
              • DispatchSubcase(DispatchSubcaseSetup,IDbTransaction) Method
            • ForwardCase Method
              • ForwardCase(String,String) Method
              • ForwardCase(ForwardCaseSetup) Method
              • ForwardCase(ForwardCaseSetup,IDbTransaction) Method
            • ForwardSubcase Method
              • ForwardSubcase(String,String) Method
              • ForwardSubcase(ForwardSubcaseSetup) Method
              • ForwardSubcase(ForwardSubcaseSetup,IDbTransaction) Method
            • FulfillCommitment Method
              • FulfillCommitment(Int32) Method
              • FulfillCommitment(FulfillCommitmentSetup) Method
              • FulfillCommitment(FulfillCommitmentSetup,IDbTransaction) Method
            • GetCaseTimeAndExpenses Method
              • GetCaseTimeAndExpenses(String) Method
              • GetCaseTimeAndExpenses(GetCaseTimeAndExpensesSetup) Method
              • GetCaseTimeAndExpenses(GetCaseTimeAndExpensesSetup,IDbTransaction) Method
            • GetSubcaseTimeAndExpenses Method
              • GetSubcaseTimeAndExpenses(String) Method
              • GetSubcaseTimeAndExpenses(GetSubcaseTimeAndExpensesSetup) Method
              • GetSubcaseTimeAndExpenses(GetSubcaseTimeAndExpensesSetup,IDbTransaction) Method
            • InitialResponse Method
              • InitialResponse(String) Method
              • InitialResponse(InitialResponseSetup) Method
              • InitialResponse(InitialResponseSetup,IDbTransaction) Method
            • LogCaseCommitment Method
              • LogCaseCommitment(String,String,TimeSpan,String,String,String) Method
              • LogCaseCommitment(LogCaseCommitmentSetup) Method
              • LogCaseCommitment(LogCaseCommitmentSetup,IDbTransaction) Method
            • LogCaseEmail Method
              • LogCaseEmail(String) Method
              • LogCaseEmail(LogCaseEmailSetup) Method
              • LogCaseEmail(LogCaseEmailSetup,IDbTransaction) Method
            • LogCaseEmailIn Method
              • LogCaseEmailIn(LogCaseEmailInSetup) Method
              • LogCaseEmailIn(LogCaseEmailInSetup,IDbTransaction) Method
            • LogCaseInternalNote Method
              • LogCaseInternalNote(String) Method
              • LogCaseInternalNote(LogCaseInternalNoteSetup) Method
              • LogCaseInternalNote(LogCaseInternalNoteSetup,IDbTransaction) Method
            • LogCaseInternalPhone Method
              • LogCaseInternalPhone(String,String,String,String) Method
              • LogCaseInternalPhone(LogCaseInternalPhoneSetup) Method
              • LogCaseInternalPhone(LogCaseInternalPhoneSetup,IDbTransaction) Method
            • LogCaseNote Method
              • LogCaseNote(String) Method
              • LogCaseNote(LogCaseNoteSetup) Method
              • LogCaseNote(LogCaseNoteSetup,IDbTransaction) Method
            • LogCasePhone Method
              • LogCasePhone(String,String,String,String) Method
              • LogCasePhone(LogCasePhoneSetup) Method
              • LogCasePhone(LogCasePhoneSetup,IDbTransaction) Method
            • LogCaseResearch Method
              • LogCaseResearch(String,TimeSpan) Method
              • LogCaseResearch(LogCaseResearchSetup) Method
              • LogCaseResearch(LogCaseResearchSetup,IDbTransaction) Method
            • LogSubcaseCommitment Method
              • LogSubcaseCommitment(String,String,TimeSpan,String,String,String) Method
              • LogSubcaseCommitment(LogSubcaseCommitmentSetup) Method
              • LogSubcaseCommitment(LogSubcaseCommitmentSetup,IDbTransaction) Method
            • LogSubcaseEmail Method
              • LogSubcaseEmail(String) Method
              • LogSubcaseEmail(LogSubcaseEmailSetup) Method
              • LogSubcaseEmail(LogSubcaseEmailSetup,IDbTransaction) Method
            • LogSubCaseEmailIn Method
              • LogSubCaseEmailIn(LogSubCaseEmailInSetup) Method
              • LogSubCaseEmailIn(LogSubCaseEmailInSetup,IDbTransaction) Method
            • LogSubcaseInternalNote Method
              • LogSubcaseInternalNote(String) Method
              • LogSubcaseInternalNote(LogSubcaseInternalNoteSetup) Method
              • LogSubcaseInternalNote(LogSubcaseInternalNoteSetup,IDbTransaction) Method
            • LogSubcaseInternalPhone Method
              • LogSubcaseInternalPhone(String,String,String,String) Method
              • LogSubcaseInternalPhone(LogSubcaseInternalPhoneSetup) Method
              • LogSubcaseInternalPhone(LogSubcaseInternalPhoneSetup,IDbTransaction) Method
            • LogSubcaseNote Method
              • LogSubcaseNote(String) Method
              • LogSubcaseNote(LogSubcaseNoteSetup) Method
              • LogSubcaseNote(LogSubcaseNoteSetup,IDbTransaction) Method
            • LogSubcasePhone Method
              • LogSubcasePhone(String,String,String,String) Method
              • LogSubcasePhone(LogSubcasePhoneSetup) Method
              • LogSubcasePhone(LogSubcasePhoneSetup,IDbTransaction) Method
            • LogSubcaseResearch Method
              • LogSubcaseResearch(String,TimeSpan) Method
              • LogSubcaseResearch(LogSubcaseResearchSetup) Method
              • LogSubcaseResearch(LogSubcaseResearchSetup,IDbTransaction) Method
            • MoveCase Method
              • MoveCase(String,String) Method
              • MoveCase(MoveCaseSetup) Method
              • MoveCase(MoveCaseSetup,IDbTransaction) Method
            • MoveSubcase Method
              • MoveSubcase(String,String) Method
              • MoveSubcase(MoveSubcaseSetup) Method
              • MoveSubcase(MoveSubcaseSetup,IDbTransaction) Method
            • RejectCase Method
              • RejectCase(String) Method
              • RejectCase(RejectCaseSetup) Method
              • RejectCase(RejectCaseSetup,IDbTransaction) Method
            • RejectSubcase Method
              • RejectSubcase(String) Method
              • RejectSubcase(RejectSubcaseSetup) Method
              • RejectSubcase(RejectSubcaseSetup,IDbTransaction) Method
            • RelateCaseToParentCase Method
              • RelateCaseToParentCase(String,String) Method
              • RelateCaseToParentCase(RelateCaseToParentCaseSetup) Method
              • RelateCaseToParentCase(RelateCaseToParentCaseSetup,IDbTransaction) Method
            • ReopenCase Method
              • ReopenCase(String) Method
              • ReopenCase(ReopenCaseSetup) Method
              • ReopenCase(ReopenCaseSetup,IDbTransaction) Method
            • ReopenSubcase Method
              • ReopenSubcase(String) Method
              • ReopenSubcase(ReopenSubcaseSetup) Method
              • ReopenSubcase(ReopenSubcaseSetup,IDbTransaction) Method
            • UnrelateCaseFromParentCase Method
              • UnrelateCaseFromParentCase(String) Method
              • UnrelateCaseFromParentCase(UnrelateCaseFromParentCaseSetup) Method
              • UnrelateCaseFromParentCase(UnrelateCaseFromParentCaseSetup,IDbTransaction) Method
            • UpdateCase Method
              • UpdateCase(UpdateCaseSetup) Method
              • UpdateCase(UpdateCaseSetup,IDbTransaction) Method
            • UpdateCaseCommitment Method
              • UpdateCaseCommitment(String,DateTime,Int32) Method
              • UpdateCaseCommitment(UpdateCaseCommitmentSetup) Method
              • UpdateCaseCommitment(UpdateCaseCommitmentSetup,IDbTransaction) Method
            • UpdateSubcase Method
              • UpdateSubcase(UpdateSubcaseSetup) Method
              • UpdateSubcase(UpdateSubcaseSetup,IDbTransaction) Method
            • UpdateSubcaseCommitment Method
              • UpdateSubcaseCommitment(String,DateTime,Int32) Method
              • UpdateSubcaseCommitment(UpdateSubcaseCommitmentSetup) Method
              • UpdateSubcaseCommitment(UpdateSubcaseCommitmentSetup,IDbTransaction) Method
            • YankCase Method
              • YankCase(String) Method
              • YankCase(YankCaseSetup) Method
              • YankCase(YankCaseSetup,IDbTransaction) Method
            • YankSubcase Method
              • YankSubcase(String) Method
              • YankSubcase(YankSubcaseSetup) Method
              • YankSubcase(YankSubcaseSetup,IDbTransaction) Method
          • Properties
            • ApplicationClock Property
          • Fields
            • IsInternalLogIndicator Field
        • SupportToolkitBase
          • Members
          • Properties
            • UseDenormalizedCaseTypeLevels Property
        • UnrelateCaseFromParentCaseSetup
          • Members
          • UnrelateCaseFromParentCaseSetup Constructor
          • Properties
            • CaseIDNum Property
        • UpdateCaseCommitmentSetup
          • Members
          • UpdateCaseCommitmentSetup Constructor
          • Properties
            • ActionType Property
            • AdditionalFields Property
            • CaseIDNum Property
            • CommitmentDate Property
            • CommitmentObjid Property
            • ContactFirstName Property
            • ContactLastName Property
            • ContactPhone Property
            • GenerateTimeBombs Property
            • IsMadeToCustomer Property
            • Notes Property
            • PriorWarning Property
            • Title Property
            • UpdateDate Property
            • UserName Property
        • UpdateCaseSetup
          • Members
          • UpdateCaseSetup Constructor
          • Properties
            • AdditionalFields Property
            • CaseIDNum Property
            • CaseType Property
            • ClearContractRelation Property
            • ClearPartRevisionRelation Property
            • ClearSitePartRelation Property
            • ContractObjid Property
            • GenerateTimeBombs Property
            • OnlyOwner Property
            • PartRevisionObjid Property
            • Priority Property
            • Severity Property
            • SitePartObjid Property
            • Title Property
            • UpdateDate Property
            • UserName Property
        • UpdateSubcaseCommitmentSetup
          • Members
          • UpdateSubcaseCommitmentSetup Constructor
          • Properties
            • ActionType Property
            • AdditionalFields Property
            • CommitmentDate Property
            • CommitmentObjid Property
            • ContactFirstName Property
            • ContactLastName Property
            • ContactPhone Property
            • GenerateTimeBombs Property
            • IsMadeToCustomer Property
            • Notes Property
            • PriorWarning Property
            • SubcaseIDNum Property
            • Title Property
            • UpdateDate Property
            • UserName Property
        • UpdateSubcaseSetup
          • Members
          • UpdateSubcaseSetup Constructor
          • Properties
            • AdditionalFields Property
            • GenerateTimeBombs Property
            • OnlyOwner Property
            • Priority Property
            • Severity Property
            • SubcaseIDNum Property
            • UpdateDate Property
            • UserName Property
        • YankCaseSetup
          • Members
          • YankCaseSetup Constructor
          • Properties
            • CaseIDNum Property
            • GenerateTimeBombs Property
            • UserName Property
            • WipBin Property
            • YankDate Property
        • YankSubcaseSetup
          • Members
          • YankSubcaseSetup Constructor
          • Properties
            • GenerateTimeBombs Property
            • SubcaseIDNum Property
            • UserName Property
            • WipBin Property
            • YankDate Property
      • Interfaces
        • IApplicationClock
          • Members
          • Properties
            • Now Property
  • COM Compatibility API Reference
    • FCFL Compatibility
      • FCApplication
        • Overview
        • Methods
          • CreateSession
          • FindString
          • GetCountryList
          • GetCountryObjid
          • GetDefaultCountry
          • GetDefaultCountryObjid
          • GetDefaultState
          • GetDefaultStateObjid
          • GetDefaultTimeZone
          • GetDefaultTimeZoneObjid
          • GetFullStateObjid
          • GetGbstDefault
          • GetGbstElmByID
          • GetGbstElmObjid
          • GetGbstElmRankObjid
          • GetGbstList
          • GetHgbstElmDefaultObjid
          • GetHgbstElmDefault
          • GetHgbstElmObjid
          • GetHgbstList
          • GetLocalizedGbstElmByID
          • GetLocalizedGbstDefault
          • GetMachineTimeZone
          • GetRelationData
          • GetServerTimeZoneOffset
          • GetShortTimeZoneObjid
          • GetStateObjid
          • GetStates
          • GetTableID
          • GetTableName
          • GetTimeZoneList
          • GetTimeZoneObjid
          • GetTimeZoneOffset
          • GetTimeZonesInCountry
          • Initialize
          • InitializeFull
          • is_it_a_field
          • is_it_a_table
          • is_it_change_field
          • is_it_date_field
          • is_it_int_field
          • is_it_searchable
          • is_it_string_fld
          • is_it_unicode
          • is_rel_exclusive
          • is_rel_mandatory
          • IsCountry
          • IsFullState
          • IsInGbstLst
          • IsInHgbstLst
          • IsOnDST
          • IsState
          • IsTimeZone
          • IsTimeZoneInCountry
          • Log(FCApplication)
          • LogEx(FCApplication)
          • RankIsInGbstList
          • SetServerTimeZoneToMachineTimeZone
          • UpdateCache
          • UpdateSchemaCache
        • Properties
          • db_name
          • db_type
          • IsDBTraveler
          • Midnight
          • schema_rev
          • ServerTimeZone
          • WorkingDirectory
      • FCBulk
        • Overview
        • Methods
          • NewEnum(FCBulk)
          • Query(FCBulk)
          • RemoveAllGenerics
          • Update(FCBulk)
          • UpdateAll(FCBulk)
        • Properties
          • BulkID
          • Name
          • NoSorting
      • FCGeneric
        • Overview
        • Methods
          • AddForUpdate
          • AddNew
          • AppendFilter
          • AppendSort
          • ClearRoot
          • CloseGeneric
          • Copy
          • Count(FCGeneric)
          • Delete
          • DeleteAll
          • Duplicate
          • GetField
          • MoveFirst
          • MoveLast
          • MoveNext
          • MovePrevious
          • MoveRelative
          • MoveFirstAbsolute
          • MoveLastAbsolute
          • MoveNextAbsolute
          • MovePreviousAbsolute
          • Query(FCGeneric)
          • RelateByID
          • RelateIntFldByID
          • RelateIntFldToRecord
          • RelateRecords
          • RequeryForInserts
          • SimpleQuery
          • TotalCount
          • TraverseFromParent
          • TraverseFromRoot
          • UnRelateAll
          • UnRelateRecordFromAll
          • UnRelateRecords
          • UnTraverse
          • Update(FCGeneric)
          • UpdateAll(FCGeneric)
        • Properties
          • BOF
          • Bulk
          • BulkName
          • DataFields
          • DBObjectName
          • DBObjectNum
          • Distinct(FCGeneric)
          • ErrorOnQueryTooBig
          • EOF
          • Fields
          • Filter
          • GenericID
          • ID
          • IncludeRelations(FCGeneric)
          • MaxRecords
          • NoRes(FCGeneric)
          • NowStr
          • ParentBO
          • ParentRelation
          • Position
          • QueryEmptyToNull(FCGeneric)
          • QuerySQL
          • Records(FCGeneric)
          • RowLimit(FCGeneric)
          • RowsReturned
          • SetNullStringsToEmpty(FCGeneric)
          • SortOrder
      • FCList
        • Overview
        • Methods
          • Clear
          • Concat
          • Contains
          • CopyList
          • Down
          • FindFirstIndex
          • GetItemByIndex
          • ItemByIndex
          • ListByIndex
          • RemoveByIndex
          • ReplaceByIndex
          • Sort
          • Up
        • Properties
          • AllowDuplicates
          • AppendItem
          • Count(FCList)
          • ItemType
          • Sorted
      • FCSession
        • Overview
        • Methods
          • AddAttachment
          • CloseAllGenerics
          • CloseGenerics
          • ChangePassword
          • ChangeResGroup
          • CloseSession
          • CommitTransaction
          • ConvertDate
          • ConvertFromLocalToServerTZ
          • ConvertFromServerToLocalTZ
          • CreateBulk
          • CreateGeneric
          • CreateSqlExec
          • GetColor
          • GetConfigItem
          • GetCurrentDate
          • GetCurrentServerDate
          • GetItem
          • GetNextNumScheme
          • GetNextSubcaseID
          • GetUserVersion
          • IsUnicode
          • ItemCount
          • LoadColors
          • LoadUserVersions
          • Log(FCSession)
          • LogEx(FCSession)
          • Login
          • LoginFromFCApp
          • Logout
          • NewEnum(FCSession)
          • RefreshContext
          • RemoveAllGenericsinABulk
          • RollbackTransaction
          • SetPassword
          • StartTransaction
        • Properties
          • Distinct(FCSession)
          • IncludeRelations(FCSession)
          • Item
          • LocalTimeZone
          • LocalTimeZoneOffset
          • LoginTime
          • NoRes(FCSession)
          • PasswordRequired
          • QueryEmptyToNull(FCSession)
          • RowLimit(FCSession)
          • SessionID
          • SetNullStringsToEmpty(FCSession)
          • ThrowErrors
          • TruncateStringFields
          • UpdateTime
      • FCSqlExec
        • Overview
        • Methods
          • AddSqlParameter
          • Execute
          • ExecuteReturnRows
          • OpenConnection
          • CloseConnection
        • Properties
          • Records(FCSQLExec)
    • API Toolkits
      • FCCC
        • Overview
        • Methods
          • accept_quote
          • add_po_to_sched
          • assign_quote
          • change_quote_status
          • create_contract
          • create_price_inst
          • create_update_schedule
          • cr_contr_itm
          • delete_sp
          • dispatch_quote
          • forward_quote
          • initialize
          • log_contract_note
          • move_quote
          • reject_contract
          • reject_quote
          • relate_contr_itm_to_sp
          • reopen_contract
          • yank_quote
        • Properties
          • ret_id_num
          • ret_objid
          • ret_num
          • ret_string
      • FCCL
        • Overview
        • Methods
          • accept_pr
          • add_alt_part
          • add_gl_account
          • add_inv_bin
          • add_inv_location
          • add_lss
          • assign_pr
          • change_pr_status
          • close_pr
          • create_container
          • delete_alt_part
          • delete_lss
          • dispatch_pr
          • forward_pr
          • fulfill
          • get_alt_parts
          • get_loc_serv_site
          • make_pr_detail
          • make_pr_header
          • modify_gl_account
          • modify_inv_bin
          • modify_inv_location
          • modify_lss
          • mod_part_stocking_lev
          • move_pr
          • open_container
          • part_transfer
          • pick
          • receive_pr
          • reject_pr
          • reopen_pr
          • seal_container
          • set_cl_transition
          • set_part_stocking_lev
          • ship
          • unpick
          • update_pr_detail
          • update_pr_header
          • yank_pr
        • Properties
          • ret_id_num
          • ret_objid
          • ret_num
          • ret_string
      • FCCQ
        • Overview
        • Methods
          • accept_cr
          • add_module_to_cr
          • assign_cr
          • change_cr_state
          • change_cr_status
          • check_cq_trans
          • close_cr
          • create_cr
          • dispatch_cr
          • duplicate_cr
          • fix_cr
          • fix_failed
          • forward_cr
          • Initialize
          • log_cr_email
          • log_cr_note
          • modify_cr
          • move_cr
          • reject_cr
          • reopen_cr
          • replicate_cr
          • yank_cr
        • Properties
          • ret_id_num
          • ret_objid
      • FCCS
        • Overview
        • Methods
          • accept_case
          • accept_subcase
          • assign_case
          • assign_subcase
          • change_case_status
          • change_contact
          • change_subcase_status
          • close_case
          • close_subcase
          • create_case
          • create_subcase
          • dispatch_case
          • dispatch_subcase
          • forward_case
          • forward_subcase
          • fulfill_commitment
          • initial_response
          • initialize
          • log_case_commit
          • log_case_email
          • log_case_note
          • log_case_phone
          • log_case_resrch
          • log_subcase_commit
          • log_subcase_email
          • log_subcase_note
          • log_subcase_phone
          • log_subcase_resrch
          • modify_case
          • modify_case_commit
          • modify_subcase
          • move_case
          • move_subcase
          • preclose_case
          • preclose_subcase
          • reject_case
          • reject_subcase
          • relate_case_to_parent
          • reopen_case
          • reopen_subcase
          • unrelate_case_from_parent
          • yank_case
          • yank_subcase
        • Properties
          • ret_id_num
          • ret_objid
          • ret_objid2
          • ret_objid3
      • FCDR
        • Overview
        • Methods
          • create_eco_hdr
          • create_eco_item
          • create_eco_dtl
          • modify_eco_item
          • modify_eco_dtl
          • delete_eco_item
          • delete_eco_detail
          • apply_eco
          • create_dr_labor
          • create_dr_mtl
          • modify_dr_labor
          • modify_dr_mtl
          • delete_dr_labor
          • delete_dr_mtl
        • Properties
          • ret_id_num
          • ret_objid
      • FCINTER
        • Overview
        • Methods
          • accept_solution
          • add_contact_to_contract
          • add_emp_to_bus_org
          • add_site_part_to_contract
          • add_site_to_bus_org
          • add_site_to_contract
          • add_user_to_queue
          • add_workaround
          • allow_duplicate_contact
          • assign_solution
          • create_address
          • create_bom
          • create_contact
          • create_country
          • create_employee
          • create_interact
          • create_price_inst
          • create_product_bin
          • create_soln
          • create_state
          • create_time_zone
          • create_update_account
          • create_update_contract
          • create_update_mod_level
          • create_update_part
          • create_update_queue
          • create_update_site
          • create_update_wipbin
          • deinstall_sp
          • delete_product_bin
          • dispatch_solution
          • forward_solution
          • install_sp
          • link_case_to_workaround
          • link_cr_to_soln
          • modify_product_bin
          • mooify_sp
          • move_solution
          • move_sp
          • reinstall_sp
          • reject_solution
          • remove_emp_from_bus_org
          • remove_site_from_bus_org
          • unlink_case_from_workaround
          • unlink_cr_from_soln
          • update_address
          • update_contact
          • update_price_inst
          • yank_solution
        • Properties
          • ret_id_num
          • ret_objid
          • ret_objid2
      • FCSFA
        • Overview
        • Methods
          • accept_action_item
          • assign_action_item
          • assign_lead
          • change_action_item_status
          • change_task_cond
          • close_opp
          • cr_contr_itm
          • create_action_item
          • create_opp
          • create_quote
          • create_update_lead
          • dispatch_action_item
          • forward_action_item
          • lead_opp
          • log_lead_note
          • log_lead_phone
          • lose_opp
          • modify_opp
          • opp_opp
          • reject_action_item
          • reopen_opp
          • update_action_item
          • win_opp
          • yank_action_item
        • Properties
          • ret_id_num
          • ret_objid
          • ret_objid2
      • FCFO
        • Overview
        • Methods
          • add_svc_inter
          • create_expense_log
          • create_onsite_log
          • create_time_log
          • deinstall_sp
          • delete_appt
          • delete_expense_log
          • delete_onsite_log
          • delete_svc_inter
          • delete_time_log
          • dispatch_fe
          • install_sp
          • log_parts_used
          • make_appt
          • modify_appt
          • modify_expense_log
          • modify_sp
          • modify_svc_inter
          • modify_time_log
          • move_sp
          • part_transfer
          • reinstall_sp
        • Properties
          • ret_id_num
          • ret_objid
          • ret_objid2
          • ret_string

GetLicenseLoadError Method

This method is intended to be used internally by First Choice .NET products.

Syntax

'Declaration

Public Shared Function GetLicenseLoadError( _
   ByVal _ex_ As Exception, _
   ByVal _errorId_ As Integer, _
   ByVal _reason_ As FCLicenseException.LoadFailReasons _
) As FCLicenseException
public static FCLicenseException GetLicenseLoadError( 
   Exception _ex_,
   int _errorId_,
   FCLicenseException.LoadFailReasons _reason_
)

Parameters

ex

errorId

reason

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server family

Reference

FCLicenseException Class
FCLicenseException Members

In This Article
  • Syntax
  • Parameters
  • Requirements
  • Reference
Back to top © 2022 Dovetail Software, Inc. - All rights reserved.
Clarify, Amdocs, and related products and names are copyright and trademark of Amdocs, Inc.
.NET, Visual Studio.NET, C#, Visual Basic and related products are trademark of Microsoft corporation.