• Responder Overview
    • Application Framework - Responder
      • Responder Licensing
      • Implementing Customizations
        • Distribute Responder Customizations
        • Custom Layout XML Code Sample
      • Commands in Responder
        • Button Command Code Sample
        • Context Menu Command Code Sample
        • Add Responder Command to User Interface
      • Customize Toolbars
    • Responder Customizations
      • User Interface
        • Commands
        • Modify Snooze Values
        • Field Display
      • Column Order
      • Responder Integration
      • Submit Rules
        • Submit Rule Processing
        • Submit Rule Guidelines
      • Request Objects
        • Create Request Object
        • Query Windows Service
      • Filters
        • Tree Filters
        • Grid Filters
        • Evaluators
        • Upgrade Existing Tree Filters
      • Responder Reports
        • Input Controls
        • Filter Objects
    • Archive Explorer Customization
      • User Interface
        • Commands
        • Field Display
      • Column Order
      • Responder Reports
        • Input Controls
        • Filter Objects
      • Archive Explorer Queries
        • Input Controls
        • Filter Objects
    • Responder Localization
      • Localizing Responder Reports
      • Localizing Responder XML Files
      • Localizing Responder Service Configuration
      • Localizing Responder Map and Switch Order Request Viewers
    • Responder White Papers
      • Editing the RX_CUSTOMERS Table
    • Responder .NET Assemblies
      • Miner.Data.Access Assembly
        • Overview
        • Namespaces
          • Miner.Data.Access Namespace
            • Overview
            • Classes
              • ColumnValueLoaderCriteria
                • Overview
                • Members
                • ColumnValueLoaderCriteria Constructor
                  • ColumnValueLoaderCriteria Constructor()
                  • ColumnValueLoaderCriteria Constructor(DataColumn[])
                  • ColumnValueLoaderCriteria Constructor(Boolean,DataColumn[])
                  • ColumnValueLoaderCriteria Constructor(String[])
                • Methods
                  • AssignColumnNames Method
                • Properties
                  • ColumnNames Property
                  • ColumnValues Property
                  • QuerySuffix Property
                  • Threshold Property
              • DataLoader
                • Overview
                • Members
                • DataLoader Constructor
                • Methods
                  • LoadRelatedDataInOneDirection Method
                    • LoadRelatedDataInOneDirection(DataSession,DataRow,String) Method
                    • LoadRelatedDataInOneDirection(DataSession,DataRow,DataRelation) Method
                    • LoadRelatedDataInOneDirection(DataSession,DataRow[],String) Method
                    • LoadRelatedDataInOneDirection(DataSession,DataRow[],DataRelation) Method
                    • LoadRelatedDataInOneDirection(DataSession,DataRowCollection,DataRelation) Method
                    • LoadRelatedDataInOneDirection(DataSession,DataRowCollection,String) Method
                  • LoadRelatedRows Method
                    • LoadRelatedRows(DataSession,DataRow,String,DataRowVersion) Method
                    • LoadRelatedRows(DataSession,DataRow,String) Method
                    • LoadRelatedRows(DataSession,DataRow,DataRelation,DataRowVersion) Method
                    • LoadRelatedRows(DataSession,DataRow,DataRelation) Method
                    • LoadRelatedRows(DataSession,DataRow[],String) Method
                    • LoadRelatedRows(DataSession,DataRow[],DataRelation) Method
                    • LoadRelatedRows(DataSession,DataRowCollection,String) Method
                    • LoadRelatedRows(DataSession,DataRowCollection,DataRelation) Method
                  • LoadRows Method
                  • RefreshOriginalValues Method
                  • Select Method
                    • Select(DataSession,String,IDbLoaderCriteria) Method
                    • Select(DataSession,String,IDbLoaderCriteria,String[]) Method
                  • SelectCount Method
              • DataRowRule
                • Overview
                • Members
                • DataRowRule Constructor
                • Methods
                  • ConstructCondition Method
                  • Evaluate Method
                    • Evaluate(IDictionary) Method
                    • Evaluate(IDictionary,DataRow) Method
                  • PerformAction Method
                    • PerformAction(IDictionary) Method
                    • PerformAction(IDictionary,DataRow) Method
                • Properties
                  • Row Property
              • DataSession
                • Overview
                • Members
                • DataSession Constructor
                  • DataSession Constructor(IDbConnection)
                  • DataSession Constructor(IDbConnection,IDbTransaction)
                • Methods
                  • BeginTransaction Method
                    • BeginTransaction() Method
                    • BeginTransaction(IsolationLevel) Method
                  • BeginTransactionWithNoReadLocks Method
                  • Clone Method
                  • CommitTransaction Method
                  • Dispose Method
                    • Dispose() Method
                    • Dispose(Boolean) Method
                  • Finalize Method
                  • OpenSession Method
                  • RollbackTransaction Method
                  • SetSessionName Method
                • Properties
                  • Connection Property
                  • Transaction Property
              • DataSource
                • Overview
                • Members
                • DataSource Constructor
                  • DataSource Constructor()
                  • DataSource Constructor(SupportedDataProvider)
                  • DataSource Constructor(IDbProviderFactory,DataSyntax)
                • Methods
                  • ExecuteDataSet Method
                  • ExecuteDataTable Method
                  • ExecuteNonQuery Method
                    • ExecuteNonQuery(DataSession,IDbOperation) Method
                    • ExecuteNonQuery(DataSession,IDbOperation[]) Method
                  • ExecuteReader Method
                  • ExecuteRows Method
                  • ExecuteScalar Method
                    • ExecuteScalar(DataSession,IDbOperation) Method
                    • ExecuteScalar(DataSession,IDbOperation[]) Method
                  • LockTable Method
                  • MoveTable Method
                    • MoveTable(DataTable,DataSet,DataSet) Method
                    • MoveTable(DataTable,DataSet) Method
                  • OnAnnotateDataSet Method
                  • OnAnnotateTable Method
                • Properties
                  • DataPersister Property
                  • Loader Property
                  • ProviderFactory Property
                  • Syntax Property
                • Events
                  • AnnotateDataSet Event
                  • AnnotateTable Event
                  • RealizeSql Event
              • DataSyntax
                • Overview
                • Members
                • Methods
                  • ApplicableIsolationLevel Method
                  • ClearAllPools Method
                  • ConcatenateStrings Method
                  • GetIfNullString Method
                  • GetLockTableStatement Method
                  • GetParameterName Method
                  • GetTimeSpan Method
                  • IsDeadlockDetectedError Method
                  • IsForeignKeyConstraintViolationError Method
                  • IsPotentiallyRecoverableError Method
                  • IsProviderException Method
                  • IsResourceBusyError Method
                  • IsTimoutException Method
                  • IsUniqueConstraintError Method
                  • QuoteString Method
                  • ToSqlCalculateDuration Method
                  • ToSqlCompareDuration Method
                  • ToSqlFirstRowOnly Method
                  • ToSqlInterval Method
                  • ToSqlString Method
                  • ToSqlStringArray Method
                  • TranslateToProviderException Method
                • Properties
                  • IsOracle Property
                  • SysDate Property
                  • UTCDate Property
              • DataSyntax.WhereClauseSelect
                • Overview
                • Members
                • DataSyntax.WhereClauseSelect Constructor
                • Fields
                  • All Field
                  • None Field
              • DbCompare
                • Overview
                • Members
                • Methods
                  • Compare Method
                  • IsEqual Method
                  • IsEqualText Method
                  • IsGreaterThan Method
                  • IsGreaterThanOrEqual Method
                  • IsInSet Method
                    • IsInSet(Object,Object[]) Method
                    • IsInSet<T>(T,IEnumerable<T>) Method
                  • IsLessThan Method
                  • IsLessThanOrEqual Method
                  • IsNotEqual Method
                  • IsNotNull Method
                  • IsNull Method
                  • IsNullOrEmpty Method
                  • IsNullOrEqual Method
              • DbConvert
                • Overview
                • Members
                • Methods
                  • ToBoolean Method
                  • ToDateTime Method
                    • ToDateTime(Object,DateTime) Method
                    • ToDateTime(Nullable<DateTime>,DateTime) Method
                    • ToDateTime(Object) Method
                  • ToDouble Method
                  • ToEnum Method
                    • ToEnum<T>(Object,T) Method
                    • ToEnum<T>(Object) Method
                  • ToInt32 Method
                  • ToInt64 Method
                  • ToString Method
                    • ToString(Object,String) Method
              • DbSql
                • Overview
                • Members
                • DbSql Constructor
                  • DbSql Constructor()
                  • DbSql Constructor(String)
                  • DbSql Constructor(String,IDbDataParameter[])
                  • DbSql Constructor(String,IEnumerable<IDbDataParameter>)
                • Methods
                  • PrepareCommand Method
                  • ToString Method
                • Properties
                  • CommandTimeout Property
                  • SqlText Property
                  • TableNameOverride Property
                  • UsesAbstractSql Property
                • Operators
                  • Explicit Type Conversion Operator
            • Interfaces
              • IDataBaseExceptionHandler
                • Overview
                • Members
                • Methods
                  • IsDeadlockDetectedError Method
                  • IsForeignKeyConstraintViolationError Method
                  • IsPotentiallyRecoverableError Method
                  • IsProviderException Method
                  • IsResourceBusyError Method
                  • IsTimoutException Method
                  • IsUniqueConstraintError Method
                  • TranslateToProviderException Method
          • Miner.Data.Access.Conditions Namespace
            • Overview
            • Classes
              • AlwaysCondition
                • Overview
                • Members
                • AlwaysCondition Constructor
                • Methods
                  • Evaluate Method
              • ColumnMissingCondition
                • Overview
                • Members
                • ColumnMissingCondition Constructor
                • Methods
                  • Evaluate Method
              • ColumnValueChangedCondition
                • Overview
                • Members
                • ColumnValueChangedCondition Constructor
                • Methods
                  • Evaluate Method
                • Properties
                  • ColumnName Property
              • ColumnValueCondition
                • Overview
                • Members
                • ColumnValueCondition Constructor
                  • ColumnValueCondition Constructor(String,ValueCriterion)
                  • ColumnValueCondition Constructor(String,ValueCriterion,DataRowVersion)
                • Methods
                  • Evaluate Method
                • Properties
                  • ColumnName Property
                  • Criterion Property
                  • Version Property
              • CompareColumnsCondition
                • Overview
                • Members
                • CompareColumnsCondition Constructor
                  • CompareColumnsCondition Constructor(String,CompareColumnsCriterion,String)
                  • CompareColumnsCondition Constructor(String,CompareColumnsCriterion,String,DataRowVersion)
                • Methods
                  • Evaluate Method
                • Properties
                  • Criterion Property
                  • LeftHandSideColumnName Property
                  • RightHandSideColumnName Property
                  • Version Property
              • CompositeCondition
                • Overview
                • Members
                • Properties
                  • Conditions Property
              • ConstCondition
                • Overview
                • Members
                • ConstCondition Constructor
                • Methods
                  • Evaluate Method
              • DataRowCondition
                • Overview
                • Members
                • Methods
                  • Evaluate Method
                • Fields
                  • Always Field
                  • Never Field
              • ExtendedPropertyCondition
                • Overview
                • Members
                • ExtendedPropertyCondition Constructor
                • Methods
                  • Evaluate Method
                • Properties
                  • Criterion Property
              • HasColumnCondition
                • Overview
                • Members
                • HasColumnCondition Constructor
                • Methods
                  • Evaluate Method
              • LogicalAndCondition
                • Overview
                • Members
                • LogicalAndCondition Constructor
                • Methods
                  • Evaluate Method
              • LogicalNotCondition
                • Overview
                • Members
                • LogicalNotCondition Constructor
                • Methods
                  • Evaluate Method
                • Properties
                  • Condition Property
              • LogicalOrCondition
                • Overview
                • Members
                • LogicalOrCondition Constructor
                • Methods
                  • Evaluate Method
              • NeverCondition
                • Overview
                • Members
                • NeverCondition Constructor
                • Methods
                  • Evaluate Method
              • PredicateCriterion
                • Overview
                • Members
                • PredicateCriterion Constructor
                • Methods
                  • Evaluate Method
              • RowErrorCondition
                • Overview
                • Members
                • RowErrorCondition Constructor
                • Methods
                  • Evaluate Method
              • RowHasChangesCondition
                • Overview
                • Members
                • RowHasChangesCondition Constructor
                • Methods
                  • Evaluate Method
              • RowStateCondition
                • Overview
                • Members
                • RowStateCondition Constructor
                • Methods
                  • Evaluate Method
                • Properties
                  • RowState Property
              • TableNameCondition
                • Overview
                • Members
                • TableNameCondition Constructor
                • Methods
                  • Evaluate Method
                • Properties
                  • TableName Property
              • UsingParentRowCondition
                • Overview
                • Members
                • UsingParentRowCondition Constructor
                  • UsingParentRowCondition Constructor(String,DataRowCondition)
                  • UsingParentRowCondition Constructor(String,DataRowCondition,DataRowVersion)
                • Methods
                  • Evaluate Method
                • Properties
                  • Condition Property
                  • RelationName Property
                  • Version Property
          • Miner.Data.Access.Criteria Namespace
            • Overview
            • Classes
              • ColumnEqualsCriterion
                • Overview
                • Members
                • ColumnEqualsCriterion Constructor
                • Methods
                  • MeetsCriterion Method
              • ColumnsNotEqualCriterion
                • Overview
                • Members
                • ColumnsNotEqualCriterion Constructor
                • Methods
                  • MeetsCriterion Method
              • CompareColumnsCriterion
                • Overview
                • Members
                • Methods
                  • MeetsCriterion Method
              • EqualsCriterion
                • Overview
                • Members
                • EqualsCriterion Constructor
                • Methods
                  • MeetsCriterion Method
              • GreaterThanCriterion
                • Overview
                • Members
                • GreaterThanCriterion Constructor
                • Methods
                  • MeetsCriterion Method
              • GreaterThanEqualCriterion
                • Overview
                • Members
                • GreaterThanEqualCriterion Constructor
                • Methods
                  • MeetsCriterion Method
              • InSetCriterion
                • Overview
                • Members
                • InSetCriterion Constructor
                • Methods
                  • MeetsCriterion Method
                  • ToString Method
              • LessThanCriterion
                • Overview
                • Members
                • LessThanCriterion Constructor
                • Methods
                  • MeetsCriterion Method
              • LessThanEqualCriterion
                • Overview
                • Members
                • LessThanEqualCriterion Constructor
                • Methods
                  • MeetsCriterion Method
              • NotEqualCriterion
                • Overview
                • Members
                • NotEqualCriterion Constructor
                • Methods
                  • MeetsCriterion Method
              • NotInSetCriterion
                • Overview
                • Members
                • NotInSetCriterion Constructor
                • Methods
                  • MeetsCriterion Method
                  • ToString Method
              • NotNullCriterion
                • Overview
                • Members
                • NotNullCriterion Constructor
                • Methods
                  • MeetsCriterion Method
              • NotNullOrWhiteSpaceCriterion
                • Overview
                • Members
                • NotNullOrWhiteSpaceCriterion Constructor
                • Methods
                  • MeetsCriterion Method
              • NullCriterion
                • Overview
                • Members
                • NullCriterion Constructor
                • Methods
                  • MeetsCriterion Method
                  • ToString Method
              • NullOrEqualsCriterion
                • Overview
                • Members
                • NullOrEqualsCriterion Constructor
                • Methods
                  • MeetsCriterion Method
                  • ToString Method
              • ValueCriterion
                • Overview
                • Members
                • Methods
                  • MeetsCriterion Method
          • Miner.Data.Access.Extensions Namespace
            • Overview
            • Classes
              • DataRowExtensions
                • Overview
                • Members
                • Methods
                  • IsActive Method
          • Miner.Data.Access.Interfaces Namespace
            • Overview
            • Interfaces
              • IDataLoader
                • Overview
                • Members
                • Methods
                  • LoadRelatedDataInOneDirection Method
                    • LoadRelatedDataInOneDirection(DataSession,DataRow,String) Method
                    • LoadRelatedDataInOneDirection(DataSession,DataRow,DataRelation) Method
                    • LoadRelatedDataInOneDirection(DataSession,DataRow[],String) Method
                    • LoadRelatedDataInOneDirection(DataSession,DataRow[],DataRelation) Method
                    • LoadRelatedDataInOneDirection(DataSession,DataRowCollection,DataRelation) Method
                    • LoadRelatedDataInOneDirection(DataSession,DataRowCollection,String) Method
                  • LoadRelatedRows Method
                    • LoadRelatedRows(DataSession,DataRow,String) Method
                    • LoadRelatedRows(DataSession,DataRow,DataRelation) Method
                    • LoadRelatedRows(DataSession,DataRow[],String) Method
                    • LoadRelatedRows(DataSession,DataRow[],DataRelation) Method
                    • LoadRelatedRows(DataSession,DataRowCollection,String) Method
                    • LoadRelatedRows(DataSession,DataRowCollection,DataRelation) Method
                  • LoadRows Method
      • Miner.Data.Configuration Assembly
        • Overview
        • Namespaces
          • (Global) Namespace
            • Overview
            • Classes
              • AlertSettings
                • Overview
                • Members
                • AlertSettings Constructor
                • Properties
                  • BackColor Property
                  • DisplayCategory Property
                  • Font Property
                  • ForeColor Property
                  • Image Property
                  • Key Property
                  • Sound Property
                  • UseDialog Property
              • AppearanceSettings
                • Overview
                • Members
                • AppearanceSettings Constructor
                • Properties
                  • BackColor Property
                  • ChildAction Property
                  • Font Property
                  • ForeColor Property
              • ArgumentSettings
                • Overview
                • Members
                • ArgumentSettings Constructor
                • Properties
                  • Key Property
                  • Value Property
              • BaseSettings
                • Overview
                • Members
                • BaseSettings Constructor
                • Properties
                  • Arguments Property
                  • Caption Property
                  • Description Property
                  • Evaluator Property
                  • Image Property
                  • Key Property
                  • OptimizedWhereClause Property
              • ColumnList
                • Overview
                • Members
                • ColumnList Constructor
                • Properties
                  • Column Property
                  • Key Property
              • ColumnSettings
                • Overview
                • Members
                • ColumnSettings Constructor
                • Properties
                  • BackColor Property
                  • Caption Property
                  • CustomDisplay Property
                  • Domain Property
                  • Editable Property
                  • ForeColor Property
                  • InputMask Property
                  • IsSortColumn Property
                  • Represents Property
                  • ShowTimeOption Property
                  • ShowTimeOptionSpecified Property
                  • Visible Property
              • CommandSettings
                • Overview
                • Members
                • CommandSettings Constructor
                • Properties
                  • Commands Property
                  • IsFirstInGroup Property
                  • Key Property
              • CommandsSettings
                • Overview
                • Members
                • CommandsSettings Constructor
                • Properties
                  • Command Property
                  • Key Property
              • ControlStylesConfig
                • Overview
                • Members
                • ControlStylesConfig Constructor
                • Properties
                  • ControlStyles Property
              • ControlStyleSettings
                • Overview
                • Members
                • ControlStyleSettings Constructor
                • Properties
                  • Commands Property
                  • DisplayCategories Property
                  • FilterFinders Property
                  • Key Property
                  • Relationships Property
                  • ResourceAssembly Property
                  • Tables Property
              • ControlStylesSettings
                • Overview
                • Members
                • ControlStylesSettings Constructor
                • Properties
                  • ControlStyle Property
                  • Key Property
              • DisplayCategorySettings
                • Overview
                • Members
                • DisplayCategorySettings Constructor
                • Properties
                  • Key Property
              • DomainPairConfig
                • Overview
                • Members
                • DomainPairConfig Constructor
                • Properties
                  • Category Property
                  • Description Property
                  • Image Property
                  • UserVisible Property
                  • Value Property
              • DragSourceList
                • Overview
                • Members
                • DragSourceList Constructor
                • Properties
                  • DragSource Property
                  • Key Property
              • DragSourceSettings
                • Overview
                • Members
                • DragSourceSettings Constructor
                • Properties
                  • Represents Property
                  • StyleKey Property
              • FilterFinderSettings
                • Overview
                • Members
                • FilterFinderSettings Constructor
                • Properties
                  • FilterFinderType Property
                  • IsDefault Property
              • FontSettings
                • Overview
                • Members
                • FontSettings Constructor
                • Properties
                  • Bold Property
                  • Italic Property
                  • Name Property
                  • Size Property
                  • SizeSpecified Property
                  • Underline Property
              • RelationshipList
                • Overview
                • Members
                • RelationshipList Constructor
                • Properties
                  • Key Property
                  • Relationship Property
              • RelationshipSettings
                • Overview
                • Members
                • RelationshipSettings Constructor
                • Properties
                  • Represents Property
                  • Visible Property
              • TableList
                • Overview
                • Members
                • TableList Constructor
                • Properties
                  • Key Property
                  • Table Property
              • TableSettings
                • Overview
                • Members
                • TableSettings Constructor
                • Properties
                  • Alerts Property
                  • Appearances Property
                  • Caption Property
                  • Columns Property
                  • CustomEditView Property
                  • DragSources Property
                  • Editable Property
                  • EditView Property
                  • FilterFinders Property
                  • InitializationRules Property
                  • Properties Property
                  • Represents Property
                  • ValidationRules Property
                  • Visible Property
            • Enumerations
              • ChildActionList
              • FilterFinderTypeList
              • ShowTimeModes
          • Miner.Data.Configuration Namespace
            • Overview
            • Classes
              • CodedDomain
                • Overview
                • Members
                • CodedDomain Constructor
                  • CodedDomain Constructor(CodedDomainConfig)
                  • CodedDomain Constructor(String,ColumnTypeList,String,IDictionary,Boolean)
                  • CodedDomain Constructor(SerializationInfo,StreamingContext)
                  • CodedDomain Constructor()
                • Methods
                  • Compare Method
                  • GetCategory Method
                  • GetDescription Method
                  • GetImage Method
                  • GetObjectData Method
                  • GetSortOrder Method
                  • GetValue Method
                • Properties
                  • Count Property
                  • DomainEntries Property
                  • DomainPairs Property
              • ColumnStyle
                • Overview
                • Members
                • ColumnStyle Constructor
              • DataSetConfig
                • Overview
                • Members
                • DataSetConfig Constructor
                  • DataSetConfig Constructor()
                  • DataSetConfig Constructor(String)
                  • DataSetConfig Constructor(SerializationInfo,StreamingContext)
                • Methods
                  • AddDomain Method
                  • AnnotateDataset Method
                    • AnnotateDataset(DataSet) Method
                    • AnnotateDataset(DataSet,Boolean) Method
                  • AnnotateTable Method
                    • AnnotateTable(DataTable) Method
                    • AnnotateTable(DataTable,Boolean) Method
                  • AreSameRows Method
                  • BindTo Method
                  • CompareRows Method
                  • GetCaption Method
                    • GetCaption(DataTable) Method
                    • GetCaption(DataRow) Method
                  • GetChildRows Method
                  • GetColumn Method
                  • GetColumnCaption Method
                  • GetColumnName Method
                  • GetColumnNameFromPhysicalTableName Method
                  • GetColumnValue Method
                  • GetDomain Method
                    • GetDomain(String) Method
                    • GetDomain<T>(String) Method
                    • GetDomain(DataColumn) Method
                    • GetDomain(String,String) Method
                  • GetDomainName Method
                    • GetDomainName(DataColumn) Method
                    • GetDomainName(String,String) Method
                  • GetDomainPairDescription Method
                  • GetFilterCriteria Method
                  • GetFormattedDataset Method
                  • GetKeys Method
                  • GetObjectData Method
                  • GetParentRow Method
                  • GetPrimaryKeyExpression Method
                  • GetRelationship Method
                  • GetRelationshipName Method
                  • GetRepresents Method
                    • GetRepresents(DataTable) Method
                    • GetRepresents(DataRow) Method
                    • GetRepresents(DataRow[]) Method
                    • GetRepresents(DataRelation) Method
                    • GetRepresents(DataColumn) Method
                  • GetRowCaption Method
                  • GetTable Method
                  • GetTableName Method
                  • GetTimeKind Method
                  • GetUniqueID Method
                  • HasCaption Method
                  • HasColumn Method
                  • HasRowCaption Method
                  • HasTable Method
                  • InsertFieldValues Method
                    • InsertFieldValues(String,DataRow) Method
                    • InsertFieldValues(String,DataRow,TableStyle) Method
                  • IsConfigured Method
                    • IsConfigured(DataTable) Method
                    • IsConfigured(DataColumn) Method
                  • IsEditable Method
                    • IsEditable(DataTable) Method
                    • IsEditable(DataRow) Method
                    • IsEditable(DataRow[]) Method
                    • IsEditable(DataColumn) Method
                  • IsVisible Method
                  • SetColumnValue Method
                  • Unbind Method
                  • Update Method
                • Properties
                  • Domains Property
                  • Name Property
              • Domain
                • Overview
                • Members
                • Methods
                  • Compare Method
                  • GetCategory Method
                  • GetDescription Method
                  • GetImage Method
                  • GetObjectData Method
                  • GetSortOrder Method
                  • GetValue Method
                • Properties
                  • Count Property
                  • DataType Property
                  • DomainConfiguration Property
                  • Name Property
                  • ResourceAssembly Property
      • Miner.Data.Decoration Assembly
        • Overview
        • Namespaces
          • Miner.Data.Decoration Namespace
            • Overview
            • Classes
              • DatarowDecorator
                • Overview
                • Members
                • DatarowDecorator Constructor
                  • DatarowDecorator Constructor(DataRow,DataSetConfig)
                  • DatarowDecorator Constructor(DataRow,DataSetConfig,RulePackages)
                  • DatarowDecorator Constructor(DataRow,DataSetConfig,RulePackages,DeviceOperationType)
                • Methods
                  • DragDrop Method
                  • DragOver Method
                  • GetColumnStyle Method
                  • Refresh Method
                  • ValidateDataSource Method
                • Properties
                  • Caption Property
                  • ColumnStyles Property
                  • DataRow Property
                  • DataSetTransaction Property
                  • IgnoreConstraints Property
                  • OperationType Property
                  • Style Property
              • DatarowFieldView
                • Overview
                • Members
                • DatarowFieldView Constructor
                • Methods
                  • BeginUpdate Method
                  • Clear Method
                  • Dispose Method
                    • Dispose(Boolean) Method
                  • EndUpdate Method
                  • Initialize Method
                  • OnRightToLeftChanged Method
                  • Refresh Method
                • Properties
                  • BackColor Property
                  • CaptionFormatString Property
                  • DataRow Property
                  • DesignText Property
                  • Editable Property
                  • FieldNameWidth Property
                  • ForeColor Property
                  • ShowNowButton Property
                • Events
                  • FieldChanged Event
              • DataSelectionEventArgs
                • Overview
                • Members
                • DataSelectionEventArgs Constructor
                  • DataSelectionEventArgs Constructor(Object,String,DataRow[])
                  • DataSelectionEventArgs Constructor(String)
                  • DataSelectionEventArgs Constructor(Object,String,DataRow[],String)
                • Methods
                  • GetCurrentCellText Method
                  • GetDataRows Method
                  • GetSelectedRowsText Method
                  • SetDataRows Method
                • Properties
                  • ObjectWithFocus Property
                  • TableName Property
              • DataSelectionMonitor
                • Overview
                • Members
                • Methods
                  • GetCurentCellText Method
                  • GetCurrentSelection Method
                  • GetSelectedRowsText Method
                  • OnColumnSelectedChanged Method
                  • OnDataSelectionChanged Method
                • Properties
                  • CurrentObject Property
                  • CurrentTable Property
                • Events
                  • CellSelectionChanged Event
                  • DataSelectionChanged Event
              • DecoratorBase
                • Overview
                • Members
                • Methods
                  • CheckContextMenu Method
                  • DragDrop Method
                  • DragOver Method
                  • MakePopupRecursive Method
                  • OnRefreshRequested Method
                  • Refresh Method
                  • RequestRefresh Method
                  • ValidateDataSource Method
                • Properties
                  • Caption Property
                  • ClientRules Property
                  • Configurator Property
                  • ContextMenu Property
                  • DataSource Property
                  • DisplayCategories Property
                  • HasRefreshRequestedListener Property
                  • Log Property
                  • Style Property
                • Fields
                  • _caption Field
                  • _configurator Field
                  • _dataSource Field
                  • _style Field
                • Events
                  • RefreshRequested Event
              • EditViewBase
                • Overview
                • Members
                • EditViewBase Constructor
                • Methods
                  • Clear Method
                  • GetEditView Method
                    • GetEditView(String,ControlStyle) Method
                    • GetEditView(String,ControlStyle,Boolean) Method
                  • Initialize Method
                  • Refresh Method
                  • ValidateEdits Method
                • Properties
                  • Decorator Property
                • Fields
                  • _currencyManager Field
                  • _decorator Field
              • EvaluatorBase
                • Overview
                • Members
                • Methods
                  • CreateCustomEvaluator Method
                  • EvaluateToBool Method
                  • GetEvaluator Method
                • Properties
                  • Arguments Property
                  • Caption Property
                  • Description Property
                  • EvaluatorInput Property
                  • Log Property
                  • OptimizedWhereClause Property
                • Fields
                  • _evaluatorInput Field
              • UltraGridSafe
                • Overview
                • Members
                • UltraGridSafe Constructor
                • Methods
                  • OnPaint Method
                  • Refresh Method
                  • VerifyChildElements Method
            • Interfaces
              • IEvaluatorInput
                • Overview
                • Members
                • Methods
                  • Initialize Method
                • Properties
                  • Arguments Property
      • Miner.Desktop.CuFilter Assembly
        • Overview
        • Namespaces
          • Miner.Desktop.CuFilter Namespace
            • Overview
            • Classes
              • CuEditor
                • Overview
                • Members
                • CuEditor Constructor
                  • CuEditor Constructor(IWorkspace,ICuLibrary)
                  • CuEditor Constructor()
                • Methods
                  • BatchCreateCu Method
                  • Create Method
                  • Delete Method
                  • GetValidatedCu Method
                  • IsUnique Method
                  • Update Method
              • CuFilter<T>
                • Overview
                • Members
                • Methods
                  • Clone Method
                  • CompareTo Method
                  • Equals Method
                  • GetHashCode Method
                  • MatchesCriteria Method
                    • MatchesCriteria(IList<ICompatibleUnit>) Method
                    • MatchesCriteria(ICompatibleUnit) Method
                  • OnPropertyChanged Method
                  • OnRunFilter Method
                  • ResetCriteria Method
                • Properties
                  • AutoRunEnabled Property
                  • Criteria Property
                  • Enabled Property
                  • Name Property
                  • TableName Property
                • Fields
                  • _criteria Field
                • Events
                  • PropertyChanged Event
                  • RunFilter Event
              • CuFilterItemTemplateSelector
                • Overview
                • Members
                • CuFilterItemTemplateSelector Constructor
                • Methods
                  • SelectTemplate Method
              • CuFilterViewModel
                • Overview
                • Members
                • CuFilterViewModel Constructor
                • Methods
                  • Clone Method
                  • Equals Method
                  • GetHashCode Method
                  • GetSchema Method
                  • OnPropertyChanged Method
                  • ReadXml Method
                  • WriteXml Method
                • Properties
                  • Filter Property
                  • View Property
                • Events
                  • PropertyChanged Event
              • CuLibrary
                • Overview
                • Members
                • CuLibrary Constructor
                • Methods
                  • AddCu Method
                  • FindCu Method
                  • LoadFavorites Method
                  • LoadLibrary Method
                  • LoadWorkLocations Method
                  • RemoveCu Method
                • Properties
                  • Cus Property
                  • Favorites Property
                  • Templates Property
                  • WorkLocations Property
                  • Workspace Property
              • CuSync
                • Overview
                • Members
                • CuSync Constructor
                • Methods
                  • SyncCuData Method
              • FilterFactory
                • Overview
                • Members
                • Methods
                  • CreateAoiFilter Method
                    • CreateAoiFilter(NameAlias) Method
                    • CreateAoiFilter(NameAlias,IWorkspace) Method
                  • CreateAoiFilters Method
                    • CreateAoiFilters() Method
                    • CreateAoiFilters(IWorkspace) Method
                  • CreateCategoryFilter Method
                  • CreateCuTakeoffFilters Method
                  • CreateFilter Method
                    • CreateFilter(FilterType,NameAlias) Method
                    • CreateFilter(FilterType,NameAlias,IWorkspace) Method
                  • CreateTagFilter Method
                    • CreateTagFilter(NameAlias) Method
                    • CreateTagFilter(NameAlias,IWorkspace) Method
                  • CreateTakeoffFilter Method
                    • CreateTakeoffFilter(NameAlias) Method
                    • CreateTakeoffFilter(NameAlias,IWorkspace) Method
                  • GetAllFilterNames Method
                    • GetAllFilterNames() Method
                    • GetAllFilterNames(IWorkspace) Method
                  • GetAoiFilterNames Method
                    • GetAoiFilterNames() Method
                    • GetAoiFilterNames(IWorkspace) Method
                  • GetCategoryFilterNames Method
                  • GetTagFilterNames Method
                    • GetTagFilterNames() Method
                    • GetTagFilterNames(IWorkspace) Method
                  • GetTakeoffFilterNames Method
                    • GetTakeoffFilterNames() Method
                    • GetTakeoffFilterNames(IWorkspace) Method
              • WindowInterop
                • Overview
                • Members
            • Enumerations
              • FilterType
            • Structures
              • WindowInterop.POINT
                • Overview
                • Members
                • WindowInterop.POINT Constructor
                • Methods
                  • Equals Method
                  • GetHashCode Method
                • Properties
                  • X Property
                  • Y Property
                • Operators
                  • Equality Operator
                  • Inequality Operator
              • WindowInterop.RECT
                • Overview
                • Members
                • WindowInterop.RECT Constructor
                • Methods
                  • Equals Method
                  • GetHashCode Method
                • Properties
                  • Bottom Property
                  • Left Property
                  • Right Property
                  • Top Property
                • Operators
                  • Equality Operator
                  • Inequality Operator
              • WindowInterop.WINDOWPLACEMENT
                • Overview
                • Members
                • Fields
                  • flags Field
                  • length Field
                  • maxPosition Field
                  • minPosition Field
                  • normalPosition Field
                  • showCmd Field
            • Interfaces
              • ICompatibleUnit
                • Overview
                • Members
                • Methods
                  • AddAttribute Method
                  • AddExtendedData Method
                  • RemoveAttribute Method
                  • RemoveExtendedData Method
                • Properties
                  • Attributes Property
                  • AvailableWorkFunctions Property
                  • Code Property
                  • Description Property
                  • DupicateAttributeNameValuesDictionary Property
                  • ExtendedData Property
                  • FlagMessage Property
                  • FlagType Property
                  • Name Property
                  • Quantity Property
                  • Subtype Property
                  • TableName Property
                  • Units Property
                  • WorkflowStatus Property
                  • WorkFunction Property
              • ICompatibleUnitAttribute
                • Overview
                • Members
                • Properties
                  • AttributeType Property
                  • FieldName Property
                  • FieldValue Property
              • ICuAoiFilter
                • Overview
                • Members
                • Methods
                  • IntersectsPolygon Method
              • ICuFilter
                • Overview
                • Members
                • Methods
                  • MatchesCriteria Method
                    • MatchesCriteria(IList<ICompatibleUnit>) Method
                    • MatchesCriteria(ICompatibleUnit) Method
                  • ResetCriteria Method
                • Properties
                  • AutoRunEnabled Property
                  • Criteria Property
                  • Enabled Property
                  • Name Property
                  • TableName Property
                • Events
                  • RunFilter Event
              • ICuFilter<T>
                • Overview
                • Members
                • Properties
                  • Criteria Property
              • ICuFilterViewModel
                • Overview
                • Members
                • Properties
                  • Filter Property
                  • View Property
              • ICuLibrary
                • Overview
                • Members
                • Methods
                  • AddCu Method
                  • FindCu Method
                  • RemoveCu Method
                • Properties
                  • Cus Property
                  • Favorites Property
                  • Templates Property
              • ICuTakeoffFilter
                • Overview
                • Members
                • Methods
                  • SetCriteria Method
              • IValidCompatibleUnit
                • Overview
                • Members
                • Methods
                  • ErrorItemMessage Method
                  • ErrorItemName Method
                • Properties
                  • CompatibleUnit Property
                  • ErrorItemCount Property
                  • IsValid Property
              • IWorkLocationWrapper
                • Overview
                • Members
                • Properties
                  • WorkLocation Property
                  • WorkLocationID Property
          • Miner.Desktop.CuFilter.CuFilter Namespace
            • Overview
          • Miner.Desktop.CuFilter.CuFilterAdmin Namespace
            • Overview
            • Classes
              • Advisories
                • Overview
                • Members
                • Methods
                  • Closed Method
                  • Closing Method
                  • InitializeComponent Method
                • Properties
                  • AdminContent Property
                  • IconPath Property
                  • IsSelected Property
                  • SearchFilter Property
                  • SearchViewModel Property
                  • Title Property
              • CreateTables
                • Overview
                • Members
                • CreateTables Constructor
                • Methods
                  • Closed Method
                  • Closing Method
                  • InitializeComponent Method
                • Properties
                  • AdminContent Property
                  • IconPath Property
                  • IsSelected Property
                  • Title Property
              • CuCriteriaAssignment
                • Overview
                • Members
                • CuCriteriaAssignment Constructor
                • Methods
                  • InitializeComponent Method
              • CuCriteriaAssignmentViewModel
                • Overview
                • Members
                • CuCriteriaAssignmentViewModel Constructor
                • Methods
                  • Dispose Method
                    • Dispose(Boolean) Method
                  • SetFilter Method
                • Properties
                  • AllSelected Property
                  • ApplyCuTagsCommand Property
                  • CancelCuTagsCommand Property
                  • CriteriaViewModels Property
                  • CuList Property
                  • Dirty Property
                  • EnableControls Property
                  • Filter Property
                  • Filters Property
              • CuCriteriaViewModel
                • Overview
                • Members
                • CuCriteriaViewModel Constructor
                • Properties
                  • Criteria Property
                  • ItemSelected Property
              • CuFlagView
                • Overview
                • Members
                • CuFlagView Constructor
                • Methods
                  • InitializeComponent Method
                  • SetViewModel Method
              • CuFlagViewModel
                • Overview
                • Members
                • CuFlagViewModel Constructor
                • Methods
                  • ApplyFlag Method
                  • Dispose Method
                    • Dispose(Boolean) Method
                    • Dispose() Method
                  • OnPropertyChanged Method
                  • UpdateState Method
                • Properties
                  • ApplyFlagCommand Property
                  • DescriptionMessage Property
                  • Dirty Property
                  • FlagItems Property
                  • FlagTypeCombo Property
                  • FlagTypeComboChangedCommand Property
                  • MessageChangedCommand Property
                  • RemoveFlagCommand Property
                  • SelectedCU Property
                • Events
                  • PropertyChanged Event
              • CuUpgradeView
                • Overview
                • Members
                • CuUpgradeView Constructor
                • Methods
                  • InitializeComponent Method
              • CuUpgradeViewModel
                • Overview
                • Members
                • CuUpgradeViewModel Constructor
                • Methods
                  • Initialize Method
                • Properties
                  • ButtonText Property
                  • CancelCommand Property
                  • CancelPending Property
                  • DuplicateCuNames Property
                  • ProgressMaximum Property
                  • ProgressMinimum Property
                  • ProgressValue Property
                  • StatusText Property
                  • UpgradeCUsCommand Property
                  • UpgradeEnabled Property
                  • UpgradeRunning Property
              • DomainFilterCreate
                • Overview
                • Members
                • DomainFilterCreate Constructor
                • Methods
                  • InitializeComponent Method
              • DomainFilterCreateViewModel
                • Overview
                • Members
                • DomainFilterCreateViewModel Constructor
                • Methods
                  • Closed Method
                  • Closing Method
                  • Initialize Method
                  • OnPropertyChanged Method
                • Properties
                  • AdminContent Property
                  • ApplyCommand Property
                  • AvailableFeatureClasses Property
                  • AvailableFields Property
                  • CancelCommand Property
                  • DomainFilterType Property
                  • DomainValues Property
                  • FilterName Property
                  • IsDirty Property
                  • NavigationControl Property
                  • SelectedDomainName Property
                  • SelectedFeatureClass Property
                  • SelectedField Property
                • Events
                  • PropertyChanged Event
              • DomainFilterEdit
                • Overview
                • Members
                • DomainFilterEdit Constructor
                • Methods
                  • InitializeComponent Method
              • DomainFilterEditViewModel
                • Overview
                • Members
                • DomainFilterEditViewModel Constructor
                • Methods
                  • Closed Method
                  • Closing Method
                  • Initialize Method
                  • OnPropertyChanged Method
                • Properties
                  • AddItemCommand Property
                  • AdminContent Property
                  • ApplyCommand Property
                  • CancelCommand Property
                  • DomainFilter Property
                  • DomainFilterType Property
                  • EditFilterNameCommand Property
                  • EditingFilterName Property
                  • Error Property
                  • IsDirty Property
                  • IsValidFilterName Property
                  • Item Property
                  • NavigationControl Property
                  • NewFilterName Property
                  • RemoveItemCommand Property
                  • StatusText Property
                • Events
                  • PropertyChanged Event
              • DomainFilterHome
                • Overview
                • Members
                • DomainFilterHome Constructor
                • Methods
                  • InitializeComponent Method
              • DomainFilterHomeViewModel
                • Overview
                • Members
                • DomainFilterHomeViewModel Constructor
                • Methods
                  • Closed Method
                  • Closing Method
                  • Initialize Method
                  • OnPropertyChanged Method
                • Properties
                  • AdminContent Property
                  • CanCreateFilter Property
                  • CreateCommand Property
                  • DeleteCommand Property
                  • Description Property
                  • DomainFilterType Property
                  • EditCommand Property
                  • Error Property
                  • FilterName Property
                  • Filters Property
                  • IsValidFilterName Property
                  • Item Property
                  • NavigationControl Property
                  • StatusText Property
                • Events
                  • PropertyChanged Event
              • DomainFilterList
                • Overview
                • Members
                • DomainFilterList Constructor
                • Methods
                  • InitializeComponent Method
              • DomainFilterManagerViewModel
                • Overview
                • Members
                • DomainFilterManagerViewModel Constructor
                • Methods
                  • Closed Method
                  • Closing Method
                  • OnPropertyChanged Method
                • Properties
                  • AdminContent Property
                  • Description Property
                  • IconPath Property
                  • IsEnabled Property
                  • IsSelected Property
                  • NavigationContent Property
                  • Title Property
                • Events
                  • PropertyChanged Event
              • EnumObjectClassSlim
                • Overview
                • Members
                • EnumObjectClassSlim Constructor
                  • EnumObjectClassSlim Constructor()
                  • EnumObjectClassSlim Constructor(IWorkspace)
                • Methods
                  • ToString Method
                • Properties
                  • ObjectClasses Property
              • ItemHeader
                • Overview
                • Members
                • ItemHeader Constructor
                • Methods
                  • InitializeComponent Method
                • Properties
                  • IconPath Property
                  • Title Property
                • Fields
                  • IconPathProperty Field
                  • TitleProperty Field
              • ManageCuFields
                • Overview
                • Members
                • ManageCuFields Constructor
                • Methods
                  • Initialize Method
                  • InitializeComponent Method
              • ManageCuFieldsViewModel
                • Overview
                • Members
                • ManageCuFieldsViewModel Constructor
                • Methods
                  • ApplyChanges Method
                  • ApplyCuChanges Method
                  • Cancel Method
                  • CheckSave Method
                    • CheckSave() Method
                    • CheckSave(Boolean) Method
                  • Delete Method
                  • DeleteCurrentCU Method
                  • Dispose Method
                    • Dispose(Boolean) Method
                  • Finalize Method
                • Properties
                  • AddWorkFunctionCommand Property
                  • AvailableWorkFunctionList Property
                  • AvailableWorkFunctions Property
                  • CancelCuCommand Property
                  • Code Property
                  • CurrentCu Property
                  • DeleteCuCommand Property
                  • DeleteEnabled Property
                  • Description Property
                  • EditCuCommand Property
                  • Error Property
                  • FeatureClassName Property
                  • IsCreateCu Property
                  • IsDirty Property
                  • IsValid Property
                  • Item Property
                  • Name Property
                  • ProposedDefiningAttributes Property
                  • ProposedExtendedData Property
                  • RemoveWorkFunctionCommand Property
                  • SaveEnabled Property
                  • SubtypeName Property
                  • Units Property
                  • WorkFlowStatus Property
                  • WorkFlowStatusList Property
                  • WorkFunction Property
                  • WorkFunctionList Property
                  • WorkfunctionTotal Property
                • Events
                  • CreateCuCompleteEvent Event
                  • DeletedCuEvent Event
              • ManageCUs
                • Overview
                • Members
                • ManageCUs Constructor
                • Methods
                  • Closed Method
                  • Closing Method
                  • InitializeComponent Method
                  • OnPropertyChanged Method
                    • OnPropertyChanged(String) Method
                • Properties
                  • AdminContent Property
                  • CreateCUCommand Property
                  • CreatingCU Property
                  • IconPath Property
                  • IsSelected Property
                  • SearchFilter Property
                  • SearchViewModel Property
                  • Title Property
                • Fields
                  • DefaultNoSubtypeValue Field
                • Events
                  • PropertyChanged Event
              • ManageFilters
                • Overview
                • Members
                • ManageFilters Constructor
                • Methods
                  • InitializeComponent Method
              • ManageFiltersHome
                • Overview
                • Members
                • ManageFiltersHome Constructor
                • Methods
                  • Closed Method
                  • Closing Method
                  • InitializeComponent Method
                • Properties
                  • AdminContent Property
                  • Description Property
                  • IconPath Property
                  • IsSelected Property
                  • NavigationContent Property
                  • Title Property
              • ManageFiltersViewModel
                • Overview
                • Members
                • Methods
                  • Closed Method
                  • Closing Method
                  • OnPropertyChanged Method
                • Properties
                  • ActiveItem Property
                  • AdminContent Property
                  • HomeCommand Property
                  • IconPath Property
                  • IsEnabled Property
                  • IsSelected Property
                  • Managers Property
                  • ShowNavigation Property
                  • Title Property
                • Events
                  • PropertyChanged Event
              • Migrate
                • Overview
                • Members
                • Migrate Constructor
                • Methods
                  • Closed Method
                  • Closing Method
                  • InitializeComponent Method
                • Properties
                  • AdminContent Property
                  • IconPath Property
                  • IsSelected Property
                  • Title Property
              • NameValidationStatus
                • Overview
                • Members
                • Operators
                  • Implicit Type Conversion Operator
              • NextCancelNavigation
                • Overview
                • Members
                • NextCancelNavigation Constructor
                  • NextCancelNavigation Constructor()
                  • NextCancelNavigation Constructor(Object)
                • Methods
                  • InitializeComponent Method
              • ObjectClassSlim
                • Overview
                • Members
                • ObjectClassSlim Constructor
                • Properties
                  • AliasName Property
                  • BrowseName Property
                  • Fields Property
                  • HasSubtypes Property
                  • Subtypes Property
              • SaveCancelNavigation
                • Overview
                • Members
                • SaveCancelNavigation Constructor
                  • SaveCancelNavigation Constructor()
                  • SaveCancelNavigation Constructor(Object)
                • Methods
                  • InitializeComponent Method
              • SubtypeWrapper
                • Overview
                • Members
                • SubtypeWrapper Constructor
                • Methods
                  • Equals Method
                  • GetHashCode Method
                • Properties
                  • Code Property
                  • Name Property
              • TagFilterManagerListView
                • Overview
                • Members
                • TagFilterManagerListView Constructor
                • Methods
                  • InitializeComponent Method
              • TagFilterManagerListViewModel
                • Overview
                • Members
                • TagFilterManagerListViewModel Constructor
                • Methods
                  • Dispose Method
                    • Dispose(Boolean) Method
                  • SetSelectedFilter Method
                • Properties
                  • AddTagFilterCommand Property
                  • ApplyCommand Property
                  • CancelCommand Property
                  • CanCreateFilter Property
                  • Error Property
                  • IsDirty Property
                  • IsValidFilterName Property
                  • Item Property
                  • NewFilterName Property
                  • RemoveTagFilterCommand Property
                  • SelectedFilter Property
                  • SelectedFilterTags Property
                  • StatusText Property
                  • TagFilterNames Property
              • TagFilterManagerView
                • Overview
                • Members
                • TagFilterManagerView Constructor
                • Methods
                  • InitializeComponent Method
                • Fields
                  • EditFilterNameCommand Field
              • TagFilterManagerViewModel
                • Overview
                • Members
                • TagFilterManagerViewModel Constructor
                • Methods
                  • Dispose Method
                    • Dispose(Boolean) Method
                  • IsValidTag Method
                  • IsValidTagName Method
                • Properties
                  • AddTagItemCommand Property
                  • ApplyCommand Property
                  • CancelCommand Property
                  • EditFilterNameCommand Property
                  • EditingFilterName Property
                  • Error Property
                  • FilterName Property
                  • IsDirty Property
                  • IsNewTagNameValid Property
                  • Item Property
                  • Model Property
                  • NameChangedCommand Property
                  • NewTagName Property
                  • RemoveTagItemCommand Property
                  • SelectedTags Property
                  • StatusText Property
                  • Tags Property
              • TagFilterModel
                • Overview
                • Members
                • TagFilterModel Constructor
                  • TagFilterModel Constructor()
                  • TagFilterModel Constructor(String)
                  • TagFilterModel Constructor(String,ObservableCollection<TagItem>)
                • Methods
                  • Cancel Method
                  • OnPropertyChanged Method
                  • Save Method
                • Properties
                  • Criteria Property
                  • Dirty Property
                  • FilterName Property
                  • FilterNameAlias Property
                  • IsRemoving Property
                  • OriginalName Property
                  • Tags Property
                • Events
                  • PropertyChanged Event
              • TagFilters
                • Overview
                • Members
                • TagFilters Constructor
                • Methods
                  • Closed Method
                  • Closing Method
                  • InitializeComponent Method
                  • OnPropertyChanged Method
                    • OnPropertyChanged(String) Method
                • Properties
                  • AdminContent Property
                  • ApplyCommand Property
                  • CancelCommand Property
                  • Description Property
                  • IconPath Property
                  • IsDirty Property
                  • IsSelected Property
                  • NavigationContent Property
                  • Title Property
                • Events
                  • PropertyChanged Event
              • TagItemViewModel
                • Overview
                • Members
                • TagItemViewModel Constructor
                • Properties
                  • ItemSelected Property
                  • TagItem Property
              • Tags
                • Overview
                • Members
                • Tags Constructor
                • Methods
                  • Closed Method
                  • Closing Method
                  • InitializeComponent Method
                • Properties
                  • AdminContent Property
                  • IconPath Property
                  • IsSelected Property
                  • SearchFilter Property
                  • SearchViewModel Property
                  • Title Property
              • UnitsOfMeasureTypeConverter
                • Overview
                • Members
                • UnitsOfMeasureTypeConverter Constructor
                • Methods
                  • Convert Method
                  • ConvertBack Method
              • WorkFunctionTypeConverter
                • Overview
                • Members
                • WorkFunctionTypeConverter Constructor
                • Methods
                  • Convert Method
                  • ConvertBack Method
            • Interfaces
              • ICloseableContent
                • Overview
                • Members
                • Methods
                  • Closed Method
                  • Closing Method
                • Properties
                  • AdminContent Property
              • ICuAdminItem
                • Overview
                • Members
                • Properties
                  • IconPath Property
                  • IsEnabled Property
                  • IsSelected Property
                  • Title Property
              • ICuFilterManager
                • Overview
                • Members
                • Properties
                  • Description Property
                  • NavigationContent Property
              • IFilterCriteria
                • Overview
                • Members
                • Properties
                  • Name Property
              • IFilterModel
                • Overview
                • Members
                • Properties
                  • Criteria Property
                  • FilterName Property
                  • FilterNameAlias Property
            • Delegates
              • DeletedCuEventHandler
          • Miner.Desktop.CuFilter.CuTree Namespace
            • Overview
            • Classes
              • CuPalette
                • Overview
                • Members
                • CuPalette Constructor
                  • CuPalette Constructor()
                  • CuPalette Constructor(String)
                • Methods
                  • Add Method
                    • Add(ICompatibleUnit) Method
                    • Add(IFavoriteWrapper) Method
                    • Add(IWorkLocationWrapper) Method
                  • Clone Method
                  • ReadXml Method
                  • Remove Method
                    • Remove(ICompatibleUnit) Method
                    • Remove(IFavoriteWrapper) Method
                    • Remove(IWorkLocationWrapper) Method
                  • WriteXml Method
                • Properties
                  • Cus Property
                  • Favs Property
                  • Templates Property
                  • WorkLocations Property
          • Miner.Desktop.CuFilter.DataAccess Namespace
            • Overview
          • Miner.Desktop.CuFilter.DesignSummary Namespace
            • Overview
            • Classes
              • CuInfoData
                • Overview
                • Members
                • CuInfoData Constructor
                  • CuInfoData Constructor(IMMCompatibleUnit,BitmapSource,Double)
                  • CuInfoData Constructor(IMMCompatibleUnit,BitmapSource)
                • Properties
                  • Bitmap Property
                  • CalculatedQuantity Property
                  • Code Property
                  • Description Property
                  • FeatureLength Property
                  • IsNonGisCu Property
                  • Name Property
                  • Quantity Property
                  • Subtype Property
                  • TableName Property
                  • UnitsOfMeasure Property
                  • WorkFunction Property
              • CuSummaryData
                • Overview
                • Members
                • CuSummaryData Constructor
                • Methods
                  • GetSchema Method
                  • ReadXml Method
                  • WriteXml Method
                • Properties
                  • Bitmap Property
                  • CalculatedQuantityTotal Property
                  • CanExportCU Property
                  • Code Property
                  • Description Property
                  • Name Property
                  • QuantityTotal Property
                  • UnitsOfMeasure Property
                  • WorkFunction Property
              • DesignMetadata
                • Overview
                • Members
                • DesignMetadata Constructor
                • Properties
                  • CurrentUsername Property
                  • DesignDescription Property
                  • DesignId Property
                  • WorkRequestDescription Property
                  • WorkRequestId Property
              • DesignSummaryCommand
                • Overview
                • Members
                • DesignSummaryCommand Constructor
                • Methods
                  • Dispose Method
                  • OnClick Method
                  • OnCreate Method
              • DesignSummaryCommandBase
                • Overview
                • Members
                • Methods
                  • CanExecuteCommand Method
                  • GetExportableDesignSummary Method
                  • OnCreate Method
                  • ShowExportFailedMessage Method
                  • ShowUnableToExecuteMessage Method
                • Properties
                  • Enabled Property
                • Fields
                  • Application Field
              • DesignSummaryData
                • Overview
                • Members
                • DesignSummaryData Constructor
                • Methods
                  • GetSchema Method
                  • ReadXml Method
                  • WriteXml Method
                • Properties
                  • CompatibleUnits Property
                  • DesignMetadata Property
                  • WorkLocations Property
              • DesignSummaryExport
                • Overview
                • Members
                • DesignSummaryExport Constructor
                  • DesignSummaryExport Constructor()
                  • DesignSummaryExport Constructor(DesignSummaryData,String)
                • Methods
                  • GetSchema Method
                  • ReadXml Method
                  • WriteXml Method
                • Properties
                  • DesignSummary Property
                  • ExportDate Property
                  • ExportNotes Property
              • DesignSummaryExportToExcelCommand
                • Overview
                • Members
                • DesignSummaryExportToExcelCommand Constructor
                • Methods
                  • OnClick Method
              • DesignSummaryExportToHtmlCommand
                • Overview
                • Members
                • DesignSummaryExportToHtmlCommand Constructor
                • Methods
                  • OnClick Method
              • WorkLocationSummaryData
                • Overview
                • Members
                • WorkLocationSummaryData Constructor
                • Methods
                  • GetSchema Method
                  • ReadXml Method
                  • WriteXml Method
                • Properties
                  • Bitmap Property
                  • CuSummaries Property
                  • DisplayName Property
                  • Id Property
                  • WorkFunction Property
            • Enumerations
              • ExportType
          • Miner.Desktop.CuFilter.DesignSummary.View Namespace
            • Overview
            • Classes
              • DesignSummaryWindow
                • Overview
                • Members
                • DesignSummaryWindow Constructor
                • Methods
                  • ClearContentCache Method
                  • Dispose Method
                  • HideWindow Method
                  • Initialize Method
                  • InitializeComponent Method
                • Properties
                  • CancelClose Property
              • ExportView
                • Overview
                • Members
                • ExportView Constructor
                • Methods
                  • InitializeComponent Method
              • HeaderView
                • Overview
                • Members
                • HeaderView Constructor
                • Methods
                  • InitializeComponent Method
              • ResultsView
                • Overview
                • Members
                • ResultsView Constructor
                • Methods
                  • Dispose Method
                  • InitializeComponent Method
                • Fields
                  • ClearSearchCommand Field
              • SettingsView
                • Overview
                • Members
                • SettingsView Constructor
                • Methods
                  • InitializeComponent Method
          • Miner.Desktop.CuFilter.DesignSummary.ViewModel Namespace
            • Overview
            • Classes
              • CuSummaryViewModel
                • Overview
                • Members
                • CuSummaryViewModel Constructor
                • Properties
                  • Bitmap Property
                  • CalculatedQuantityTotal Property
                  • CanExportCU Property
                  • Code Property
                  • Description Property
                  • IsSearchHit Property
                  • Name Property
                  • QuantityTotal Property
                  • UnitsOfMeasure Property
                  • UnitsOfMeasureLabel Property
                  • WorkFunction Property
              • ExportViewModel
                • Overview
                • Members
                • ExportViewModel Constructor
                • Methods
                  • Dispose Method
                  • ExportSummary Method
                • Properties
                  • ExportNotes Property
              • HeaderViewModel
                • Overview
                • Members
                • HeaderViewModel Constructor
                • Methods
                  • Dispose Method
                • Properties
                  • DesignMetadata Property
                  • HeaderTitle Property
              • ResultsViewModel
                • Overview
                • Members
                • ResultsViewModel Constructor
                • Methods
                  • CanExportVisibleWorkLocations Method
                  • ChangeVisibleWorkLocationsExpandedState Method
                  • Dispose Method
                  • PreviewExportWorkLocations Method
                • Properties
                  • CanSearchCUs Property
                  • CanSearchWorkLocations Property
                  • HeaderTitle Property
                  • SearchText Property
                  • WorkLocations Property
              • SettingsViewModel
                • Overview
                • Members
                • SettingsViewModel Constructor
                • Methods
                  • ApplyChanges Method
                • Properties
                  • AutoExpandSearchResults Property
                  • CanSearchCUsByCode Property
                  • CanSearchCUsByDescription Property
                  • CanSearchCUsByName Property
                  • CUSearchOptionsHeader Property
                  • GeneralHeader Property
                  • JoinCUSearchTermsWithAnd Property
                  • ShowOnlySearchHits Property
              • ViewModelBase
                • Overview
                • Members
                • Methods
                  • Dispose Method
                  • OnPropertyChanged Method
                • Events
                  • PropertyChanged Event
              • WorkLocationSummaryViewModel
                • Overview
                • Members
                • WorkLocationSummaryViewModel Constructor
                • Methods
                  • Dispose Method
                  • SetSearchHits Method
                • Properties
                  • Bitmap Property
                  • CanExportWorkLocation Property
                  • CuSummaries Property
                  • DisplayName Property
                  • Id Property
                  • IsEnabled Property
                  • IsExpanded Property
                  • WorkFunction Property
          • Miner.Desktop.CuFilter.Events Namespace
            • Overview
            • Classes
              • AddedFiltersEvent
                • Overview
                • Members
                • AddedFiltersEvent Constructor
              • AddingFiltersEvent
                • Overview
                • Members
                • AddingFiltersEvent Constructor
              • AddingFiltersEventArgs
                • Overview
                • Members
                • AddingFiltersEventArgs Constructor
                • Properties
                  • LoadedFilters Property
                  • ParentWindow Property
              • ChangeMadeToAnyCUEvent
                • Overview
                • Members
                • ChangeMadeToAnyCUEvent Constructor
              • CreateCuWindowClosedEventArgs
                • Overview
                • Members
                • CreateCuWindowClosedEventArgs Constructor
                • Properties
                  • ManualClose Property
                  • ObjectClassSlim Property
                  • Subtype Property
                  • WmsCode Property
              • CuAdminPanelClosedEvent
                • Overview
                • Members
                • CuAdminPanelClosedEvent Constructor
              • CuAdminPanelShowEvent
                • Overview
                • Members
                • CuAdminPanelShowEvent Constructor
              • CUCriticalSentEvent
                • Overview
                • Members
                • CUCriticalSentEvent Constructor
              • CUCriticalSentEventArgs
                • Overview
                • Members
                • CUCriticalSentEventArgs Constructor
                • Properties
                  • FlagMessage Property
                  • OutputMessage Property
              • CuFilterMgrItemEventArgs
                • Overview
                • Members
                • CuFilterMgrItemEventArgs Constructor
                • Properties
                  • CuTagFilterModel Property
              • CuFilterMgrItemViewEvent
                • Overview
                • Members
                • CuFilterMgrItemViewEvent Constructor
              • CuFilterMgrListViewEvent
                • Overview
                • Members
                • CuFilterMgrListViewEvent Constructor
              • CuFilterWindowClosedEvent
                • Overview
                • Members
                • CuFilterWindowClosedEvent Constructor
              • CuFilterWindowClosingEvent
                • Overview
                • Members
                • CuFilterWindowClosingEvent Constructor
              • CuFlagWindowClosedEvent
                • Overview
                • Members
                • CuFlagWindowClosedEvent Constructor
              • CUsAndFilters
                • Overview
                • Members
                • CUsAndFilters Constructor
                • Fields
                  • CompatibleUnits Field
                  • SearchFilters Field
              • CuTagManagerShowEvent
                • Overview
                • Members
                • CuTagManagerShowEvent Constructor
              • CuTagsWindowClosedEvent
                • Overview
                • Members
                • CuTagsWindowClosedEvent Constructor
              • CuUpgradeCompleteEvent
                • Overview
                • Members
                • CuUpgradeCompleteEvent Constructor
              • CuUpgradeCompleteEventArgs
                • Overview
                • Members
                • CuUpgradeCompleteEventArgs Constructor
                • Properties
                  • Message Property
                  • Succeeded Property
              • CuUpgradeEventArgs
                • Overview
                • Members
                • CuUpgradeEventArgs Constructor
                • Properties
                  • Count Property
                  • Message Property
                  • TotalItems Property
              • CuUpgradeStatusChangedEvent
                • Overview
                • Members
                • CuUpgradeStatusChangedEvent Constructor
              • CUWarningSentEvent
                • Overview
                • Members
                • CUWarningSentEvent Constructor
              • CUWarningSentEventArgs
                • Overview
                • Members
                • CUWarningSentEventArgs Constructor
                • Properties
                  • FlagMessage Property
                  • GoAhead Property
                  • OutputMessage Property
              • DesignSummaryContentResetEvent
                • Overview
                • Members
                • DesignSummaryContentResetEvent Constructor
              • DesignSummarySettingsChangedEvent
                • Overview
                • Members
                • DesignSummarySettingsChangedEvent Constructor
              • DesignSummaryWindowClosedEvent
                • Overview
                • Members
                • DesignSummaryWindowClosedEvent Constructor
              • DesignSummaryWindowClosingEvent
                • Overview
                • Members
                • DesignSummaryWindowClosingEvent Constructor
              • DomainFilterCreatedEvent
                • Overview
                • Members
                • DomainFilterCreatedEvent Constructor
              • DomainFilterDeletedEvent
                • Overview
                • Members
                • DomainFilterDeletedEvent Constructor
              • DuplicateCuEvent
                • Overview
                • Members
                • DuplicateCuEvent Constructor
              • DuplicateCuEventArgs
                • Overview
                • Members
                • DuplicateCuEventArgs Constructor
                • Properties
                  • CompatibleUnit Property
              • FilteredEvent
                • Overview
                • Members
                • FilteredEvent Constructor
              • FilterManagerWindowClosedEvent
                • Overview
                • Members
                • FilterManagerWindowClosedEvent Constructor
              • PaletteOpenedEvent
                • Overview
                • Members
                • PaletteOpenedEvent Constructor
              • RefreshCuLibraryEvent
                • Overview
                • Members
                • RefreshCuLibraryEvent Constructor
              • RefreshCuLibraryEventArgs
                • Overview
                • Members
                • RefreshCuLibraryEventArgs Constructor
                • Properties
                  • CuLibrary Property
              • SelectedEventArgs
                • Overview
                • Members
                • SelectedEventArgs Constructor
              • SelectedPaletteEventArgs
                • Overview
                • Members
                • SelectedPaletteEventArgs Constructor
                • Properties
                  • CompatibleUnits Property
                  • Palette Property
                  • PaletteName Property
              • SelectedSearchEventArgs
                • Overview
                • Members
                • SelectedSearchEventArgs Constructor
                • Properties
                  • Filters Property
              • ShowCreateDomainFilterEvent
                • Overview
                • Members
                • ShowCreateDomainFilterEvent Constructor
              • ShowCuFilterEvent
                • Overview
                • Members
                • ShowCuFilterEvent Constructor
              • ShowCuFilterEventArgs
                • Overview
                • Members
                • ShowCuFilterEventArgs Constructor
                • Properties
                  • CuLibrary Property
                  • FilterWindow Property
              • ShowEditDomainFilterEvent
                • Overview
                • Members
                • ShowEditDomainFilterEvent Constructor
              • ShowHomeDomainFilterEvent
                • Overview
                • Members
                • ShowHomeDomainFilterEvent Constructor
          • Miner.Desktop.CuFilter.Favorites Namespace
            • Overview
          • Miner.Desktop.CuFilter.Filters Namespace
            • Overview
            • Classes
              • MasterCuFilter
                • Overview
                • Members
                • MasterCuFilter Constructor
                • Methods
                  • Dispose Method
                    • Dispose() Method
                    • Dispose(Boolean) Method
                  • Filter<T> Method
                • Properties
                  • IsBusy Property
                  • UnfilteredCompatibleUnits Property
          • Miner.Desktop.CuFilter.Layouts Namespace
            • Overview
          • Miner.Desktop.CuFilter.Properties Namespace
            • Overview
            • Classes
              • Resources
                • Overview
                • Members
                • Properties
                  • Abbr_Centimeters Property
                  • Abbr_Each Property
                  • Abbr_Feet Property
                  • Abbr_Inches Property
                  • Abbr_Kilometers Property
                  • Abbr_Meters Property
                  • Abbr_Miles Property
                  • Add Property
                  • AddFilters Property
                  • AddTag Property
                  • Administration_CheckCUSync_Failed_to_sync_library_ Property
                  • AdministrationViewModel_SyncCUsToBlobCheck_Synchronize_CU_changes___ Property
                  • AdministrationViewModel_SyncCUsToBlobCheck_Update_favorites_and_old_CUs_with_CU_changes_ Property
                  • AdvisoryDataChanged Property
                  • AliasChanged Property
                  • AoiFilterButtonText Property
                  • Apply Property
                  • ApplyAdvisory Property
                  • ArcFMCuAdministration Property
                  • AreaFilter Property
                  • AssignAdvisoriesTitle Property
                  • AssignedFeatureClassAttributes Property
                  • AssignedTags Property
                  • AssignTagsTitle Property
                  • AvailableFeatureClassAttributes Property
                  • AvailableWorkfunctionsFilterName Property
                  • BuildFromMap Property
                  • Cancel Property
                  • CannotOpenCuLibraryTable Property
                  • CannotOpenFilterRelationshipClass Property
                  • CannotOpenFilterTable Property
                  • CantUndo Property
                  • CheckAll Property
                  • CheckNone Property
                  • ClearAdvisory Property
                  • ClearSearch Property
                  • Code Property
                  • CodeTooLong Property
                  • CompatibleUnitFilter Property
                  • CompatibleUnits Property
                  • ContainsIllegalCharacters Property
                  • Contents Property
                  • Continue Property
                  • Copy Property
                  • Create Property
                  • CreateCU Property
                  • CreateFolderCancelled Property
                  • Critical Property
                  • CUAdminCMD Property
                  • CuAdministration Property
                  • CuAdministrationMsg Property
                  • CuAdminVersionMessage Property
                  • CuCreateTables Property
                  • CUEditsInProgress Property
                  • CUExists Property
                  • CuFilter Property
                  • CuFilterAdmin Property
                  • CUFilterCMD Property
                  • CuFilterCreator Property
                  • CuFilterMsg Property
                  • CuFilterVersionMessage Property
                  • CULabel Property
                  • CuList Property
                  • Culture Property
                  • CuPaletteCorrupt Property
                  • CuParentRemoved Property
                  • CuRemoved Property
                  • CurrentPalette Property
                  • CurrentSearch Property
                  • CurrentTags Property
                  • CuSearchCorrupt Property
                  • Cut Property
                  • CuTagManager Property
                  • CUWorkfunctionError Property
                  • DatabaseLocked Property
                  • DatabaseUpgradeError Property
                  • DatabaseUpgradeMessage Property
                  • DatabaseUpgradeTitle Property
                  • DatabaseUpgradeUpgradeTo Property
                  • DatabaseUpgradeViewOnly Property
                  • Delete Property
                  • DeleteCU Property
                  • DeleteFilterRemoveTags Property
                  • DeleteFilters Property
                  • DeleteFolder Property
                  • DeleteItem Property
                  • DeleteTagAndRemove Property
                  • DeleteTagTitle Property
                  • Description Property
                  • DescriptionNote Property
                  • DescriptionTooLong Property
                  • DesignDescription Property
                  • DesignerLicenseRequired Property
                  • DesignId Property
                  • DesignInfo Property
                  • DesignSummary Property
                  • DesignSummary_CantExecuteMessage Property
                  • DesignSummary_CollapseAllVisible Property
                  • DesignSummary_CUHeader Property
                  • DesignSummary_CuSearchOptions Property
                  • DesignSummary_Excel Property
                  • DesignSummary_ExpandAllVisible Property
                  • DesignSummary_ExportCantExecuteMsg Property
                  • DesignSummary_ExportFailedMsg Property
                  • DesignSummary_ExportHeader Property
                  • DesignSummary_ExportMsg Property
                  • DesignSummary_ExportNotesMaxLength Property
                  • DesignSummary_ExportToExcel Property
                  • DesignSummary_ExportToHtml Property
                  • DesignSummary_General Property
                  • DesignSummary_Html Property
                  • DesignSummary_InvalidExport Property
                  • DesignSummary_Refresh Property
                  • DesignSummary_SearchAutoExpand Property
                  • DesignSummary_SearchCuCode Property
                  • DesignSummary_SearchCuDescription Property
                  • DesignSummary_SearchCuName Property
                  • DesignSummary_SearchCUs Property
                  • DesignSummary_SearchJoinMultiple Property
                  • DesignSummary_SearchWLs Property
                  • DesignSummary_SelectAllVisible Property
                  • DesignSummary_ShowAll Property
                  • DesignSummary_ShowExportable Property
                  • DesignSummary_ShowOnlySearchHits Property
                  • DesignSummary_TotalQtyHeader Property
                  • DesignSummary_UnselectAllVisible Property
                  • DesignSummary_WLUnassigned Property
                  • DesignSummaryExportToExcelImg Property
                  • DesignSummaryExportToHtmlImg Property
                  • DesignSummaryImg Property
                  • DesignSummaryMsg Property
                  • Domain Property
                  • DuplicateCUDACompatibleUnitInfo Property
                  • DuplicateCUDAFinalValue Property
                  • DuplicateCuFound Property
                  • DuplicateSearchName Property
                  • DuplicateTagName Property
                  • EmptyCodeErrorMessage Property
                  • Error Property
                  • ErrorDisplayingCuAdminPanel Property
                  • ExistingFilters Property
                  • ExportingPaletteFailed Property
                  • ExportNotes Property
                  • ExportPalette Property
                  • ExportText Property
                  • FailedAddTag Property
                  • FailedRemoveTag Property
                  • FailedRemoveTagFilter Property
                  • FailedSavingFilter Property
                  • FailedSendToDesign Property
                  • FailedSendToTargets Property
                  • FailedValidatingTag Property
                  • FeatureObjectClassLabel Property
                  • Filter Property
                  • FilterAlreadyExists Property
                  • FilterDataChanged Property
                  • FilterInformation Property
                  • FilterManager Property
                  • FilterNameHasInvalidCharacters Property
                  • FilterNameMustStartWithAlpha Property
                  • FilterNameTooLong Property
                  • Filters Property
                  • FinalDuplicateCUDAValue Property
                  • FlagManager Property
                  • Folder Property
                  • FolderInFolder Property
                  • GrantPermissions Property
                  • Home Property
                  • ImportPalette Property
                  • InvalidEditsCancel Property
                  • InvalidFilterName Property
                  • ManageAreaFilters Property
                  • ManageCuTitle Property
                  • ManagedAreaDescription Property
                  • ManageFeatureDescription Property
                  • ManageFeatureFilters Property
                  • ManageFilters Property
                  • ManageTagsDescription Property
                  • ManageTagsTitle Property
                  • MigrateDataTitle Property
                  • Multiple Property
                  • Name Property
                  • NameTooLong Property
                  • NewCU Property
                  • NewFilter Property
                  • NewFolder Property
                  • NewPalette Property
                  • Next Property
                  • NoAvailableWorkFunction Property
                  • NoConsiderationsCleared Property
                  • NoConsiderationsRemoved Property
                  • NoCUSelected Property
                  • NoFeatureClassesAssigned Property
                  • NoFolderSelected Property
                  • NoItems Property
                  • NoMoreFilters Property
                  • NoNameGiven Property
                  • None Property
                  • NoObjectSelected Property
                  • NoPaletteToTargets Property
                  • NoWorkRequestPolygon Property
                  • Null Property
                  • NullValueCUDAInformation Property
                  • NumericInputOnlyForCUUnitOfMeasure Property
                  • Overwrite Property
                  • Palette Property
                  • Paste Property
                  • PleaseSeeAdmin Property
                  • ProblemAssigningTags Property
                  • RelationshipAlreadyExists Property
                  • RelationshipClassExists Property
                  • RelationshipCreatedSuccessfully Property
                  • Reminder Property
                  • Remove Property
                  • Rename Property
                  • ResourceManager Property
                  • Save Property
                  • SaveAliasChange Property
                  • SaveChanges Property
                  • Search Property
                  • SearchHint Property
                  • SeeEventLogForDetails Property
                  • SelectCategory Property
                  • SelectedFeatureClass Property
                  • SelectFeatureClass Property
                  • SelectField Property
                  • SelectFolderMessage Property
                  • SelectPalette Property
                  • SelectUnit Property
                  • SelectWorkFunction Property
                  • SendToDesign Property
                  • SendToDesignCritical Property
                  • SendToDesignWarning Property
                  • SendToTarget Property
                  • SendToTargetsCritical Property
                  • SendToTargetsWarning Property
                  • SendXXXToTargets Property
                  • SetPermisssions Property
                  • Settings Property
                  • SpecialAdvisory Property
                  • SpecialConsiderationsType Property
                  • SubtypeLabel Property
                  • SubtypeUnknown Property
                  • SupplySearchName Property
                  • SystemTableMayBeInUse Property
                  • TableAlreadyExists Property
                  • TableCreatedSuccessfully Property
                  • TableExists Property
                  • TableNotFound Property
                  • Tag Property
                  • TagCategory Property
                  • TagNameCannotBeEmpty Property
                  • TagNameTooLong Property
                  • TakeoffFilter Property
                  • TakeoffFilterButtonText Property
                  • TakeoffNoFeatures Property
                  • TaskResultValueFailure Property
                  • TaskResultValueNoActionTaken Property
                  • TaskResultValueSuccess Property
                  • TaskResultValueWarning Property
                  • TheFollowingTablesHaveBeenCreated Property
                  • TotalQuantity Property
                  • UnitAdvisoryInformation Property
                  • UnitTags Property
                  • UnknownActiveWorkFunction Property
                  • UpdatePermissionsOnTheseTables Property
                  • UpdateSchemaTitle Property
                  • Warning Property
                  • WMSCodeLabel Property
                  • Workfunction Property
                  • WorkRequestDescription Property
                  • WorkRequestId Property
                  • WorkspaceNotSet Property
                  • XmlError Property
                  • YouDoNotHaveAccessTo Property
                  • YouMustBeArcFMSystemOwnerToRun Property
          • Miner.Desktop.CuFilter.StatusUpdateControl Namespace
            • Overview
          • Miner.Desktop.CuFilter.Virtualization Namespace
            • Overview
          • XamlGeneratedNamespace Namespace
            • Overview
      • Miner.Responder.Framework Assembly
        • Overview
        • Namespaces
          • Miner.Responder.Framework Namespace
            • Overview
            • Classes
              • Binder
                • Overview
                • Members
                • Binder Constructor
                • Methods
                  • AutoBind Method
              • DeviceInfo
                • Overview
                • Members
                • DeviceInfo Constructor
                  • DeviceInfo Constructor()
                  • DeviceInfo Constructor(Int32,esriElementType)
                  • DeviceInfo Constructor(Int32,Int32)
                  • DeviceInfo Constructor(FeatureID)
                  • DeviceInfo Constructor(Int32,Int32,Int32,Int32)
                  • DeviceInfo Constructor(Int32,Int32,Int32,Int32,esriElementType)
                  • DeviceInfo Constructor(IFeature,Int32)
                  • DeviceInfo Constructor(DataRow)
                • Methods
                  • Equals Method
                    • Equals(DeviceInfo) Method
                    • Equals(Object) Method
                  • GetElectricTraceWeight Method
                  • GetElementType Method
                  • GetHashCode Method
                  • IsEdgeElement Method
                  • IsFeatureLineElement Method
                  • IsJunction Method
                  • PopulateDevice Method
                    • PopulateDevice(DataRow) Method
                    • PopulateDevice(DeviceInfo) Method
                  • SetTraceWeight Method
                  • ToSqlString Method
                    • ToSqlString(String,String,String,String,String) Method
                  • ToString Method
                • Properties
                  • ActualStatus Property
                  • EID Property
                  • ElementType Property
                  • ExpectedStatus Property
                  • FacilityID Property
                  • IsElectricalDevice Property
                  • IsGangOperated Property
                  • IsNormallyOpen Property
                  • OperationalPhases Property
                  • TimeOfOperation Property
                • Operators
                  • Equality Operator
                  • Inequality Operator
              • DeviceInfo.AttributeName
                • Overview
                • Members
                • Fields
                  • ElectricTraceWeight Field
                  • FacilityID Field
              • DeviceStatus
                • Overview
                • Members
                • Methods
                  • ContainsOverride Method
                  • Exclude Method
                  • ExcludeLatestStopper Method
                  • GetCurrentStatusAsWeightValueInternal Method
                  • ResetExclude Method
                  • ToString Method
                • Properties
                  • ExcludedElements Property
                  • SetSnapshotDate Property
                  • StartDevice Property
                  • StopOnSubsource Property
                  • UseConfirmedIncidentsOnly Property
              • GeoClass
                • Overview
                • Members
                • GeoClass Constructor
                • Methods
                  • CheckNonexistentFeatureClassId Method
                  • FindAllFeatureClasses Method
                  • GetFeatureClass Method
                    • GetFeatureClass(IWorkspace,Int32) Method
                    • GetFeatureClass(IWorkspace,String) Method
                  • GetFeatureClasses Method
              • GeometricElementHelper
                • Overview
                • Members
                • GeometricElementHelper Constructor
                  • GeometricElementHelper Constructor()
                  • GeometricElementHelper Constructor(IGeometricNetwork)
                • Methods
                  • GetElementType Method
                  • GetElementTypeSafe Method
                  • GetNetworkIdentifier Method
                    • GetNetworkIdentifier(Int32,Int32,Int32) Method
                    • GetNetworkIdentifier(FeatureID) Method
                    • GetNetworkIdentifier(Int32,esriElementType) Method
                  • GetPointForJunction Method
                  • GetPointsForEdge Method
                  • GetWeight Method
                    • GetWeight(Int32,Int32,Int32) Method
                    • GetWeight(Int32,esriElementType) Method
                    • GetWeight(FeatureID) Method
                    • GetWeight(GeometricNetworkID) Method
              • GeoObject
                • Overview
                • Members
                • GeoObject Constructor
                • Methods
                  • GetFeature Method
            • Structures
              • GeometricNetworkID
                • Overview
                • Members
                • GeometricNetworkID Constructor
                • Methods
                  • CompareTo Method
                  • ToString Method
                • Properties
                  • EID Property
                  • ElementType Property
                  • IsJunction Property
            • Interfaces
              • IGeometricElementHelper
                • Overview
                • Members
                • Methods
                  • GetElementType Method
                  • GetElementTypeSafe Method
                  • GetNetworkIdentifier Method
                    • GetNetworkIdentifier(Int32,Int32,Int32) Method
                    • GetNetworkIdentifier(FeatureID) Method
                    • GetNetworkIdentifier(Int32,esriElementType) Method
                  • GetPointForJunction Method
                  • GetPointsForEdge Method
                  • GetWeight Method
                    • GetWeight(Int32,Int32,Int32) Method
                    • GetWeight(Int32,esriElementType) Method
                    • GetWeight(FeatureID) Method
                    • GetWeight(GeometricNetworkID) Method
              • IGeometricNetworkID
                • Overview
                • Members
                • Properties
                  • EID Property
                  • ElementType Property
                  • IsJunction Property
          • Miner.Responder.Framework.BusinessObjects Namespace
            • Overview
            • Classes
              • BusinessObjectBase.ColumnEntry
                • Overview
                • Members
                • BusinessObjectBase.ColumnEntry Constructor
                  • BusinessObjectBase.ColumnEntry Constructor()
                  • BusinessObjectBase.ColumnEntry Constructor(Object)
                  • BusinessObjectBase.ColumnEntry Constructor(DataRow,DataColumn)
                • Methods
                  • SetNull Method
                • Properties
                  • Datatype Property
                  • IsNull Property
                  • Value Property
                • Operators
                  • Explicit Type Conversion Operator
              • BusinessObjectFactory
                • Overview
                • Members
              • JumperArchive
                • Overview
                • Members
                • JumperArchive Constructor
                • Properties
                  • GeoRowInfo Property
                  • Incidents Property
                  • RegionID Property
              • RegionCallStatus
                • Overview
                • Members
                • RegionCallStatus Constructor
                • Properties
                  • ActiveCallCount Property
                  • CallsWithoutPowerRestoredAfterTimespaceCount Property
                  • RegionId Property
                  • UnassignedIncidentCallCount Property
            • Interfaces
              • ICrewAssignmentRelation
                • Overview
                • Members
                • Properties
                  • CrewAssignments Property
                  • CrewAssignmentsOrSubAssignments Property
              • IGeoRowRelation
                • Overview
                • Members
                • Properties
                  • GeoRowInfo Property
              • IIncidentChildRelation
                • Overview
                • Members
              • IIncidentRelation
                • Overview
                • Members
              • IRegionRelation
                • Overview
                • Members
              • IRegionRelationForFilter
                • Overview
                • Members
              • IResponderRelation
                • Overview
                • Members
          • Miner.Responder.Framework.CircuitSources Namespace
            • Overview
            • Classes
              • ElectricSource
                • Overview
                • Members
                • Methods
                  • ToString Method
                • Properties
                  • FeatureID Property
                  • FeederID Property
                  • FeederLevel Property
                  • IsUltimateSource Property
                  • Name Property
                  • SubstationID Property
              • FeederDetails
                • Overview
                • Members
                • FeederDetails Constructor
                • Methods
                  • Equals Method
                    • Equals(FeederDetails) Method
                    • Equals(Object) Method
                  • GetHashCode Method
                • Properties
                  • FeederId Property
                  • FeederLevel Property
                  • IsUltimateSource Property
                  • Name Property
                  • Source Property
                  • SubstationId Property
            • Interfaces
              • ICircuitSourceManager
                • Overview
                • Members
                • Methods
                  • GetActualInfoforFeature Method
                  • GetNormalInfoforFeature Method
                  • GetSourceInfo Method
                • Properties
                  • IsExtendedFeederManager Property
                  • Sources Property
          • Miner.Responder.Framework.Interaction Namespace
            • Overview
            • Classes
              • ArcMapUtilities
                • Overview
                • Members
                • ArcMapUtilities Constructor
                • Methods
                  • ControlSafeInvoke Method
                  • ControlSafeInvokeBooleanOR Method
              • ColorScheme
                • Overview
                • Members
                • Methods
                  • Create Method
                    • Create() Method
                    • Create(Boolean) Method
                  • GetEnumerator Method
                  • NextColor Method
          • Miner.Responder.Framework.Interfaces Namespace
            • Overview
          • Miner.Responder.Framework.Navigation Namespace
            • Overview
          • Miner.Responder.Framework.Replication Namespace
            • Overview
            • Classes
              • ClientSideFeatureIdentificationProvider
                • Overview
                • Members
                • ClientSideFeatureIdentificationProvider Constructor
                • Methods
                  • FeatureSubId Method
                  • GetNonCachedFeatureClassId Method
                  • GetNonCachedFeatureClassName Method
                  • GetNonCachedFeatureID Method
                  • GetNonCachedGlobalObjectId Method
                  • Initialize Method
                  • TrackIdGlobally Method
                    • TrackIdGlobally(FeatureID) Method
                    • TrackIdGlobally(IEnumerable<FeatureID>) Method
              • DbSourceFeatureIdentificationProvider
                • Overview
                • Members
                • DbSourceFeatureIdentificationProvider Constructor
                • Methods
                  • FeatureSubId Method
                  • GetNonCachedFeatureClassId Method
                  • GetNonCachedFeatureClassName Method
                  • GetNonCachedFeatureID Method
                  • GetNonCachedGlobalObjectId Method
                  • Initialize Method
                  • TrackIdGlobally Method
                    • TrackIdGlobally(FeatureID) Method
                    • TrackIdGlobally(IEnumerable<FeatureID>) Method
              • FindFeatureClassIdRequest
                • Overview
                • Members
          • Miner.Responder.Framework.Requests Namespace
            • Overview
            • Classes
              • AssignCallToIncidentRequest
                • Overview
                • Members
                • AssignCallToIncidentRequest Constructor
              • AverageOutageTimeRequest
                • Overview
                • Members
                • AverageOutageTimeRequest Constructor
                • Methods
                  • AssignedRegionIds Method
                  • AverageOutageTimeSpan Method
              • BuildRegionsRequest
                • Overview
                • Members
                • BuildRegionsRequest Constructor
                • Properties
                  • HasParentLevel Property
                  • RegionFCID Property
                  • RegionTable Property
              • ChangeFaultRequest
                • Overview
                • Members
                • ChangeFaultRequest Constructor
              • ClassFromModelNameRequest
                • Overview
                • Members
                • ClassFromModelNameRequest Constructor
                • Properties
                  • ClassAlias Property
                  • ClassID Property
                  • ClassName Property
              • ConsolidateIncidentsRequest
                • Overview
                • Members
                • ConsolidateIncidentsRequest Constructor
                • Methods
                  • Execute Method
                • Properties
                  • CombinedID Property
                  • Data Property
                  • OtherIncidentIds Property
                  • ResultingData Property
              • CreateIncidentOnDevice
                • Overview
                • Members
                • CreateIncidentOnDevice Constructor
                  • CreateIncidentOnDevice Constructor(Int32,Int32,Int32)
                  • CreateIncidentOnDevice Constructor(Int32,String)
                • Methods
                  • MarkAsPredicted Method
                • Properties
                  • ActualStatus Property
                  • AMIEvent Property
                  • CallIdsToAssociate Property
                  • Cause Property
                  • Confirmed Property
                  • CreatedIncidentId Property
                  • DeviceRemarks Property
                  • DispatacherID Property
                  • ExpectedStatus Property
                  • FacilityId Property
                  • Fcid Property
                  • Oid Property
                  • Operation Property
                  • Origination Property
                  • OutageTime Property
                  • Remarks Property
                  • RemarksField Property
                  • SubID Property
                  • Trouble Property
                  • Weather Property
              • CreateNewSwitchingIncident
                • Overview
                • Members
                • CreateNewSwitchingIncident Constructor
                • Properties
                  • CurrentUserId Property
                  • IncidentId Property
                  • RegionId Property
              • DashboardRequest
                • Overview
                • Members
                • DashboardRequest Constructor
                  • DashboardRequest Constructor(String)
                  • DashboardRequest Constructor(DashBoardQueryType)
                • Properties
                  • AvailableCrewStatusFilter Property
                  • ExcludePlannedSwitchingFilter Property
                  • NotReportedCrewCompanyFilter Property
                  • ReportedCrewAssignedCustomersTypeFilter Property
                  • ReportedCrewTypeFilter Property
              • DeviceRestoreRequest
                • Overview
                • Members
                • DeviceRestoreRequest Constructor
                  • DeviceRestoreRequest Constructor(DeviceInfo,Int32,Phases,DateTime)
                  • DeviceRestoreRequest Constructor(DeviceInfo,Int32,DateTime)
                • Properties
                  • CrewID Property
                  • DeviceAction Property
              • DownstreamCustomerRequest
                • Overview
                • Members
                • DownstreamCustomerRequest Constructor
                • Properties
                  • Properties Property
                • Fields
                  • ArcMapSelectedDevicesProperty Field
                  • ConnectedCustomerCount Field
                  • CustomerCount Field
                  • Date Field
                  • DisconnectedCustomerCount Field
                  • FeederID Field
                  • FeederID2 Field
                  • LoadPointAliasNameProperty Field
                  • LoadPointFCIDProperty Field
                  • NetworkTraceStateProperty Field
                  • PhasesToTraceProperty Field
                  • SelectedFeatureClassesProperty Field
                  • SourceDeviceProperty Field
                  • SourceDeviceType Field
                  • SourceEID Field
                  • SourceFacilityID Field
                  • SourceObjectID Field
                  • SubstationID Field
                  • TracingRequiredProperty Field
              • FeatureClassesRequest
                • Overview
                • Members
                • FeatureClassesRequest Constructor
                  • FeatureClassesRequest Constructor(String)
                  • FeatureClassesRequest Constructor(String,ICollection<String>)
              • FeatureClassNameFromId
                • Overview
                • Members
                • FeatureClassNameFromId Constructor
                  • FeatureClassNameFromId Constructor(Int32)
                  • FeatureClassNameFromId Constructor(List<Int32>)
                • Methods
                  • CacheRequest Method
                  • Clear Method
                  • IsRequestCached Method
                • Properties
                  • FullName Property
                  • HasName Property
                  • Name Property
                • Fields
                  • FeatureClasses Field
              • FeatureClassObjectsRequest
                • Overview
                • Members
                • FeatureClassObjectsRequest Constructor
                • Properties
                  • Fcid Property
                  • Oids Property
              • FeatureNameInfo
                • Overview
                • Members
                • FeatureNameInfo Constructor
                  • FeatureNameInfo Constructor(Int32)
                  • FeatureNameInfo Constructor(String,String,Int32)
                • Properties
                  • FCID Property
                  • FullName Property
                  • Name Property
              • FeatureObjectsWithinGeometryRequest
                • Overview
                • Members
                • FeatureObjectsWithinGeometryRequest Constructor
                • Properties
                  • ContainedFcid Property
                  • ContainedOids Property
                  • Fcid Property
                  • Oid Property
              • FieldFromModelNameRequest
                • Overview
                • Members
                • FieldFromModelNameRequest Constructor
                • Methods
                  • CacheRequest Method
                  • Clear Method
                  • Equals Method
                    • Equals(Object) Method
                    • Equals(FieldFromModelNameRequest) Method
                  • GetHashCode Method
                  • IsRequestCached Method
                • Properties
                  • FieldAlias Property
                  • FieldName Property
              • FindAllDataRequest
                • Overview
                • Members
                • FindAllDataRequest Constructor
                  • FindAllDataRequest Constructor()
                  • FindAllDataRequest Constructor(IEnumerable<Int32>)
                • Methods
                  • LoadRelatedInformations Method
                  • PrepareDataQueries Method
                • Properties
                  • LoadRegions Property
                  • ResponderDataQueries Property
              • FindAllObjectsByFcidOidRequest
                • Overview
                • Members
                • FindAllObjectsByFcidOidRequest Constructor
                • Properties
                  • Features Property
              • FindCallsForIncidentDevicesRequest
                • Overview
                • Members
                • FindCallsForIncidentDevicesRequest Constructor
              • FindCommonUpstreamDeviceRequest
                • Overview
                • Members
                • FindCommonUpstreamDeviceRequest Constructor
                • Properties
                  • CommonOutagePhases Property
                  • CommonUpstreamDevice Property
                  • NewActualStatus Property
                  • Reason Property
                  • SelectedDevices Property
              • FindCurrentFeederIdRequest
                • Overview
                • Members
                • FindCurrentFeederIdRequest Constructor
                  • FindCurrentFeederIdRequest Constructor(Int32,Int32)
                  • FindCurrentFeederIdRequest Constructor(FeatureID)
                • Properties
                  • CurrentFeederID Property
                  • CurrentFeederIDs Property
              • FindCustomerCountByFeederRequest
                • Overview
                • Members
                • FindCustomerCountByFeederRequest Constructor
                • Properties
                  • Properties Property
              • FindDeviceByFacilityIDRequest
                • Overview
                • Members
                • FindDeviceByFacilityIDRequest Constructor
                  • FindDeviceByFacilityIDRequest Constructor(Int32,String)
                  • FindDeviceByFacilityIDRequest Constructor(Int32,String,String)
                • Properties
                  • RequestedDevice Property
              • FindDeviceByOIDRequest
                • Overview
                • Members
                • FindDeviceByOIDRequest Constructor
                  • FindDeviceByOIDRequest Constructor(Int32,Int32)
                  • FindDeviceByOIDRequest Constructor(DeviceInfo)
              • FindDevicesByOIDsRequest
                • Overview
                • Members
                • FindDevicesByOIDsRequest Constructor
                • Properties
                  • RequestedDevices Property
              • FindDevicesForIncidentRequest
                • Overview
                • Members
                • FindDevicesForIncidentRequest Constructor
              • FindDispatchersForRegionsRequest
                • Overview
                • Members
                • FindDispatchersForRegionsRequest Constructor
                  • FindDispatchersForRegionsRequest Constructor()
                  • FindDispatchersForRegionsRequest Constructor(IEnumerable<Int32>)
              • FindDownstreamSubsourceDevicesRequest
                • Overview
                • Members
                • FindDownstreamSubsourceDevicesRequest Constructor
                • Properties
                  • DeviceInformation Property
                  • Devices Property
              • FindElementTypeForFeatureClassRequest
                • Overview
                • Members
                • FindElementTypeForFeatureClassRequest Constructor
                • Properties
                  • ElementType Property
                  • FeatureClassID Property
              • FindFacilityIDRequest
                • Overview
                • Members
                • FindFacilityIDRequest Constructor
                • Properties
                  • FacilityID Property
              • FindFacilityTypesRequest
                • Overview
                • Members
                • FindFacilityTypesRequest Constructor
                  • FindFacilityTypesRequest Constructor()
                  • FindFacilityTypesRequest Constructor(String)
              • FindGlobalIdForFcidOid
                • Overview
                • Members
                • FindGlobalIdForFcidOid Constructor
                  • FindGlobalIdForFcidOid Constructor(Int32,Int32)
                  • FindGlobalIdForFcidOid Constructor(FeatureID)
                • Properties
                  • GlobalId Property
                  • GlobalIdFound Property
              • FindGlobalIdsForReplication
                • Overview
                • Members
                • FindGlobalIdsForReplication Constructor
                • Properties
                  • ReplicationObjectInformation Property
              • FindIncidentByGeoRowRequest
                • Overview
                • Members
                • FindIncidentByGeoRowRequest Constructor
                  • FindIncidentByGeoRowRequest Constructor(Int32,Int32)
                  • FindIncidentByGeoRowRequest Constructor(DeviceInfo)
              • FindIncidentExtentRequest
                • Overview
                • Members
                • FindIncidentExtentRequest Constructor
                • Methods
                  • ExecuteAll Method
                • Properties
                  • ExtentRectangle Property
                  • HasExtent Property
                  • IncidentId Property
                  • UseIncidentDevicesAndFeaturesOnly Property
              • FindIncidentForDeviceRequest
                • Overview
                • Members
                • FindIncidentForDeviceRequest Constructor
              • FindIncidentForJumperRequest
                • Overview
                • Members
                • FindIncidentForJumperRequest Constructor
              • FindIncidentsByGeoRowsRequest
                • Overview
                • Members
                • FindIncidentsByGeoRowsRequest Constructor
              • FindIncidentSwitchDataRequest
                • Overview
                • Members
                • FindIncidentSwitchDataRequest Constructor
              • FindNormalFeederIdRequest
                • Overview
                • Members
                • FindNormalFeederIdRequest Constructor
                  • FindNormalFeederIdRequest Constructor(Int32,Int32)
                  • FindNormalFeederIdRequest Constructor(FeatureID)
                • Properties
                  • CurrentFeederID Property
              • FindOperationInfoForDeviceChangeRequest
                • Overview
                • Members
                • FindOperationInfoForDeviceChangeRequest Constructor
              • FindOperationRequest
                • Overview
                • Members
                • FindOperationRequest Constructor
              • FindOutageCustomersRequest
                • Overview
                • Members
                • FindOutageCustomersRequest Constructor
                • Properties
                  • Properties Property
                • Fields
                  • ConnectedCustomerCount Field
                  • CustomerCount Field
                  • Date Field
                  • DeviceInfoOperationalPhases Field
                  • DisconnectedCustomerCount Field
                  • IncidentIds Field
              • FindOverlapIncidentArchiveRequest
                • Overview
                • Members
                • FindOverlapIncidentArchiveRequest Constructor
                • Methods
                  • OverlappingIncidentIDs Method
                • Properties
                  • Filter Property
                  • Properties Property
              • FindPolygonRegionsRequest
                • Overview
                • Members
                • FindPolygonRegionsRequest Constructor
                  • FindPolygonRegionsRequest Constructor()
                  • FindPolygonRegionsRequest Constructor(String)
              • FindRegionForFacilityRequest
                • Overview
                • Members
                • FindRegionForFacilityRequest Constructor
                • Properties
                  • RegionID Property
              • FindRegionForPointRequest
                • Overview
                • Members
                • FindRegionForPointRequest Constructor
                  • FindRegionForPointRequest Constructor(Double,Double)
                  • FindRegionForPointRequest Constructor(XYPoint)
                • Properties
                  • RegionID Property
              • FindRegionsRequest
                • Overview
                • Members
                • FindRegionsRequest Constructor
                  • FindRegionsRequest Constructor()
                  • FindRegionsRequest Constructor(String)
                  • FindRegionsRequest Constructor(String,String)
              • FindSwitchingOrderFeaturesRequest
                • Overview
                • Members
                • FindSwitchingOrderFeaturesRequest Constructor
                • Properties
                  • SwitchingOrderFeatures Property
              • FindTagsForGeoRowsRequest
                • Overview
                • Members
                • FindTagsForGeoRowsRequest Constructor
              • GetAllFieldsWithModelName
                • Overview
                • Members
                • GetAllFieldsWithModelName Constructor
                • Properties
                  • FieldNames Property
              • GetCenterPointForFeature
                • Overview
                • Members
                • GetCenterPointForFeature Constructor
                • Properties
                  • CenterPoint Property
                  • HasCenterPoint Property
              • GetCityInformationRequest
                • Overview
                • Members
                • GetCityInformationRequest Constructor
                • Methods
                  • Contains Method
                • Properties
                  • Cities Property
                  • Information Property
                  • Item Property
              • GetCountyInformationRequest
                • Overview
                • Members
                • GetCountyInformationRequest Constructor
                • Methods
                  • Contains Method
                • Properties
                  • Counties Property
                  • Information Property
                  • Item Property
              • GetFeatureClassObjectsIdInformationRequest
                • Overview
                • Members
                • GetFeatureClassObjectsIdInformationRequest Constructor
                • Properties
                  • DataTable Property
                  • FcidColumn Property
                  • NameColumn Property
                  • OidColumn Property
              • GetPointsForFeatures
                • Overview
                • Members
                • GetPointsForFeatures Constructor
                  • GetPointsForFeatures Constructor(Int32,Int32[])
                  • GetPointsForFeatures Constructor(Int32,Int32)
                • Properties
                  • HasGeometryData Property
                  • Item Property
                  • Keys Property
              • GetPolygonPointsForFeature
                • Overview
                • Members
                • GetPolygonPointsForFeature Constructor
                • Properties
                  • HasPolygonData Property
                  • XYPoints Property
              • GetPostalCodeInformationRequest
                • Overview
                • Members
                • GetPostalCodeInformationRequest Constructor
                  • GetPostalCodeInformationRequest Constructor(Boolean,Int32,Int32)
                  • GetPostalCodeInformationRequest Constructor(Int32,Int32)
                  • GetPostalCodeInformationRequest Constructor()
                • Methods
                  • Contains Method
                • Properties
                  • Information Property
                  • Item Property
                  • PostalCodes Property
              • GetRegionHazards
                • Overview
                • Members
                • GetRegionHazards Constructor
                • Properties
                  • Item Property
                  • RegionIds Property
              • GetRegionIncidentDevices
                • Overview
                • Members
                • GetRegionIncidentDevices Constructor
                • Properties
                  • Item Property
                  • RegionIds Property
              • GetRegionIncidentLoadPoints
                • Overview
                • Members
                • GetRegionIncidentLoadPoints Constructor
                • Properties
                  • Item Property
                  • RegionIds Property
              • GetRegionIncidentLoadPoints.LoadPointCustomerList
                • Overview
                • Members
                • GetRegionIncidentLoadPoints.LoadPointCustomerList Constructor
                • Methods
                  • Add Method
                    • Add(LoadPointCustomerInfo) Method
                    • Add(Int32,Int32) Method
                  • Customers Method
                  • GetEnumerator Method
                • Properties
                  • Oids Property
              • GetRegionIncidentLoadPoints.LoadPointCustomersData
                • Overview
                • Members
                • GetRegionIncidentLoadPoints.LoadPointCustomersData Constructor
                • Methods
                  • Add Method
                    • Add(Int32,Int32,Int32) Method
                    • Add(Double,Double,Int32) Method
                  • Customers Method
                  • FeatureClassObjects Method
                  • FeatureClassObjectsIds Method
                • Properties
                  • FeatureClasses Property
                  • Points Property
              • GetUpstreamDeviceRequest
                • Overview
                • Members
                • GetUpstreamDeviceRequest Constructor
                  • GetUpstreamDeviceRequest Constructor(DeviceInfo,Phases)
                  • GetUpstreamDeviceRequest Constructor(DeviceInfo,Phases,Boolean)
                • Methods
                  • RemoteExecute Method
                • Properties
                  • ActualStatus Property
                  • Reason Property
                  • StartDevice Property
                  • UpstreamDevice Property
                  • UpstreamDeviceStatus Property
                  • UseNormalNetworkStatus Property
              • GlobalIdTableExistsRequest
                • Overview
                • Members
                • GlobalIdTableExistsRequest Constructor
                • Properties
                  • CheckedGlobalIdTable Property
                  • GlobalIdTableExists Property
              • IncidentNetworkLevelPerRegion
                • Overview
                • Members
                • IncidentNetworkLevelPerRegion Constructor
                • Methods
                  • NetworkLevelDescription Method
                  • NetworkLevelIds Method
                  • RegionIncidentsInNetworkLevel Method
                  • SetFilteredCauses Method
                  • SetFilteredStatuses Method
                  • SetFilteredTroubles Method
                • Properties
                  • RegionIds Property
              • InsertGlobalIdRecordRequest
                • Overview
                • Members
                • InsertGlobalIdRecordRequest Constructor
                  • InsertGlobalIdRecordRequest Constructor(Int32,Int32)
                  • InsertGlobalIdRecordRequest Constructor(FeatureID)
                  • InsertGlobalIdRecordRequest Constructor(ReplicationObjectInformation[])
                  • InsertGlobalIdRecordRequest Constructor(FeatureID[])
              • IsDownstreamOfIncidentRequest
                • Overview
                • Members
                • IsDownstreamOfIncidentRequest Constructor
                • Methods
                  • RemoteExecute Method
                    • RemoteExecute(DeviceInfo,Boolean) Method
                    • RemoteExecute(DeviceInfo) Method
                    • RemoteExecute(DeviceInfo,DeviceInfo) Method
                • Properties
                  • Device Property
                  • IncidentID Property
                  • IsDownstreamOfIncident Property
                  • IsPhaseAgnostic Property
                  • OtherFoundStoppers Property
                  • OverrideDeviceStatus Property
                  • UpstreamIncidentDevice Property
              • JumperFeatureClassRequest
                • Overview
                • Members
                • JumperFeatureClassRequest Constructor
                • Methods
                  • CacheRequest Method
                  • Clear Method
                  • Execute Method
                  • IsRequestCached Method
                • Properties
                  • FeatureClassExists Property
                  • JumperFeatureClassId Property
              • LoadAbnormalResponderDevices
                • Overview
                • Members
                • LoadAbnormalResponderDevices Constructor
                • Properties
                  • Devices Property
              • OutageTimeByAccountTypeRequest
                • Overview
                • Members
                • OutageTimeByAccountTypeRequest Constructor
                • Methods
                  • AccountTypesInRegion Method
                  • AssignedRegionIds Method
                  • OutageTimeSpan Method
              • RegionCallStatusRequest
                • Overview
                • Members
                • RegionCallStatusRequest Constructor
                • Methods
                  • RegionCallStatus Method
                • Properties
                  • CallOutageNotRestoredTimeSpanInMinutes Property
              • RequestedDevicesMixin
                • Overview
                • Members
                • Properties
                  • RequestedDevices Property
              • ResponderFeatureClass
                • Overview
                • Members
                • ResponderFeatureClass Constructor
                  • ResponderFeatureClass Constructor(String,String,Int32,Boolean,IList<ResponderFields>)
                  • ResponderFeatureClass Constructor(String,String,Int32)
                • Methods
                  • Equals Method
                    • Equals(Object) Method
                    • Equals(ResponderFeatureClass) Method
                  • GetHashCode Method
                  • ToString Method
                • Fields
                  • AliasName Field
                  • ClassName Field
                  • FeatureClassID Field
                  • Fields Field
                  • FullName Field
                  • LineFeature Field
              • ReverseGeocoderRequest
                • Overview
                • Members
                • ReverseGeocoderRequest Constructor
                • Properties
                  • RequestAddress Property
              • SubmitCallCommand
                • Overview
                • Members
                • SubmitCallCommand Constructor
                  • SubmitCallCommand Constructor()
                  • SubmitCallCommand Constructor(String)
                  • SubmitCallCommand Constructor(CustomersObject)
                  • SubmitCallCommand Constructor(CallsObject)
                • Methods
                  • AddCall Method
                  • CallCause Method
                  • CallTrouble Method
                  • CreateCall Method
                  • Origination Method
                  • Remarks Method
                  • Submit Method
                  • TimeOutage Method
                  • WithCallBack Method
                  • WithHazard Method
                  • WithHazardOnDevice Method
                • Properties
                  • Call Property
                  • Count Property
              • UpdateCustomerCountyAssociationRequest
                • Overview
                • Members
                • UpdateCustomerCountyAssociationRequest Constructor
                • Properties
                  • Total Property
              • UpdateCustomerCountyRequest
                • Overview
                • Members
                • UpdateCustomerCountyRequest Constructor
                • Methods
                  • BeginProcessing Method
                  • Cancel Method
                  • OnProcessingException Method
                • Properties
                  • IsCanceled Property
                  • IsDone Property
                  • RegionsProcessedCount Property
                  • RegionsTotalCount Property
                  • TotalCount Property
                • Events
                  • ProcessingException Event
              • UpdateCustomerRegionRequest
                • Overview
                • Members
                • UpdateCustomerRegionRequest Constructor
                • Properties
                  • RegionResults Property
              • UpdateCustomerRegionRequest.Customer
                • Overview
                • Members
                • UpdateCustomerRegionRequest.Customer Constructor
                • Properties
                  • Account Property
              • UpdateCustomerRegionRequest.Loadpoint
                • Overview
                • Members
                • UpdateCustomerRegionRequest.Loadpoint Constructor
                • Properties
                  • Fcid Property
                  • Oid Property
              • UpdateCustomerServiceRegionRequest
                • Overview
                • Members
                • UpdateCustomerServiceRegionRequest Constructor
                • Properties
                  • Total Property
              • UpdateRegionCustomerCount
                • Overview
                • Members
                • UpdateRegionCustomerCount Constructor
                • Properties
                  • Item Property
                  • RegionCount Property
                  • RegionIds Property
              • WriteStatusChangeRequest
                • Overview
                • Members
                • Methods
                  • CreateIncidentAndIncidentDevice Method
                  • IsPhaseAbnormal Method
                  • ModifyCurrentPhaseWhenClosing Method
                  • ModifyCurrentPhaseWhenOpening Method
                • Properties
                  • DBHasBeenModified Property
                  • ExpectedPhase Property
              • WriteStatusChangeRequestFromCompoundPhase
                • Overview
                • Members
                • WriteStatusChangeRequestFromCompoundPhase Constructor
                  • WriteStatusChangeRequestFromCompoundPhase Constructor(Int32,Int32,Phases,Boolean,DateTime,Int32,Boolean)
                  • WriteStatusChangeRequestFromCompoundPhase Constructor(String,String,Phases,Boolean,DateTime,Int32,Boolean)
                • Methods
                  • IsPhaseAbnormal Method
                  • ModifyCurrentPhaseWhenClosing Method
                  • ModifyCurrentPhaseWhenOpening Method
              • WriteStatusChangeRequestFromDiscretePhase
                • Overview
                • Members
                • WriteStatusChangeRequestFromDiscretePhase Constructor
                  • WriteStatusChangeRequestFromDiscretePhase Constructor(Int32,Int32,Phases,Boolean,DateTime,Int32,Boolean)
                  • WriteStatusChangeRequestFromDiscretePhase Constructor(String,String,Phases,Boolean,DateTime,Int32,Boolean)
                • Methods
                  • IsPhaseAbnormal Method
                  • ModifyCurrentPhaseWhenClosing Method
                  • ModifyCurrentPhaseWhenOpening Method
              • WriteTagAndGrounds
                • Overview
                • Members
                • WriteTagAndGrounds Constructor
                • Methods
                  • ConfigureToPlaceGround Method
                  • ConfigureToPlaceTag Method
                    • ConfigureToPlaceTag(Int32,Int32,DateTime,Phases,Int32) Method
                    • ConfigureToPlaceTag(String,String,DateTime,Phases,Int32) Method
                  • ConfigureToRemoveGround Method
                  • ConfigureToRemoveTag Method
                    • ConfigureToRemoveTag(Int32,Int32,Int32,DateTime) Method
                    • ConfigureToRemoveTag(Int32,String,String,DateTime) Method
                  • ConfigureToUpdate Method
                • Properties
                  • FacilityId Property
                  • Fcid Property
                  • Ground Property
                  • Id Property
                  • Oid Property
                  • Origination Property
                  • OwnerName Property
                  • Phases Property
                  • Region Property
                  • Remarks Property
                  • SubId Property
                  • Summary Property
                  • TagId1 Property
                  • TagId2 Property
                  • TagId3 Property
                  • TagType Property
                  • TimePlaced Property
                  • TimeRemoved Property
                  • UserCreated Property
                  • UserUpdate Property
                  • X Property
                  • Y Property
            • Enumerations
              • DashboardRequest.DashBoardQueryType
            • Structures
              • GetRegionIncidentLoadPoints.LoadPointCustomerInfo
                • Overview
                • Members
                • GetRegionIncidentLoadPoints.LoadPointCustomerInfo Constructor
                • Properties
                  • CustomerCount Property
                  • Oid Property
              • ResponderFields
                • Overview
                • Members
                • ResponderFields Constructor
                • Fields
                  • Alias Field
                  • ModelName Field
                  • Name Field
            • Delegates
              • FeatureClassObjectsDelegate
              • SpatialQueryDelegate
              • UpdateCustomersRequestDelegate
          • Miner.Responder.Framework.Requests.DataQueries Namespace
            • Overview
          • Miner.Responder.Framework.Requests.Scada Namespace
            • Overview
            • Classes
              • CreateMomentaryOutage
                • Overview
                • Members
                • CreateMomentaryOutage Constructor
                • Properties
                  • Device Property
                  • DeviceRemarks Property
                  • MomentaryType Property
                  • OperatedBy Property
                  • OperatingPhases Property
                  • Remarks Property
                  • TimeOp Property
                  • TimeOp2 Property
              • OperateDeviceRequest
                • Overview
                • Members
                • OperateDeviceRequest Constructor
                • Properties
                  • ActualStatus Property
                  • Device Property
                  • DeviceRemarks Property
                  • OperatedBy Property
                  • Remarks Property
                  • TimeOperation Property
            • Enumerations
              • MomentaryType
          • Miner.Responder.Framework.Rules Namespace
            • Overview
            • Classes
              • ValidateGroundIsNotEnergized
                • Overview
                • Members
                • ValidateGroundIsNotEnergized Constructor
                • Methods
                  • ConstructCondition Method
                  • PerformAction Method
                    • PerformAction(IDictionary,DataRow) Method
          • Miner.Responder.Framework.Tracing Namespace
            • Overview
            • Classes
              • FcidOidPointCollection
                • Overview
                • Members
              • FindCustomersBelowDeviceRequest
                • Overview
                • Members
                • FindCustomersBelowDeviceRequest Constructor
                • Properties
                  • AllowMultiFeed Property
                  • Customers Property
                  • DeviceIsNormallyOpen Property
                  • Percentage Property
                  • Source Property
              • GetSourcesForFeature
                • Overview
                • Members
                • GetSourcesForFeature Constructor
                • Properties
                  • NormalSources Property
            • Enumerations
              • GetSourcesForFeature.NetworkState
              • TraceRequest.NetworkState
              • TraceRequest.TraceRequestResult
              • TraceRequest.TraceType
            • Structures
              • SimpleCustomer
                • Overview
                • Members
                • SimpleCustomer Constructor
                • Methods
                  • Equals Method
                    • Equals(SimpleCustomer) Method
                  • GetHashCode Method
                  • ToString Method
                • Fields
                  • Account Field
                  • ConnectStatus Field
                  • CriticalCustomer Field
                  • Feature Field
                  • FeederID Field
                  • Properties Field
                  • Region Field
          • Miner.Responder.Framework.Transformations Namespace
            • Overview
            • Classes
              • GroupCounterTransformation<GroupType>
                • Overview
                • Members
                • GroupCounterTransformation<GroupType> Constructor
                • Methods
                  • AddProperty Method
                  • CountGroups Method
                  • PerformAction Method
                    • PerformAction(IDictionary,DataSet) Method
          • Miner.Responder.Framework.UpdatePopulationInformation Namespace
            • Overview
            • Classes
              • ProgressReportingTaskBase
                • Overview
                • Members
                • Methods
                  • Cancel Method
                  • DecrementRunningCount Method
                  • IncrementRunningCount Method
                  • IncrementStatusCount Method
                  • IncrementTotalCount Method
                  • Initialize Method
                  • OnProcessingException Method
                  • PreProcessing Method
                  • Processing Method
                  • RetryAction Method
                  • SetTotalCount Method
                  • StartProcessing Method
                • Properties
                  • IsAsyncComplete Property
                  • IsCanceled Property
                  • IsDone Property
                  • ProcessingException Property
                  • RunningCount Property
                  • StatusCount Property
                  • TotalCount Property
                • Fields
                  • MaxRetries Field
              • UpdateRegionsAndCountiesBase
                • Overview
                • Members
                • Methods
                  • PreProcessing Method
                  • Processing Method
                • Properties
                  • ContainedFeatureModelName Property
                  • RegionFeatureModelName Property
                  • UpdateAreaDataRequest Property
            • Interfaces
              • IProgressReportingTask
                • Overview
                • Members
                • Methods
                  • Cancel Method
                  • Initialize Method
                  • StartProcessing Method
                • Properties
                  • IsCanceled Property
                  • IsDone Property
                  • ProcessingException Property
                  • RunningCount Property
                  • StatusCount Property
                  • TotalCount Property
          • Miner.Responder.Framework.UpdatePopulationInformation.Tasks Namespace
            • Overview
            • Classes
              • UpdateDataForCountiesTask
                • Overview
                • Members
                • UpdateDataForCountiesTask Constructor
                • Methods
                  • Initialize Method
                  • Processing Method
              • UpdateDataForFeedersTask
                • Overview
                • Members
                • UpdateDataForFeedersTask Constructor
                • Methods
                  • OnProcessingException Method
                  • PreProcessing Method
                  • Processing Method
              • UpdateDataForRegionsTask
                • Overview
                • Members
                • UpdateDataForRegionsTask Constructor
                • Methods
                  • Initialize Method
                  • Processing Method
      • Miner.Responder.Shared Assembly
        • Overview
        • Namespaces
          • Miner.Responder.Shared Namespace
            • Overview
            • Classes
              • AccountType
                • Overview
                • Members
                • Fields
                  • Hospital Field
                  • Industrial Field
                  • PumpStation Field
                  • Residential Field
                  • School Field
                  • TrafficLight Field
                  • Undefined Field
              • AffectsEnergizationType
                • Overview
                • Members
                • Fields
                  • ElectricFeature Field
                  • NonElectricFeature Field
              • AmiEvent
                • Overview
                • Members
                • Fields
                  • None Field
                  • NoPower Field
                  • PartialPower Field
              • ArchiveDb
                • Overview
                • Members
                • Methods
                  • Purge Method
                  • TransformConfigurator Method
                • Properties
                  • Configurator Property
                  • IsConfigured Property
                  • RelationRepresents Property
                  • Relations Property
                  • TableRepresents Property
                  • Tables Property
                • Events
                  • ConfiguratorResolve Event
                  • ConfiguratorTransform Event
              • ArchiveRelations
                • Overview
                • Members
                • ArchiveRelations Constructor
                • Fields
                  • CrewsArchive_CrewAssignmentsArchive Field
                  • CrewsArchive_CrewMembersArchive Field
                  • CrewsArchive_TrucksArchive Field
                  • CustomersArchive_CallsArchive Field
                  • CustomersArchive_LoadpointsArchive Field
                  • IncidentsArchive_CallsArchive Field
                  • IncidentsArchive_CrewAssignmentsArchive Field
                  • IncidentsArchive_CrewSubAssignmentsArchive Field
                  • IncidentsArchive_HazardsArchive Field
                  • IncidentsArchive_IncidentDevicesArchive Field
                  • IncidentsArchive_IncidentFeaturesArchive Field
                  • IncidentsArchive_JumpersArchive Field
                  • IncidentsArchive_LoadPointsArchive Field
                  • IncidentsArchive_SwitchingOrdersArchive Field
                  • OperationsArchive_IncDeviceStepsArchive Field
                  • OperationsArchive_JumperStepsArchive Field
                  • OperationsArchive_TagGroundStepsArchive Field
                  • RequestsArchive_FeaturesArchive Field
                  • SwitchingOrdersArchive_OperationsArchive Field
                  • SwitchingOrdersArchive_RequestsArchive Field
              • ArchiveTables
                • Overview
                • Members
                • ArchiveTables Constructor
                • Methods
                  • AllTables Method
                • Fields
                  • CallsArchive Field
                  • CrewAssignmentsArchive Field
                  • CrewMembersArchive Field
                  • CrewsArchive Field
                  • CrewSubAssignmentsArchive Field
                  • CustomersArchive Field
                  • FeederCustomers Field
                  • HazardAssignArchive Field
                  • HazardsArchive Field
                  • IncDevAssignArchive Field
                  • IncFeatAssignArchive Field
                  • IncidentCauseStatistics Field
                  • IncidentDevicesArchive Field
                  • IncidentDeviceStepsArchive Field
                  • IncidentFeaturesArchive Field
                  • IncidentsArchive Field
                  • JumpersArchive Field
                  • JumperStepsArchive Field
                  • LoadPointsArchive Field
                  • OperationsArchive Field
                  • PreviousIncidentsArchive Field
                  • RegionCustomers Field
                  • SwitchingOrderFeaturesArchive Field
                  • SwitchingOrderRequestsArchive Field
                  • SwitchingOrdersArchive Field
                  • TagGroundStepsArchive Field
                  • TagsAndGroundsArchive Field
                  • TMajorEventDay Field
                  • TrucksArchive Field
              • ArchiveTables.TableCallsArchive
                • Overview
                • Members
                • ArchiveTables.TableCallsArchive Constructor
                • Fields
                  • CallbackNumber Field
                  • CallbackRequested Field
                  • CallbackStatus Field
                  • CallID Field
                  • Cause Field
                  • ChangeDate Field
                  • City Field
                  • ConnectStatus Field
                  • CriticalCustomer Field
                  • CustomerAccount Field
                  • DeviceFCID Field
                  • DeviceOID Field
                  • Duration Field
                  • FeatureClassName Field
                  • FirstName Field
                  • Hazard Field
                  • ID Field
                  • IncidentID Field
                  • LastName Field
                  • Operation Field
                  • Origination Field
                  • PostalCode Field
                  • Region Field
                  • Remarks Field
                  • State Field
                  • Street Field
                  • Telephone Field
                  • TimeOutage Field
                  • TimeReceived Field
                  • TimeRestored Field
                  • Trouble Field
                  • TroubleAtAccount Field
                  • Urgency Field
                  • UserCreated Field
                  • UserUpdated Field
                  • UserUpdatedArch Field
              • ArchiveTables.TableCrewAssignmentsArchive
                • Overview
                • Members
                • ArchiveTables.TableCrewAssignmentsArchive Constructor
                • Fields
                  • ChangeDate Field
                  • Company Field
                  • CrewAssignmentID Field
                  • CrewID Field
                  • CrewStatus Field
                  • CrewType Field
                  • ID Field
                  • IncidentID Field
                  • IsLeadCrew Field
                  • Name Field
                  • Operation Field
                  • Region Field
                  • Status Field
                  • TimeAssigned Field
                  • TimeStatusChanged Field
                  • UserCreated Field
                  • UserUpdated Field
                  • UserUpdatedArch Field
              • ArchiveTables.TableCrewMembersArchive
                • Overview
                • Members
                • ArchiveTables.TableCrewMembersArchive Constructor
                • Fields
                  • Available Field
                  • ChangeDate Field
                  • Company Field
                  • CrewAssignmentID Field
                  • CrewID Field
                  • CrewMemberID Field
                  • EmployeeID Field
                  • Expertise Field
                  • FirstName Field
                  • HomePhone Field
                  • ID Field
                  • IncidentID Field
                  • LastName Field
                  • MobilePhone Field
                  • Operation Field
                  • Pager Field
                  • RadioNumber Field
                  • Region Field
                  • Title Field
                  • UserCreated Field
                  • UserUpdated Field
                  • UserUpdatedArch Field
                  • UtilityType Field
              • ArchiveTables.TableCrewsArchive
                • Overview
                • Members
                • ArchiveTables.TableCrewsArchive Constructor
                • Fields
                  • ChangeDate Field
                  • Company Field
                  • CrewAssignmentID Field
                  • CrewID Field
                  • CrewType Field
                  • ForemanEmpID Field
                  • ID Field
                  • IncidentID Field
                  • Name Field
                  • Operation Field
                  • Region Field
                  • Status Field
                  • UserCreated Field
                  • UserUpdated Field
                  • UserUpdatedArch Field
              • ArchiveTables.TableCrewSubAssignmentsArchive
                • Overview
                • Members
                • ArchiveTables.TableCrewSubAssignmentsArchive Constructor
                • Fields
                  • ChangeDate Field
                  • CrewArchiveID Field
                  • CrewName Field
                  • FacilityID Field
                  • FCID Field
                  • IncidentChildType Field
                  • IncidentID Field
                  • OID Field
                  • Operation Field
                  • SubAssignmentID Field
              • ArchiveTables.TableCustomersArchive
                • Overview
                • Members
                • ArchiveTables.TableCustomersArchive Constructor
                • Fields
                  • Account Field
                  • AccountType Field
                  • CallbackNumber Field
                  • CallCount Field
                  • ChangeDate Field
                  • City Field
                  • ConnectStatus Field
                  • County Field
                  • CriticalCustomer Field
                  • DeviceFCID Field
                  • DeviceOID Field
                  • DisconnectTime Field
                  • FeatureClassName Field
                  • FirstName Field
                  • ID Field
                  • LastName Field
                  • Meter Field
                  • Operation Field
                  • PostalCode Field
                  • PriorityCustomer Field
                  • ReconnectTime Field
                  • Region Field
                  • State Field
                  • Street Field
                  • Telephone Field
                  • Telephone2 Field
                  • Telephone3 Field
                  • Telephone4 Field
                  • UserCreated Field
                  • UserUpdated Field
                  • UserUpdatedArch Field
              • ArchiveTables.TableFeederCustomers
                • Overview
                • Members
                • ArchiveTables.TableFeederCustomers Constructor
                • Fields
                  • CountDate Field
                  • CriticalCustomerCount Field
                  • CustomerCount Field
                  • FeederID Field
                  • ID Field
                  • PriorityCustomerCount Field
              • ArchiveTables.TableHazardAssignArchive
                • Overview
                • Members
                • ArchiveTables.TableHazardAssignArchive Constructor
                • Fields
                  • ChangeDate Field
                  • CrewAssignmentID Field
                  • HazardAssignID Field
                  • HazardID Field
                  • ID Field
                  • IncidentID Field
                  • Operation Field
                  • UserCreated Field
                  • UserUpdated Field
                  • UserUpdatedArch Field
              • ArchiveTables.TableHazardsArchive
                • Overview
                • Members
                • ArchiveTables.TableHazardsArchive Constructor
                • Fields
                  • Address Field
                  • CallID Field
                  • CancelReason Field
                  • ChangeDate Field
                  • DamageType Field
                  • FacilityID Field
                  • FCID Field
                  • FeatureClassName Field
                  • HazardID Field
                  • ID Field
                  • IncidentID Field
                  • OID Field
                  • Operation Field
                  • Region Field
                  • Remarks Field
                  • Status Field
                  • SubID Field
                  • TimeCompleted Field
                  • TimeCreated Field
                  • TimePublicSafetyArr Field
                  • TimePublicSafetyRel Field
                  • TimeSecured Field
                  • UserCreated Field
                  • UserUpdated Field
                  • UserUpdatedArch Field
                  • WireOwner Field
                  • X Field
                  • Y Field
              • ArchiveTables.TableIncDevAssignArchive
                • Overview
                • Members
                • ArchiveTables.TableIncDevAssignArchive Constructor
                • Fields
                  • ChangeDate Field
                  • CrewAssignmentID Field
                  • ID Field
                  • IncDeviceAssignID Field
                  • IncidentDeviceID Field
                  • IncidentID Field
                  • Operation Field
                  • UserCreated Field
                  • UserUpdated Field
                  • UserUpdatedArch Field
              • ArchiveTables.TableIncFeatAssignArchive
                • Overview
                • Members
                • ArchiveTables.TableIncFeatAssignArchive Constructor
                • Fields
                  • ChangeDate Field
                  • CrewAssignmentID Field
                  • ID Field
                  • IncFeatureAssignID Field
                  • IncidentFeatureID Field
                  • IncidentID Field
                  • Operation Field
                  • UserCreated Field
                  • UserUpdated Field
                  • UserUpdatedArch Field
              • ArchiveTables.TableIncidentCauseStatistics
                • Overview
                • Members
                • ArchiveTables.TableIncidentCauseStatistics Constructor
                • Fields
                  • Cause Field
                  • CauseDescription Field
                  • CustomerServed Field
                  • DurationSum Field
                  • OutageCount Field
                  • Saidi Field
              • ArchiveTables.TableIncidentDevicesArchive
                • Overview
                • Members
                • ArchiveTables.TableIncidentDevicesArchive Constructor
                • Fields
                  • ActualStatus Field
                  • Address Field
                  • CancelReason Field
                  • ChangeDate Field
                  • Confirmed Field
                  • CriticalCustomerCount Field
                  • CustomerCount Field
                  • DeviceFCID Field
                  • DeviceOID Field
                  • DeviceOperation Field
                  • ExpectedStatus Field
                  • FacilityID Field
                  • FeatureClassName Field
                  • FeederID Field
                  • ID Field
                  • IncidentDeviceID Field
                  • IncidentID Field
                  • Operation Field
                  • PriorityCustomerCount Field
                  • Region Field
                  • Remarks Field
                  • SubID Field
                  • Substation Field
                  • TimeOperation Field
                  • UserCreated Field
                  • UserUpdated Field
                  • UserUpdatedArch Field
                  • X Field
                  • Y Field
              • ArchiveTables.TableIncidentDeviceStepsArchive
                • Overview
                • Members
                • ArchiveTables.TableIncidentDeviceStepsArchive Constructor
                • Fields
                  • Action Field
                  • ActualStatus Field
                  • ChangeDate Field
                  • ExecutedConnectedLoad Field
                  • ExecutedCriticalCount Field
                  • ExecutedCustomerCount Field
                  • ExpectedStatus Field
                  • FCID Field
                  • FeatureClassName Field
                  • ID Field
                  • IncidentID Field
                  • Operation Field
                  • OperationID Field
                  • Phases Field
                  • PlannedConnectedLoad Field
                  • PlannedCriticalCount Field
                  • PlannedCustomerCount Field
                  • PlannedStatus Field
                  • StepID Field
                  • UserCreated Field
                  • UserUpdated Field
                  • UserUpdatedArch Field
              • ArchiveTables.TableIncidentFeaturesArchive
                • Overview
                • Members
                • ArchiveTables.TableIncidentFeaturesArchive Constructor
                • Fields
                  • Address Field
                  • CancelReason Field
                  • ChangeDate Field
                  • Confirmed Field
                  • FacilityID Field
                  • FCID Field
                  • FeatureClassName Field
                  • ID Field
                  • IncidentFeatureID Field
                  • IncidentID Field
                  • OID Field
                  • Operation Field
                  • Region Field
                  • Remarks Field
                  • SubID Field
                  • TimeReported Field
                  • UserCreated Field
                  • UserUpdated Field
                  • UserUpdatedArch Field
                  • X Field
                  • Y Field
              • ArchiveTables.TableIncidentsArchive
                • Overview
                • Members
                • ArchiveTables.TableIncidentsArchive Constructor
                • Fields
                  • Address Field
                  • CancelReason Field
                  • Cause Field
                  • ChangeDate Field
                  • Confirmed Field
                  • CriticalCustomer Field
                  • CriticalCustomerCount Field
                  • CustomerCount Field
                  • CustomerDuration Field
                  • Duration Field
                  • Equipment Field
                  • FeederID Field
                  • Hazard Field
                  • ID Field
                  • IncidentID Field
                  • NetworkLevel Field
                  • Operation Field
                  • Origination Field
                  • Owner Field
                  • PriorityCustomerCount Field
                  • Region Field
                  • RemarksDispatch Field
                  • RemarksField Field
                  • Status Field
                  • Substation Field
                  • TimeCreated Field
                  • TimeOutage Field
                  • TimeRestored Field
                  • TimeRestoredEst Field
                  • Trouble Field
                  • UrgentCount Field
                  • UserCreated Field
                  • UserUpdated Field
                  • UserUpdatedArch Field
                  • Voltage Field
                  • Weather Field
              • ArchiveTables.TableJumpersArchive
                • Overview
                • Members
                • ArchiveTables.TableJumpersArchive Constructor
                • Fields
                  • ChangeDate Field
                  • Comments Field
                  • CrewMember Field
                  • Dispatcher Field
                  • EdgeEid1 Field
                  • EdgeEid2 Field
                  • FeatureClassName Field
                  • FeederID Field
                  • ID Field
                  • IncidentID Field
                  • JumperFCID Field
                  • JumperID Field
                  • JumperName Field
                  • JumperOID Field
                  • JunctionEid1 Field
                  • JunctionEid2 Field
                  • Location Field
                  • Operation Field
                  • Points Field
                  • Region Field
                  • Substation Field
                  • TimeOperation Field
                  • TimeRemoval Field
                  • TraceWeight Field
                  • UserCreated Field
                  • UserUpdated Field
                  • UserUpdatedArch Field
                  • WeightDescription Field
              • ArchiveTables.TableJumperStepsArchive
                • Overview
                • Members
                • ArchiveTables.TableJumperStepsArchive Constructor
                • Fields
                  • ChangeDate Field
                  • DispatchedByName Field
                  • Edge1Fcid Field
                  • Edge1Oid Field
                  • Edge1Subid Field
                  • Edge2Fcid Field
                  • Edge2Oid Field
                  • Edge2Subid Field
                  • ID Field
                  • JumperGuid Field
                  • JumperName Field
                  • JumperStepID Field
                  • Operation Field
                  • OperationID Field
                  • Points Field
                  • StepType Field
                  • TraceWeight Field
              • ArchiveTables.TableLoadPointsArchive
                • Overview
                • Members
                • ArchiveTables.TableLoadPointsArchive Constructor
                • Fields
                  • ChangeDate Field
                  • CriticalCustomerCount Field
                  • CustomerAccount Field
                  • CustomerCount Field
                  • DeviceFCID Field
                  • DeviceOID Field
                  • FeatureClassName Field
                  • FeederID Field
                  • ID Field
                  • IncidentDeviceFCID Field
                  • IncidentDeviceFeatureClassName Field
                  • IncidentDeviceOID Field
                  • IncidentID Field
                  • LoadpointID Field
                  • Operation Field
                  • PriorityCustomerCount Field
                  • TimeOutage Field
                  • TimeRestored Field
                  • UserCreated Field
                  • UserUpdated Field
                  • UserUpdatedArch Field
              • ArchiveTables.TableOperationsArchive
                • Overview
                • Members
                • ArchiveTables.TableOperationsArchive Constructor
                • Fields
                  • ChangeDate Field
                  • Description Field
                  • ExecutedBy Field
                  • ExecutedByName Field
                  • FacilityID Field
                  • FCID Field
                  • FeatureClassName Field
                  • FeederID Field
                  • ID Field
                  • IncidentID Field
                  • LineType Field
                  • OID Field
                  • Operation Field
                  • OperationID Field
                  • OperationStatus Field
                  • OrderID Field
                  • OwnerState Field
                  • ParentSequenceId Field
                  • Remarks Field
                  • Sequence Field
                  • SubID Field
                  • SubstationID Field
                  • Summary Field
                  • TimeExecuted Field
                  • TimeOwnerApproved Field
                  • Type Field
                  • UserCreated Field
                  • UserUpdated Field
                  • UserUpdatedArch Field
                  • X Field
                  • Y Field
              • ArchiveTables.TablePreviousIncidentsArchive
                • Overview
                • Members
                • ArchiveTables.TablePreviousIncidentsArchive Constructor
                • Fields
                  • Cause Field
                  • ChangeDate Field
                  • Duration Field
                  • Hazard Field
                  • ID Field
                  • RemarksDispatch Field
                  • RemarksField Field
                  • TimeOutage Field
                  • TimeRestored Field
                  • Weather Field
              • ArchiveTables.TableRegionCustomers
                • Overview
                • Members
                • ArchiveTables.TableRegionCustomers Constructor
                • Fields
                  • CountDate Field
                  • CriticalCustomerCount Field
                  • CustomerCount Field
                  • ID Field
                  • PriorityCustomerCount Field
                  • RegionID Field
              • ArchiveTables.TableSwitchingOrderFeaturesArchive
                • Overview
                • Members
                • ArchiveTables.TableSwitchingOrderFeaturesArchive Constructor
                • Fields
                  • AffectsEnergization Field
                  • ChangeDate Field
                  • Comments Field
                  • Enabled Field
                  • FacilityID Field
                  • FCID Field
                  • FeatureClassName Field
                  • FeatureID Field
                  • FeederID Field
                  • ID Field
                  • IncidentID Field
                  • Name Field
                  • OID Field
                  • OperatingVoltage Field
                  • Operation Field
                  • PhaseDesignation Field
                  • Region Field
                  • RequestID Field
                  • SubID Field
                  • Substation Field
                  • Subtype Field
                  • UserCreated Field
                  • UserUpdated Field
                  • UserUpdatedArch Field
                  • X Field
                  • Y Field
              • ArchiveTables.TableSwitchingOrderRequestsArchive
                • Overview
                • Members
                • ArchiveTables.TableSwitchingOrderRequestsArchive Constructor
                • Fields
                  • ChangeDate Field
                  • CriticalCustomersCount Field
                  • FeederID Field
                  • ID Field
                  • IncidentID Field
                  • Name Field
                  • Operation Field
                  • OrderID Field
                  • PhoneNumber Field
                  • PlannedBeginTime Field
                  • PlannedEndTime Field
                  • PriorityCustomersCount Field
                  • Reason Field
                  • Reference Field
                  • Region Field
                  • RequestID Field
                  • ShortDescription Field
                  • Status Field
                  • TotalCustomersCount Field
                  • UserCreated Field
                  • UserUpdated Field
                  • UserUpdatedArch Field
              • ArchiveTables.TableSwitchingOrdersArchive
                • Overview
                • Members
                • ArchiveTables.TableSwitchingOrdersArchive Constructor
                • Fields
                  • ApprovedBy Field
                  • ChangeDate Field
                  • CreatedBy Field
                  • ID Field
                  • IncidentID Field
                  • Name Field
                  • Operation Field
                  • OrderID Field
                  • Region Field
                  • Remarks Field
                  • RequestedBy Field
                  • Status Field
                  • TimeApproved Field
                  • TimeBegin Field
                  • TimeCreated Field
                  • TimeEnd Field
                  • TimeRequested Field
                  • Type Field
                  • UserCreated Field
                  • UserUpdated Field
                  • UserUpdatedArch Field
              • ArchiveTables.TableTagGroundStepsArchive
                • Overview
                • Members
                • ArchiveTables.TableTagGroundStepsArchive Constructor
                • Fields
                  • Action Field
                  • ChangeDate Field
                  • Ground Field
                  • ID Field
                  • IncidentID Field
                  • Operation Field
                  • OperationID Field
                  • Phases Field
                  • TagAndGroundStepID Field
                  • TagGuid Field
                  • TagID1 Field
                  • TagID2 Field
                  • TagID3 Field
                  • TagType Field
                  • UserCreated Field
                  • UserUpdated Field
                  • UserUpdatedArch Field
              • ArchiveTables.TableTagsAndGroundsArchive
                • Overview
                • Members
                • ArchiveTables.TableTagsAndGroundsArchive Constructor
                • Fields
                  • ChangeDate Field
                  • FacilityID Field
                  • FCID Field
                  • FeatureClassName Field
                  • Ground Field
                  • ID Field
                  • OID Field
                  • Operation Field
                  • Origination Field
                  • Owner Field
                  • OwnerName Field
                  • Phases Field
                  • Region Field
                  • Remarks Field
                  • SubID Field
                  • Summary Field
                  • TagAndGroundID Field
                  • TagGuid Field
                  • TagID1 Field
                  • TagID2 Field
                  • TagID3 Field
                  • TagType Field
                  • TimePlaced Field
                  • TimeRemoved Field
                  • UserCreated Field
                  • UserUpdated Field
                  • UserUpdatedArch Field
                  • X Field
                  • Y Field
              • ArchiveTables.TableTMajorEventDay
                • Overview
                • Members
                • ArchiveTables.TableTMajorEventDay Constructor
                • Fields
                  • EndDate Field
                  • ID Field
                  • StartDate Field
                  • Tmed Field
              • ArchiveTables.TableTrucksArchive
                • Overview
                • Members
                • ArchiveTables.TableTrucksArchive Constructor
                • Fields
                  • ChangeDate Field
                  • Company Field
                  • CrewAssignmentID Field
                  • CrewID Field
                  • ID Field
                  • IncidentID Field
                  • Number Field
                  • Operation Field
                  • Radio1 Field
                  • Radio2 Field
                  • Region Field
                  • Status Field
                  • TruckID Field
                  • TruckType Field
                  • UserCreated Field
                  • UserUpdated Field
                  • UserUpdatedArch Field
              • CallbackReason
                • Overview
                • Members
                • Fields
                  • ANonOutageIncidentHasBeenCompleted Field
                  • APowerOutageHasBeenReported Field
                  • PowerHasBeenRestored Field
                  • TheEstimatedTimeToRepairHasBeenDetermined Field
                  • TheEstimatedTimeToRepairHasBeenRevised Field
              • CallbackResult
                • Overview
                • Members
                • Fields
                  • BusySignal Field
                  • CallCompleted Field
                  • DeleteCallback Field
                  • LeftMessage Field
                  • NoAnswer Field
                  • PowerNOTRestored Field
                  • WrongNumber Field
              • CallbackStatus
                • Overview
                • Members
                • Fields
                  • PowerNotRestoredCall Field
                  • RegularCall Field
              • CallerType
                • Overview
                • Members
                • Fields
                  • Both Field
                  • CSR Field
                  • IVR Field
              • CallOrigination
                • Overview
                • Members
                • Fields
                  • AMI Field
                  • CSR Field
                  • IVR Field
              • CallReprocessEventArgs
                • Overview
                • Members
                • CallReprocessEventArgs Constructor
                • Fields
                  • Proceed Field
                  • StartRow Field
              • CallTrouble
                • Overview
                • Members
                • Fields
                  • FlickeringLights Field
                  • HighVoltage Field
                  • LowVoltage Field
                  • None Field
                  • NoPower Field
                  • Other Field
                  • PartialPower Field
              • CallUrgency
                • Overview
                • Members
                • Fields
                  • NotUrgent Field
                  • Urgent Field
              • CancelReason
                • Overview
                • Members
                • Fields
                  • CrewCancel Field
                  • CustomerCancel Field
                  • CustomerProblem Field
                  • DispatcherCancel Field
                  • Duplicate Field
                  • InaccurateAnalysis Field
                  • NoProblemFound Field
                  • OMSCancel Field
                  • Other Field
                  • SealedNonPay Field
                  • Unknown Field
              • Cause
                • Overview
                • Members
                • Fields
                  • AllRemaining Field
                  • Animals Field
                  • EquipmentFailure Field
                  • ForeignInterference Field
                  • HumanCause Field
                  • NonOutage Field
                  • PlannedOutage Field
                  • Undetermined Field
                  • Unknown Field
                  • Vegetation Field
                  • Weather Field
              • CauseRus
                • Overview
                • Members
                • Fields
                  • Aircraft Field
                  • AnimalDamageGnawingOrBoring Field
                  • AnimalOther Field
                  • BorrowerCrewCutsTree Field
                  • CauseUnknown Field
                  • ConductorSagOrInadequateClearance Field
                  • Construction Field
                  • ContaminationLeakageExternal Field
                  • CorrosionAbrasionOfMaterialEquipment Field
                  • CustomerCaused Field
                  • DecayAgeOfMaterialEquipment Field
                  • Fire Field
                  • Flood Field
                  • IceSleetFrostNotTrees Field
                  • InstallationFault Field
                  • LargeAnimal Field
                  • Lightning Field
                  • Maintenance Field
                  • MaintenanceOther Field
                  • MaterialOrEquipmentFaultFailure Field
                  • MiscoordinationOfProtectionDevices Field
                  • Moisture Field
                  • MotorVehicle Field
                  • NonOutage Field
                  • Other Field
                  • OtherEquipmentInstallationDesign Field
                  • OtherPlanned Field
                  • Overload Field
                  • PlannedOutage Field
                  • PowerSupply Field
                  • PublicCutsTree Field
                  • PublicOther Field
                  • SmallAnimalBird Field
                  • SwitchingErrorOrCausedByConstructionMaintenanceActivities Field
                  • TreeFailureFromOverhangOrDeadTreeNoIceSnow Field
                  • TreeGrowth Field
                  • TreesWithIceSnow Field
                  • Unknown Field
                  • Vandalism Field
                  • WeatherOther Field
                  • WindNotTrees Field
              • CircuitTraceHelperMultiFeedException
                • Overview
                • Members
                • CircuitTraceHelperMultiFeedException Constructor
                  • CircuitTraceHelperMultiFeedException Constructor(String)
                  • CircuitTraceHelperMultiFeedException Constructor(String,Exception)
                  • CircuitTraceHelperMultiFeedException Constructor(SerializationInfo,StreamingContext)
              • CircuitTraceHelperNoPathException
                • Overview
                • Members
                • CircuitTraceHelperNoPathException Constructor
                  • CircuitTraceHelperNoPathException Constructor(String)
                  • CircuitTraceHelperNoPathException Constructor(String,Exception)
                  • CircuitTraceHelperNoPathException Constructor(SerializationInfo,StreamingContext)
              • ConfirmedState
                • Overview
                • Members
                • Fields
                  • Confirmed Field
                  • Probable Field
                  • Unconfirmed Field
              • ConnectStatus
                • Overview
                • Members
                • Fields
                  • ConnectedNormal Field
                  • ConnectedSeasonal Field
                  • DisconnectedAMI Field
                  • DisconnectedClosed Field
                  • DisconnectedCondemned Field
                  • DisconnectedNonpay Field
              • CrewAvailabilityStatus
                • Overview
                • Members
                • Fields
                  • Available Field
                  • MealBreak Field
                  • Unavailable Field
              • CrewCompany
                • Overview
                • Members
                • Fields
                  • Acme Field
                  • MyCompany Field
              • CrewType
                • Overview
                • Members
                • Fields
                  • Assessor Field
                  • CompanyCrew Field
                  • ContractorCrew Field
                  • Forestry Field
                  • Other Field
                  • Supervisor Field
                  • Technician Field
                  • WireGuard Field
              • Critical
                • Overview
                • Members
                • Fields
                  • No Field
                  • Yes Field
              • CriticalType
                • Overview
                • Members
                • Fields
                  • EmergencyResponder Field
                  • MedicalCareFacility Field
                  • NonCritical Field
                  • PublicUtility Field
                  • ResidentialMedical Field
              • DataServiceExecutionExtension
                • Overview
                • Members
                • Methods
                  • Execute Method
                    • Execute<TRequest>(IDataServices,TRequest) Method
                    • Execute<TRequest>(TRequest) Method
                  • Submit Method
                  • SubmitMerge Method
              • DeviceOperation
                • Overview
                • Members
                • Fields
                  • Fault Field
                  • SwitchingOperation Field
              • Expertise
                • Overview
                • Members
                • Fields
                  • ElectronicsTech Field
                  • Engineer Field
                  • Foreman Field
                  • Lineman Field
                  • LoadMgmt Field
                  • Mapping Field
                  • Metering Field
                  • Safety Field
                  • Serviceman Field
                  • Staking Field
                  • Supervisor Field
              • HazardStatus
                • Overview
                • Members
                • Fields
                  • Canceled Field
                  • Completed Field
                  • Secured Field
                  • Unsecured Field
              • HazardType
                • Overview
                • Members
                • Fields
                  • BrokenCrossArm Field
                  • BrokenPole Field
                  • CarPole Field
                  • ContactDigIn Field
                  • ObjectInOnLine Field
                  • Other Field
                  • PoleFire Field
                  • TransformerFireProblem Field
                  • TreeBranchLimbOnWire Field
                  • Unknown Field
                  • WiresDown Field
              • HazardWireOwner
                • Overview
                • Members
                • Fields
                  • CATV Field
                  • Customer Field
                  • Other Field
                  • Ours Field
                  • Phone Field
                  • Unknown Field
              • IncidentChildType
                • Overview
                • Members
                • Fields
                  • ElectricFeature Field
                  • Hazard Field
                  • LocationFeature Field
              • IncidentDeviceStepAction
                • Overview
                • Members
                • Fields
                  • Close Field
                  • Open Field
              • IncidentStatus
                • Overview
                • Members
                • Fields
                  • Canceled Field
                  • Closed Field
                  • Completed Field
                  • Created Field
                  • CrewAssigned Field
                  • Restored Field
                  • RolledUp Field
                  • StepDown Field
              • InvalidValue
                • Overview
                • Members
                • Fields
                  • Coord Field
                  • EID Field
                  • FCID Field
                  • OID Field
                  • SubID Field
                  • ValueNotSpecified Field
              • JumperStepType
                • Overview
                • Members
                • Fields
                  • PlaceJumper Field
                  • RemoveJumper Field
              • MulticastCreator
                • Overview
                • Members
                • MulticastCreator Constructor
                • Properties
                  • Instance Property
              • NetworkLevel
                • Overview
                • Members
                • Fields
                  • Circuit Field
                  • Fuse Field
                  • Primary Field
                  • Secondary Field
                  • ServicePoint Field
                  • Substation Field
                  • Supply Field
                  • Transformer Field
                  • Transmission Field
                  • Unspecified Field
              • OpenClosed
                • Overview
                • Members
                • Fields
                  • Closed Field
                  • Open Field
              • OperationStatus
                • Overview
                • Members
                • Fields
                  • Canceled Field
                  • Executed Field
                  • NotExecuted Field
              • OperationType
                • Overview
                • Members
                • Fields
                  • Custom Field
                  • Device Field
                  • Group Field
                  • Jumper Field
                  • Tag Field
              • OriginationType
                • Overview
                • Members
                • Fields
                  • AMI Field
                  • DMS Field
                  • Predicted Field
                  • SCADA Field
                  • Unknown Field
                  • UserCreated Field
              • OwnerState
                • Overview
                • Members
                • Fields
                  • Approved Field
                  • NoOwner Field
                  • Pending Field
              • PersistentCacheObject
                • Overview
                • Members
                • PersistentCacheObject Constructor
                • Methods
                  • IsEqualBytes Method
                  • Save Method
                • Properties
                  • Object Property
              • PriorityType
                • Overview
                • Members
                • Fields
                  • BusinessCenterCustomer Field
                  • Hospital Field
                  • MajorCustomer Field
                  • MajorSubstationCustomer Field
                  • NonPriority Field
                  • SensitiveDistributionCustomer Field
              • RemotingHelper
                • Overview
                • Members
                • Methods
                  • Configure Method
                    • Configure() Method
                    • Configure(String) Method
                  • GetObject Method
                    • GetObject(Type) Method
                    • GetObject<T>() Method
                • Properties
                  • SyncRoot Property
              • ResponderEventListener.StaggeredRestartNotificationEventObject
                • Overview
                • Members
                • ResponderEventListener.StaggeredRestartNotificationEventObject Constructor
                • Properties
                  • Message Property
                  • NotificationType Property
              • ResponderExporterBase
                • Overview
                • Members
                • Methods
                  • GetDomainValue Method
                  • WriteIncidentXml Method
              • ResponderRelations
                • Overview
                • Members
                • ResponderRelations Constructor
                • Fields
                  • Calls_Hazards Field
                  • CrewAssignments_HazardAssignments Field
                  • CrewAssignments_IncDevAssignments Field
                  • CrewAssignments_IncFeatAssignments Field
                  • Crews_CrewAssignments Field
                  • Crews_CrewMembers Field
                  • Crews_Trucks Field
                  • Customers_Calls Field
                  • Customers_CallsHistory Field
                  • Folders_ParentFolder Field
                  • Folders_SwitchingOrder Field
                  • Hazards_HazardAssignments Field
                  • Hazards_HazardCrews Field
                  • HazardsHistory_HazardAssignHistory Field
                  • Incident_Jumpers Field
                  • IncidentDeviceCrews Field
                  • IncidentDevices_IncDevAssignments Field
                  • IncidentDevicesHistory_IncDevAssignHistory Field
                  • IncidentFeatureCrews Field
                  • IncidentFeatures_IncFeatAssignments Field
                  • IncidentFeaturesHistory_IncFeatAssignHistory Field
                  • Incidents_Calls Field
                  • Incidents_CrewAssignments Field
                  • Incidents_Hazards Field
                  • Incidents_IncidentCallbacks Field
                  • Incidents_IncidentDevices Field
                  • Incidents_IncidentFeatures Field
                  • Incidents_Loadpoints Field
                  • Incidents_SwitchingOrders Field
                  • Loadpoints_Customers Field
                  • Operations_IncidentDeviceSteps Field
                  • Operations_JumperSteps Field
                  • Operations_PendingEdits Field
                  • Operations_TagAndGroundSteps Field
                  • RegionParents_Regions Field
                  • Regions_RegionAssignments Field
                  • SwitchingOrderRequests_SwitchingOrderAffectedLoadPoints Field
                  • SwitchingOrderRequests_SwitchingOrderFeatures Field
                  • SwitchingOrders_Operations Field
                  • SwitchingOrders_SimulatedSwitchingOrderLoadpoints Field
                  • SwitchingOrders_SwitchingOrderRequests Field
                  • Users_Incidents Field
                  • Users_RegionAssignments Field
              • ResponderServices
                • Overview
                • Members
                • Methods
                  • ExecuteRequest<T> Method
                  • GetArchiveServices Method
                  • GetDataServices Method
                  • GetPredictionServices Method
                  • SetupForUnitTesting Method
                  • Submit Method
                    • Submit(DataSet) Method
                    • Submit(IDataServices,DataSet) Method
                    • Submit(IDataServices,DataSet,Boolean) Method
              • ResponderTable
                • Overview
                • Members
                • Methods
                  • FindIn Method
                  • GetColumns Method
                  • ToString Method
                • Fields
                  • TableName Field
                • Operators
                  • Implicit Type Conversion Operator
              • ResponderTables
                • Overview
                • Members
                • ResponderTables Constructor
                • Methods
                  • AllTables Method
                • Fields
                  • Alerts Field
                  • Callbacks Field
                  • CallbacksHistory Field
                  • Calls Field
                  • CallsHistory Field
                  • CrewAssignments Field
                  • CrewAssignmentsHistory Field
                  • CrewMembers Field
                  • CrewMembersHistory Field
                  • Crews Field
                  • CrewsHistory Field
                  • CustomerCountByFeeder Field
                  • CustomerIncident Field
                  • Customers Field
                  • DownstreamSubsources Field
                  • HazardAssignHistory Field
                  • HazardAssignments Field
                  • HazardCrews Field
                  • Hazards Field
                  • HazardsHistory Field
                  • IncDevAssignHistory Field
                  • IncDevAssignments Field
                  • IncFeatAssignHistory Field
                  • IncFeatAssignments Field
                  • IncidentCallbacks Field
                  • IncidentDeviceCrews Field
                  • IncidentDevices Field
                  • IncidentDevicesHistory Field
                  • IncidentDeviceSteps Field
                  • IncidentDeviceStepsHistory Field
                  • IncidentFeatureCrews Field
                  • IncidentFeatures Field
                  • IncidentFeaturesHistory Field
                  • Incidents Field
                  • IncidentsHistory Field
                  • Jumpers Field
                  • JumpersHistory Field
                  • JumperSteps Field
                  • JumperStepsHistory Field
                  • LoadPoints Field
                  • LoadPointsHistory Field
                  • Operations Field
                  • OperationsHistory Field
                  • PendingEdits Field
                  • PreviousCalls Field
                  • PreviousIncidents Field
                  • RegionAssignments Field
                  • RegionParents Field
                  • Regions Field
                  • SimulatedSwitchingOrderLoadpoints Field
                  • Steps Field
                  • SwitchingLibraryFolders Field
                  • SwitchingOrderAffectedLoadpoints Field
                  • SwitchingOrderFeatures Field
                  • SwitchingOrderFeaturesHistory Field
                  • SwitchingOrderRequests Field
                  • SwitchingOrderRequestsHistory Field
                  • SwitchingOrders Field
                  • SwitchingOrdersHistory Field
                  • TagAndGroundSteps Field
                  • TagGroundStepsHistory Field
                  • TagsAndGrounds Field
                  • TagsAndGroundsHistory Field
                  • Trucks Field
                  • TrucksHistory Field
                  • Users Field
              • ResponderTables.TableAlerts
                • Overview
                • Members
                • ResponderTables.TableAlerts Constructor
                • Fields
                  • Caption Field
                  • Category Field
                  • Description Field
                  • Key Field
                  • Moniker Field
                  • SnoozeUntil Field
                  • Time Field
              • ResponderTables.TableCallbacks
                • Overview
                • Members
                • ResponderTables.TableCallbacks Constructor
                • Fields
                  • Account Field
                  • AutoDelete Field
                  • BusyWait Field
                  • CallerType Field
                  • Calling Field
                  • CallingExpires Field
                  • Comments Field
                  • DeviceFCID Field
                  • DeviceOID Field
                  • IncidentID Field
                  • MinRetryCount Field
                  • NextCallTime Field
                  • NoAnswerWait Field
                  • PrevCaller Field
                  • PrevCallTime Field
                  • PrevResult Field
                  • Priority Field
                  • Reason Field
                  • Region Field
                  • RetryCount Field
              • ResponderTables.TableCallbacksHistory
                • Overview
                • Members
                • ResponderTables.TableCallbacksHistory Constructor
                • Fields
                  • Account Field
                  • AutoDelete Field
                  • BusyWait Field
                  • CallerType Field
                  • Calling Field
                  • CallingExpires Field
                  • ChangeDate Field
                  • Comments Field
                  • IncidentID Field
                  • MinRetryCount Field
                  • NextCallTime Field
                  • NoAnswerWait Field
                  • Operation Field
                  • PrevCaller Field
                  • PrevCallTime Field
                  • PrevResult Field
                  • Priority Field
                  • Reason Field
                  • Region Field
                  • RetryCount Field
              • ResponderTables.TableCalls
                • Overview
                • Members
                • ResponderTables.TableCalls Constructor
                • Fields
                  • Analyzing Field
                  • AnalyzingExpiresUTC Field
                  • CallbackNumber Field
                  • CallbackRequested Field
                  • CallbackStatus Field
                  • Cause Field
                  • City Field
                  • ConnectStatus Field
                  • CriticalCustomer Field
                  • CustomerAccount Field
                  • DeviceFCID Field
                  • DeviceOID Field
                  • Duration Field
                  • FeederID Field
                  • FirstName Field
                  • Hazard Field
                  • ID Field
                  • IncidentID Field
                  • LastName Field
                  • Origination Field
                  • OutagePhases Field
                  • PostalCode Field
                  • Region Field
                  • Remarks Field
                  • State Field
                  • Street Field
                  • Telephone Field
                  • TimeOutage Field
                  • TimeReceived Field
                  • TimeRestored Field
                  • Trouble Field
                  • TroubleAtAccount Field
                  • Urgency Field
                  • UserCreated Field
                  • UserUpdated Field
              • ResponderTables.TableCallsHistory
                • Overview
                • Members
                • ResponderTables.TableCallsHistory Constructor
                • Fields
                  • CallbackRequested Field
                  • CallbackStatus Field
                  • CallID Field
                  • Cause Field
                  • ChangeDate Field
                  • City Field
                  • ConnectStatus Field
                  • CriticalCustomer Field
                  • CustomerAccount Field
                  • DeviceFCID Field
                  • DeviceOID Field
                  • FirstName Field
                  • Hazard Field
                  • ID Field
                  • IncidentID Field
                  • LastName Field
                  • Operation Field
                  • Origination Field
                  • PostalCode Field
                  • Region Field
                  • Remarks Field
                  • State Field
                  • Street Field
                  • Telephone Field
                  • TimeOutage Field
                  • TimeReceived Field
                  • TimeRestored Field
                  • Trouble Field
                  • TroubleAtAccount Field
                  • Urgency Field
                  • UserCreated Field
                  • UserUpdated Field
              • ResponderTables.TableCrewAssignments
                • Overview
                • Members
                • ResponderTables.TableCrewAssignments Constructor
                • Fields
                  • CrewID Field
                  • CrewName Field
                  • ID Field
                  • IncidentID Field
                  • IsLeadCrew Field
                  • MobileCrewEnabled Field
                  • PreviousTime Field
                  • Status Field
                  • TimeAssigned Field
                  • TimeStatusChanged Field
                  • UserCreated Field
                  • UserUpdated Field
              • ResponderTables.TableCrewAssignmentsHistory
                • Overview
                • Members
                • ResponderTables.TableCrewAssignmentsHistory Constructor
                • Fields
                  • ChangeDate Field
                  • CrewAssignmentID Field
                  • CrewID Field
                  • CrewName Field
                  • ID Field
                  • IncidentID Field
                  • IsLeadCrew Field
                  • Operation Field
                  • Status Field
                  • TimeAssigned Field
                  • TimeStatusChanged Field
                  • UserCreated Field
                  • UserUpdated Field
              • ResponderTables.TableCrewMembers
                • Overview
                • Members
                • ResponderTables.TableCrewMembers Constructor
                • Fields
                  • Available Field
                  • Company Field
                  • CrewID Field
                  • EmployeeID Field
                  • Expertise Field
                  • FirstName Field
                  • HomePhone Field
                  • ID Field
                  • LastName Field
                  • MobilePhone Field
                  • Pager Field
                  • RadioNumber Field
                  • Region Field
                  • Title Field
                  • UserCreated Field
                  • UserUpdated Field
                  • UtilityType Field
              • ResponderTables.TableCrewMembersHistory
                • Overview
                • Members
                • ResponderTables.TableCrewMembersHistory Constructor
                • Fields
                  • Available Field
                  • ChangeDate Field
                  • Company Field
                  • CrewID Field
                  • CrewMemberID Field
                  • EmployeeID Field
                  • Expertise Field
                  • FirstName Field
                  • HomePhone Field
                  • ID Field
                  • LastName Field
                  • MobilePhone Field
                  • Operation Field
                  • Pager Field
                  • RadioNumber Field
                  • Region Field
                  • Title Field
                  • UserCreated Field
                  • UserUpdated Field
                  • UtilityType Field
              • ResponderTables.TableCrews
                • Overview
                • Members
                • ResponderTables.TableCrews Constructor
                • Fields
                  • Company Field
                  • CrewType Field
                  • ForemanEmpID Field
                  • ID Field
                  • MobileCrew Field
                  • Name Field
                  • Region Field
                  • Status Field
                  • UserCreated Field
                  • UserUpdated Field
              • ResponderTables.TableCrewsHistory
                • Overview
                • Members
                • ResponderTables.TableCrewsHistory Constructor
                • Fields
                  • ChangeDate Field
                  • Company Field
                  • CrewID Field
                  • CrewType Field
                  • ForemanEmpID Field
                  • ID Field
                  • Name Field
                  • Operation Field
                  • Region Field
                  • Status Field
                  • UserCreated Field
                  • UserUpdated Field
              • ResponderTables.TableCustomerCountByFeeder
                • Overview
                • Members
                • ResponderTables.TableCustomerCountByFeeder Constructor
                • Fields
                  • CurrentCustomerCount Field
                  • CurrentTiedFeeders Field
                  • DateTime Field
                  • Feeder Field
                  • NormalCustomerCount Field
                  • NormalTiedFeeders Field
                  • Substation Field
                  • TotalAffectedCustomerCount Field
                  • TotalCustomerCount Field
              • ResponderTables.TableCustomerIncident
                • Overview
                • Members
                • ResponderTables.TableCustomerIncident Constructor
                • Fields
                  • IncidentID Field
                  • TimeOutage Field
                  • TimeRestoredEst Field
              • ResponderTables.TableCustomers
                • Overview
                • Members
                • ResponderTables.TableCustomers Constructor
                • Fields
                  • Account Field
                  • AccountType Field
                  • CallbackNumber Field
                  • CallCount Field
                  • City Field
                  • ConnectStatus Field
                  • County Field
                  • CriticalCustomer Field
                  • DeviceFCID Field
                  • DeviceOID Field
                  • DisconnectTime Field
                  • FeederID Field
                  • FirstName Field
                  • LastName Field
                  • Meter Field
                  • OutagePhases Field
                  • PostalCode Field
                  • PriorityCustomer Field
                  • ReconnectTime Field
                  • Region Field
                  • State Field
                  • Street Field
                  • Telephone Field
                  • Telephone2 Field
                  • Telephone3 Field
                  • Telephone4 Field
                  • UserCreated Field
                  • UserUpdated Field
              • ResponderTables.TableDownstreamSubsources
                • Overview
                • Members
                • ResponderTables.TableDownstreamSubsources Constructor
                • Fields
                  • CheckBox Field
                  • DeviceFCID Field
                  • DeviceOID Field
                  • FeederID Field
                  • SubsourceParentDeviceOID Field
              • ResponderTables.TableHazardAssignHistory
                • Overview
                • Members
                • ResponderTables.TableHazardAssignHistory Constructor
                • Fields
                  • ChangeDate Field
                  • CrewAssignmentID Field
                  • HazardAssignID Field
                  • HazardID Field
                  • ID Field
                  • Operation Field
                  • UserCreated Field
                  • UserUpdated Field
              • ResponderTables.TableHazardAssignments
                • Overview
                • Members
                • ResponderTables.TableHazardAssignments Constructor
                • Fields
                  • CrewAssignmentID Field
                  • CrewName Field
                  • FacilityID Field
                  • FCID Field
                  • HazardID Field
                  • ID Field
                  • OID Field
                  • UserCreated Field
                  • UserUpdated Field
              • ResponderTables.TableHazardCrews
                • Overview
                • Members
                • ResponderTables.TableHazardCrews Constructor
                • Fields
                  • CrewName Field
                  • HazardID Field
                  • IsLeadCrew Field
                  • Status Field
                  • TimeAssigned Field
              • ResponderTables.TableHazards
                • Overview
                • Members
                • ResponderTables.TableHazards Constructor
                • Fields
                  • Address Field
                  • CallID Field
                  • CancelReason Field
                  • CrewName Field
                  • DamageType Field
                  • FacilityID Field
                  • FCID Field
                  • ID Field
                  • IncidentID Field
                  • OID Field
                  • Region Field
                  • Remarks Field
                  • Status Field
                  • SubID Field
                  • TimeCompleted Field
                  • TimeCreated Field
                  • TimePublicSafetyArr Field
                  • TimePublicSafetyRel Field
                  • TimeSecured Field
                  • UserCreated Field
                  • UserUpdated Field
                  • WireOwner Field
                  • X Field
                  • Y Field
              • ResponderTables.TableHazardsHistory
                • Overview
                • Members
                • ResponderTables.TableHazardsHistory Constructor
                • Fields
                  • Address Field
                  • CallID Field
                  • CancelReason Field
                  • ChangeDate Field
                  • DamageType Field
                  • FacilityID Field
                  • FCID Field
                  • HazardID Field
                  • ID Field
                  • IncidentID Field
                  • OID Field
                  • Operation Field
                  • Remarks Field
                  • Status Field
                  • SubID Field
                  • TimeCompleted Field
                  • TimeCreated Field
                  • TimePublicSafetyArr Field
                  • TimePublicSafetyRel Field
                  • TimeSecured Field
                  • UserCreated Field
                  • UserUpdated Field
                  • WireOwner Field
                  • X Field
                  • Y Field
              • ResponderTables.TableIncDevAssignHistory
                • Overview
                • Members
                • ResponderTables.TableIncDevAssignHistory Constructor
                • Fields
                  • ChangeDate Field
                  • CrewAssignmentID Field
                  • ID Field
                  • IncDeviceAssignID Field
                  • IncidentDeviceID Field
                  • Operation Field
                  • UserCreated Field
                  • UserUpdated Field
              • ResponderTables.TableIncDevAssignments
                • Overview
                • Members
                • ResponderTables.TableIncDevAssignments Constructor
                • Fields
                  • CrewAssignmentID Field
                  • CrewName Field
                  • FacilityID Field
                  • FCID Field
                  • ID Field
                  • IncidentDeviceID Field
                  • OID Field
                  • UserCreated Field
                  • UserUpdated Field
              • ResponderTables.TableIncFeatAssignHistory
                • Overview
                • Members
                • ResponderTables.TableIncFeatAssignHistory Constructor
                • Fields
                  • ChangeDate Field
                  • CrewAssignmentID Field
                  • ID Field
                  • IncFeatureAssignID Field
                  • IncidentFeatureID Field
                  • Operation Field
                  • UserCreated Field
                  • UserUpdated Field
              • ResponderTables.TableIncFeatAssignments
                • Overview
                • Members
                • ResponderTables.TableIncFeatAssignments Constructor
                • Fields
                  • CrewAssignmentID Field
                  • CrewName Field
                  • FacilityID Field
                  • FCID Field
                  • ID Field
                  • IncidentFeatureID Field
                  • OID Field
                  • UserCreated Field
                  • UserUpdated Field
              • ResponderTables.TableIncidentCallbacks
                • Overview
                • Members
                • ResponderTables.TableIncidentCallbacks Constructor
                • Fields
                  • CallbackCount Field
                  • IncidentID Field
              • ResponderTables.TableIncidentDeviceCrews
                • Overview
                • Members
                • ResponderTables.TableIncidentDeviceCrews Constructor
                • Fields
                  • CrewName Field
                  • IncidentDeviceID Field
                  • IsLeadCrew Field
                  • Status Field
                  • TimeAssigned Field
              • ResponderTables.TableIncidentDevices
                • Overview
                • Members
                • ResponderTables.TableIncidentDevices Constructor
                • Fields
                  • ActualStatus Field
                  • Address Field
                  • CancelReason Field
                  • Confirmed Field
                  • CrewName Field
                  • CriticalCustomerCount Field
                  • CustomerCount Field
                  • DeviceFCID Field
                  • DeviceGuid Field
                  • DeviceOID Field
                  • DeviceOperation Field
                  • DeviceState Field
                  • ExpectedStatus Field
                  • FacilityID Field
                  • FeederID Field
                  • ID Field
                  • IncidentID Field
                  • OwnerState Field
                  • PriorityCustomerCount Field
                  • Region Field
                  • Remarks Field
                  • SubID Field
                  • Substation Field
                  • TimeOperation Field
                  • UserCreated Field
                  • UserUpdated Field
                  • X Field
                  • Y Field
              • ResponderTables.TableIncidentDevicesHistory
                • Overview
                • Members
                • ResponderTables.TableIncidentDevicesHistory Constructor
                • Fields
                  • ActualStatus Field
                  • Address Field
                  • CancelReason Field
                  • ChangeDate Field
                  • Confirmed Field
                  • CriticalCustomerCount Field
                  • CustomerCount Field
                  • DeviceFCID Field
                  • DeviceOID Field
                  • DeviceOperation Field
                  • ExpectedStatus Field
                  • FacilityID Field
                  • FeederID Field
                  • ID Field
                  • IncidentDeviceID Field
                  • IncidentID Field
                  • Operation Field
                  • PriorityCustomerCount Field
                  • Remarks Field
                  • SubID Field
                  • Substation Field
                  • TimeOperation Field
                  • UserCreated Field
                  • UserUpdated Field
                  • X Field
                  • Y Field
              • ResponderTables.TableIncidentDeviceSteps
                • Overview
                • Members
                • ResponderTables.TableIncidentDeviceSteps Constructor
                • Fields
                  • Action Field
                  • ActualStatus Field
                  • Description Field
                  • ExecutedConnectedLoad Field
                  • ExecutedCriticalCount Field
                  • ExecutedCustomerCount Field
                  • ExpectedStatus Field
                  • FacilityID Field
                  • FCID Field
                  • ID Field
                  • OID Field
                  • OperationID Field
                  • Phases Field
                  • PlannedConnectedLoad Field
                  • PlannedCriticalCount Field
                  • PlannedCustomerCount Field
                  • PlannedStatus Field
                  • Sequence Field
                  • UserCreated Field
                  • UserUpdated Field
              • ResponderTables.TableIncidentDeviceStepsHistory
                • Overview
                • Members
                • ResponderTables.TableIncidentDeviceStepsHistory Constructor
                • Fields
                  • Action Field
                  • ActualStatus Field
                  • ChangeDate Field
                  • ExecutedConnectedLoad Field
                  • ExecutedCriticalCount Field
                  • ExecutedCustomerCount Field
                  • ExpectedStatus Field
                  • Operation Field
                  • OperationID Field
                  • Phases Field
                  • PlannedConnectedLoad Field
                  • PlannedCriticalCount Field
                  • PlannedCustomerCount Field
                  • PlannedStatus Field
                  • StepID Field
                  • UserCreated Field
                  • UserUpdated Field
              • ResponderTables.TableIncidentFeatureCrews
                • Overview
                • Members
                • ResponderTables.TableIncidentFeatureCrews Constructor
                • Fields
                  • CrewName Field
                  • IncidentFeatureID Field
                  • IsLeadCrew Field
                  • Status Field
                  • TimeAssigned Field
              • ResponderTables.TableIncidentFeatures
                • Overview
                • Members
                • ResponderTables.TableIncidentFeatures Constructor
                • Fields
                  • Address Field
                  • CancelReason Field
                  • Confirmed Field
                  • CrewName Field
                  • FacilityID Field
                  • FCID Field
                  • ID Field
                  • IncidentID Field
                  • OID Field
                  • Region Field
                  • Remarks Field
                  • SubID Field
                  • TimeReported Field
                  • UserCreated Field
                  • UserUpdated Field
                  • X Field
                  • Y Field
              • ResponderTables.TableIncidentFeaturesHistory
                • Overview
                • Members
                • ResponderTables.TableIncidentFeaturesHistory Constructor
                • Fields
                  • Address Field
                  • CancelReason Field
                  • ChangeDate Field
                  • Confirmed Field
                  • FacilityID Field
                  • FCID Field
                  • ID Field
                  • IncidentFeatureID Field
                  • IncidentID Field
                  • OID Field
                  • Operation Field
                  • Remarks Field
                  • SubID Field
                  • TimeReported Field
                  • UserCreated Field
                  • UserUpdated Field
                  • X Field
                  • Y Field
              • ResponderTables.TableIncidents
                • Overview
                • Members
                • ResponderTables.TableIncidents Constructor
                • Fields
                  • Address Field
                  • AMIEvent Field
                  • CallbackCount Field
                  • CancelReason Field
                  • Cause Field
                  • Confirmed Field
                  • CrewName Field
                  • CrewStatus Field
                  • CriticalCustomer Field
                  • CriticalCustomerCount Field
                  • CustomerCount Field
                  • Duration Field
                  • Equipment Field
                  • FeederID Field
                  • Hazard Field
                  • ID Field
                  • NetworkLevel Field
                  • Origination Field
                  • Owner Field
                  • PriorityCustomerCount Field
                  • Region Field
                  • RemarksDispatch Field
                  • RemarksField Field
                  • Status Field
                  • Substation Field
                  • TimeCreated Field
                  • TimeOutage Field
                  • TimeRestored Field
                  • TimeRestoredEst Field
                  • Trouble Field
                  • UrgentCount Field
                  • UserCreated Field
                  • UserUpdated Field
                  • Voltage Field
                  • Weather Field
              • ResponderTables.TableIncidentsHistory
                • Overview
                • Members
                • ResponderTables.TableIncidentsHistory Constructor
                • Fields
                  • Address Field
                  • CancelReason Field
                  • Cause Field
                  • ChangeDate Field
                  • Confirmed Field
                  • CriticalCustomer Field
                  • CriticalCustomerCount Field
                  • CustomerCount Field
                  • Duration Field
                  • Equipment Field
                  • FeederID Field
                  • Hazard Field
                  • ID Field
                  • IncidentID Field
                  • NetworkLevel Field
                  • Operation Field
                  • Origination Field
                  • Owner Field
                  • PriorityCustomerCount Field
                  • Region Field
                  • RemarksDispatch Field
                  • RemarksField Field
                  • Status Field
                  • Substation Field
                  • TimeCreated Field
                  • TimeOutage Field
                  • TimeRestored Field
                  • TimeRestoredEst Field
                  • Trouble Field
                  • UserCreated Field
                  • UserUpdated Field
                  • Voltage Field
                  • Weather Field
              • ResponderTables.TableJumpers
                • Overview
                • Members
                • ResponderTables.TableJumpers Constructor
                • Fields
                  • Comments Field
                  • CrewMember Field
                  • Dispatcher Field
                  • EdgeEid1 Field
                  • EdgeEid2 Field
                  • FeederID Field
                  • ID Field
                  • IncidentID Field
                  • JumperFCID Field
                  • JumperGuid Field
                  • JumperName Field
                  • JumperOID Field
                  • JunctionEid1 Field
                  • JunctionEid2 Field
                  • Location Field
                  • Points Field
                  • Region Field
                  • Substation Field
                  • TimeOperation Field
                  • TimeRemoval Field
                  • TraceWeight Field
                  • UserCreated Field
                  • UserUpdated Field
                  • WeightDescription Field
              • ResponderTables.TableJumpersHistory
                • Overview
                • Members
                • ResponderTables.TableJumpersHistory Constructor
                • Fields
                  • ChangeDate Field
                  • Comments Field
                  • CrewMember Field
                  • Dispatcher Field
                  • EdgeEid1 Field
                  • EdgeEid2 Field
                  • FeederID Field
                  • ID Field
                  • IncidentID Field
                  • JumperFCID Field
                  • JumperGuid Field
                  • JumperID Field
                  • JumperName Field
                  • JumperOID Field
                  • JunctionEid1 Field
                  • JunctionEid2 Field
                  • Location Field
                  • Operation Field
                  • Points Field
                  • Region Field
                  • Substation Field
                  • TimeOperation Field
                  • TimeRemoval Field
                  • TraceWeight Field
                  • UserCreated Field
                  • UserUpdated Field
                  • WeightDescription Field
              • ResponderTables.TableJumperSteps
                • Overview
                • Members
                • ResponderTables.TableJumperSteps Constructor
                • Fields
                  • ChangeDate Field
                  • DispatchedByName Field
                  • Edge1Fcid Field
                  • Edge1Oid Field
                  • Edge1Subid Field
                  • Edge2Fcid Field
                  • Edge2Oid Field
                  • Edge2Subid Field
                  • ID Field
                  • JumperGuid Field
                  • JumperName Field
                  • Operation Field
                  • OperationID Field
                  • Points Field
                  • StepType Field
                  • TraceWeight Field
              • ResponderTables.TableJumperStepsHistory
                • Overview
                • Members
                • ResponderTables.TableJumperStepsHistory Constructor
                • Fields
                  • ChangeDate Field
                  • DispatchedByName Field
                  • Edge1Fcid Field
                  • Edge1Oid Field
                  • Edge1Subid Field
                  • Edge2Fcid Field
                  • Edge2Oid Field
                  • Edge2Subid Field
                  • ID Field
                  • JumperGuid Field
                  • JumperName Field
                  • JumperStepID Field
                  • Operation Field
                  • OperationID Field
                  • Points Field
                  • StepType Field
                  • TraceWeight Field
              • ResponderTables.TableLoadPoints
                • Overview
                • Members
                • ResponderTables.TableLoadPoints Constructor
                • Fields
                  • City Field
                  • CriticalCustomerCount Field
                  • CustomerAccount Field
                  • CustomerCount Field
                  • DeviceFCID Field
                  • DeviceOID Field
                  • FirstName Field
                  • ID Field
                  • IncidentDeviceFCID Field
                  • IncidentDeviceOID Field
                  • IncidentID Field
                  • LastName Field
                  • OpenPhases Field
                  • PostalCode Field
                  • PriorityCustomerCount Field
                  • State Field
                  • Street Field
                  • Telephone Field
                  • TimeOutage Field
                  • TimeRestored Field
                  • UserCreated Field
                  • UserUpdated Field
              • ResponderTables.TableLoadPointsHistory
                • Overview
                • Members
                • ResponderTables.TableLoadPointsHistory Constructor
                • Fields
                  • ChangeDate Field
                  • CriticalCustomerCount Field
                  • CustomerAccount Field
                  • CustomerCount Field
                  • DeviceFCID Field
                  • DeviceOID Field
                  • ID Field
                  • IncidentDeviceFCID Field
                  • IncidentDeviceOID Field
                  • IncidentID Field
                  • LoadpointID Field
                  • Operation Field
                  • PriorityCustomerCount Field
                  • TimeOutage Field
                  • TimeRestored Field
                  • UserCreated Field
                  • UserUpdated Field
              • ResponderTables.TableOperations
                • Overview
                • Members
                • ResponderTables.TableOperations Constructor
                • Fields
                  • Context Field
                  • Description Field
                  • DeviceGuid Field
                  • ExecutedBy Field
                  • ExecutedByName Field
                  • FacilityID Field
                  • FCID Field
                  • FeederID Field
                  • ID Field
                  • LineType Field
                  • OID Field
                  • OperationStatus Field
                  • OrderID Field
                  • OwnerState Field
                  • ParentSequenceId Field
                  • Remarks Field
                  • Sequence Field
                  • SubID Field
                  • SubstationID Field
                  • Summary Field
                  • TimeExecuted Field
                  • TimeOwnerApproved Field
                  • Type Field
                  • UserCreated Field
                  • UserUpdated Field
                  • X Field
                  • Y Field
              • ResponderTables.TableOperationsHistory
                • Overview
                • Members
                • ResponderTables.TableOperationsHistory Constructor
                • Fields
                  • ChangeDate Field
                  • Description Field
                  • ExecutedBy Field
                  • ExecutedByName Field
                  • FacilityID Field
                  • FCID Field
                  • FeederID Field
                  • LineType Field
                  • OID Field
                  • Operation Field
                  • OperationID Field
                  • OperationStatus Field
                  • OrderID Field
                  • OwnerState Field
                  • ParentSequenceId Field
                  • Remarks Field
                  • Sequence Field
                  • SubID Field
                  • SubstationID Field
                  • Summary Field
                  • TimeExecuted Field
                  • TimeOwnerApproved Field
                  • Type Field
                  • UserCreated Field
                  • UserUpdated Field
                  • X Field
                  • Y Field
              • ResponderTables.TablePendingEdits
                • Overview
                • Members
                • ResponderTables.TablePendingEdits Constructor
                • Fields
                  • Feature Field
                  • Feeder Field
                  • IncidentID Field
                  • Operation Field
                  • OperationID Field
                  • Region Field
                  • Remarks Field
                  • Substation Field
                  • TimeStarted Field
              • ResponderTables.TablePreviousCalls
                • Overview
                • Members
                • ResponderTables.TablePreviousCalls Constructor
                • Fields
                  • CallbackRequested Field
                  • Cause Field
                  • Duration Field
                  • Hazard Field
                  • ID Field
                  • Remarks Field
                  • TimeOutage Field
                  • TimeReceived Field
                  • TimeRestored Field
                  • Trouble Field
                  • Urgency Field
              • ResponderTables.TablePreviousIncidents
                • Overview
                • Members
                • ResponderTables.TablePreviousIncidents Constructor
                • Fields
                  • Cause Field
                  • ChangeDate Field
                  • Duration Field
                  • Hazard Field
                  • ID Field
                  • RemarksDispatch Field
                  • RemarksField Field
                  • TimeOutage Field
                  • TimeRestored Field
                  • Weather Field
              • ResponderTables.TableRegionAssignments
                • Overview
                • Members
                • ResponderTables.TableRegionAssignments Constructor
                • Fields
                  • ID Field
                  • RegionID Field
                  • UserCreated Field
                  • UserID Field
                  • UserUpdated Field
              • ResponderTables.TableRegionParents
                • Overview
                • Members
                • ResponderTables.TableRegionParents Constructor
                • Fields
                  • Category Field
                  • Name Field
              • ResponderTables.TableRegions
                • Overview
                • Members
                • ResponderTables.TableRegions Constructor
                • Fields
                  • ID Field
                  • Name Field
                  • ParentName Field
              • ResponderTables.TableSimulatedSwitchingOrderLoadpoints
                • Overview
                • Members
                • ResponderTables.TableSimulatedSwitchingOrderLoadpoints Constructor
                • Fields
                  • FCID Field
                  • ID Field
                  • OID Field
                  • OrderID Field
              • ResponderTables.TableSteps
                • Overview
                • Members
                • ResponderTables.TableSteps Constructor
                • Fields
                  • Caption Field
                  • Category Field
                  • Key Field
                  • Rule Field
              • ResponderTables.TableSwitchingLibraryFolders
                • Overview
                • Members
                • ResponderTables.TableSwitchingLibraryFolders Constructor
                • Fields
                  • Id Field
                  • Name Field
                  • ParentFolderId Field
              • ResponderTables.TableSwitchingOrderAffectedLoadpoints
                • Overview
                • Members
                • ResponderTables.TableSwitchingOrderAffectedLoadpoints Constructor
                • Fields
                  • FCID Field
                  • ID Field
                  • OID Field
                  • RequestID Field
                  • UserCreated Field
                  • UserUpdated Field
              • ResponderTables.TableSwitchingOrderFeatures
                • Overview
                • Members
                • ResponderTables.TableSwitchingOrderFeatures Constructor
                • Fields
                  • AffectsEnergization Field
                  • Comments Field
                  • Enabled Field
                  • FacilityID Field
                  • FCID Field
                  • FeederID Field
                  • ID Field
                  • Name Field
                  • OID Field
                  • OperatingVoltage Field
                  • PhaseDesignation Field
                  • Region Field
                  • RequestID Field
                  • SubID Field
                  • Substation Field
                  • Subtype Field
                  • UserCreated Field
                  • UserUpdated Field
                  • X Field
                  • Y Field
              • ResponderTables.TableSwitchingOrderFeaturesHistory
                • Overview
                • Members
                • ResponderTables.TableSwitchingOrderFeaturesHistory Constructor
                • Fields
                  • AffectsEnergization Field
                  • ChangeDate Field
                  • Comments Field
                  • Enabled Field
                  • FacilityID Field
                  • FCID Field
                  • FeatureID Field
                  • FeederID Field
                  • ID Field
                  • Name Field
                  • OID Field
                  • OperatingVoltage Field
                  • Operation Field
                  • PhaseDesignation Field
                  • Region Field
                  • RequestID Field
                  • SubID Field
                  • Substation Field
                  • Subtype Field
                  • UserCreated Field
                  • UserUpdated Field
                  • X Field
                  • Y Field
              • ResponderTables.TableSwitchingOrderRequests
                • Overview
                • Members
                • ResponderTables.TableSwitchingOrderRequests Constructor
                • Fields
                  • CriticalCustomersCount Field
                  • FeederID Field
                  • ID Field
                  • Name Field
                  • OrderID Field
                  • PhoneNumber Field
                  • PlannedBeginTime Field
                  • PlannedEndTime Field
                  • PriorityCustomersCount Field
                  • Reason Field
                  • Reference Field
                  • Region Field
                  • ShortDescription Field
                  • Status Field
                  • TotalCustomersCount Field
                  • UserCreated Field
                  • UserUpdated Field
              • ResponderTables.TableSwitchingOrderRequestsHistory
                • Overview
                • Members
                • ResponderTables.TableSwitchingOrderRequestsHistory Constructor
                • Fields
                  • ChangeDate Field
                  • CriticalCustomersCount Field
                  • FeederID Field
                  • ID Field
                  • Name Field
                  • Operation Field
                  • OrderID Field
                  • PhoneNumber Field
                  • PlannedBeginTime Field
                  • PlannedEndTime Field
                  • PriorityCustomersCount Field
                  • Reason Field
                  • Reference Field
                  • Region Field
                  • RequestID Field
                  • ShortDescription Field
                  • Status Field
                  • TotalCustomersCount Field
                  • UserCreated Field
                  • UserUpdated Field
              • ResponderTables.TableSwitchingOrders
                • Overview
                • Members
                • ResponderTables.TableSwitchingOrders Constructor
                • Fields
                  • ApprovedBy Field
                  • CreatedBy Field
                  • FolderId Field
                  • ID Field
                  • IncidentID Field
                  • MinCurrentReserve Field
                  • Name Field
                  • Ranking Field
                  • Region Field
                  • Remarks Field
                  • RequestedBy Field
                  • Status Field
                  • TimeApproved Field
                  • TimeBegin Field
                  • TimeCreated Field
                  • TimeEnd Field
                  • TimeRequested Field
                  • Type Field
                  • UserCreated Field
                  • UserUpdated Field
              • ResponderTables.TableSwitchingOrdersHistory
                • Overview
                • Members
                • ResponderTables.TableSwitchingOrdersHistory Constructor
                • Fields
                  • ApprovedBy Field
                  • ChangeDate Field
                  • CreatedBy Field
                  • FolderId Field
                  • IncidentID Field
                  • Name Field
                  • Operation Field
                  • Region Field
                  • Remarks Field
                  • RequestedBy Field
                  • Status Field
                  • SwitchingOrderID Field
                  • TimeApproved Field
                  • TimeBegin Field
                  • TimeCreated Field
                  • TimeEnd Field
                  • TimeRequested Field
                  • Type Field
                  • UserCreated Field
                  • UserUpdated Field
              • ResponderTables.TableTagAndGroundSteps
                • Overview
                • Members
                • ResponderTables.TableTagAndGroundSteps Constructor
                • Fields
                  • Action Field
                  • Description Field
                  • FacilityID Field
                  • FCID Field
                  • Ground Field
                  • ID Field
                  • OID Field
                  • OperationID Field
                  • Phases Field
                  • Sequence Field
                  • TagGuid Field
                  • TagID1 Field
                  • TagID2 Field
                  • TagID3 Field
                  • TagType Field
                  • UserCreated Field
                  • UserUpdated Field
              • ResponderTables.TableTagGroundStepsHistory
                • Overview
                • Members
                • ResponderTables.TableTagGroundStepsHistory Constructor
                • Fields
                  • Action Field
                  • ChangeDate Field
                  • Ground Field
                  • Operation Field
                  • OperationID Field
                  • Phases Field
                  • TagAndGroundStepID Field
                  • TagGuid Field
                  • TagID1 Field
                  • TagID2 Field
                  • TagID3 Field
                  • TagType Field
                  • UserCreated Field
                  • UserUpdated Field
              • ResponderTables.TableTagsAndGrounds
                • Overview
                • Members
                • ResponderTables.TableTagsAndGrounds Constructor
                • Fields
                  • FacilityID Field
                  • FCID Field
                  • Ground Field
                  • ID Field
                  • OID Field
                  • Origination Field
                  • Owner Field
                  • OwnerName Field
                  • Phases Field
                  • Region Field
                  • Remarks Field
                  • SubID Field
                  • Summary Field
                  • TagGuid Field
                  • TagID1 Field
                  • TagID2 Field
                  • TagID3 Field
                  • TagType Field
                  • TimePlaced Field
                  • TimeRemoved Field
                  • UserCreated Field
                  • UserUpdated Field
                  • X Field
                  • Y Field
              • ResponderTables.TableTagsAndGroundsHistory
                • Overview
                • Members
                • ResponderTables.TableTagsAndGroundsHistory Constructor
                • Fields
                  • ChangeDate Field
                  • FacilityID Field
                  • FCID Field
                  • Ground Field
                  • ID Field
                  • OID Field
                  • Operation Field
                  • Origination Field
                  • Owner Field
                  • OwnerName Field
                  • Phases Field
                  • Region Field
                  • Remarks Field
                  • SubID Field
                  • Summary Field
                  • TagAndGroundID Field
                  • TagGuid Field
                  • TagID1 Field
                  • TagID2 Field
                  • TagID3 Field
                  • TagType Field
                  • TimePlaced Field
                  • TimeRemoved Field
                  • UserCreated Field
                  • UserUpdated Field
                  • X Field
                  • Y Field
              • ResponderTables.TableTrucks
                • Overview
                • Members
                • ResponderTables.TableTrucks Constructor
                • Fields
                  • Company Field
                  • CrewID Field
                  • ID Field
                  • Number Field
                  • Radio1 Field
                  • Radio2 Field
                  • Region Field
                  • Status Field
                  • TruckType Field
                  • UserCreated Field
                  • UserUpdated Field
              • ResponderTables.TableTrucksHistory
                • Overview
                • Members
                • ResponderTables.TableTrucksHistory Constructor
                • Fields
                  • ChangeDate Field
                  • Company Field
                  • CrewID Field
                  • ID Field
                  • Number Field
                  • Operation Field
                  • Radio1 Field
                  • Radio2 Field
                  • Region Field
                  • Status Field
                  • TruckID Field
                  • TruckType Field
                  • UserCreated Field
                  • UserUpdated Field
              • ResponderTables.TableUsers
                • Overview
                • Members
                • ResponderTables.TableUsers Constructor
                • Fields
                  • FirstName Field
                  • ID Field
                  • IsAnonymous Field
                  • LastActivityDate Field
                  • LastExplorerLoginDate Field
                  • LastName Field
                  • NTUserName Field
                  • UserCreated Field
                  • UserLocDept Field
                  • UserUpdated Field
              • RxApp
                • Overview
                • Members
                • Methods
                  • GetService Method
                    • GetService(Type) Method
                    • GetService<TService>() Method
                • Properties
                  • IsArcMapRunning Property
                  • IsExplorerRunning Property
                  • Services Property
                • Fields
                  • ArchiveExplorerAppID Field
                  • ArcMapAppID Field
                  • ExplorerAppID Field
              • RxDb
                • Overview
                • Members
                • Methods
                  • Purge Method
                  • TransformConfigurator Method
                • Properties
                  • Configurator Property
                  • IsEfmEnabled Property
                  • RelationRepresents Property
                  • Relations Property
                  • TableRepresents Property
                  • Tables Property
                • Events
                  • ConfiguratorResolve Event
                  • ConfiguratorTransform Event
              • SerializationKeys
                • Overview
                • Members
                • Fields
                  • CloseDevicePhases Field
              • SubmitRuleException
                • Overview
                • Members
                • SubmitRuleException Constructor
                  • SubmitRuleException Constructor()
                  • SubmitRuleException Constructor(String)
                  • SubmitRuleException Constructor(String,Boolean)
                  • SubmitRuleException Constructor(String,Exception)
                  • SubmitRuleException Constructor(String,Exception,Boolean)
                  • SubmitRuleException Constructor(SerializationInfo,StreamingContext)
              • SwitchingOrderStatus
                • Overview
                • Members
                • Fields
                  • ApprovalDenied Field
                  • Approved Field
                  • Created Field
                  • Executed Field
                  • InExecution Field
                  • PendingApproval Field
              • SwitchingOrderType
                • Overview
                • Members
                • Fields
                  • ReExecutionSteps Field
                  • RestorationSteps Field
                  • SwitchingOrder Field
                  • TaskSnippets Field
                  • Template Field
              • TagAction
                • Overview
                • Members
                • Fields
                  • Place Field
                  • Remove Field
              • TagOrigination
                • Overview
                • Members
                • Fields
                  • DMS Field
                  • Manual Field
                  • SCADA Field
                  • SwitchingOrder Field
              • TagType
                • Overview
                • Members
                • Fields
                  • DoNotClose Field
                  • DoNotEnergize Field
                  • DoNotIsolate Field
                  • DoNotOpen Field
                  • DoNotOperate Field
                  • FutureWorkRequired Field
                  • Information Field
              • Title
                • Overview
                • Members
                • Fields
                  • ControlEquipTech Field
                  • CrewLeader Field
                  • ElectronicTech Field
                  • EngineeringTech Field
                  • JourneymanLineman Field
                  • LeadTreeTrimmer Field
                  • LineForeman Field
                  • Lineman Field
                  • MeteringTech Field
                  • ProjectEngineer Field
                  • StakingTech Field
                  • SubstationMaintTech Field
                  • TractorOperator Field
              • TruckCompany
                • Overview
                • Members
                • Fields
                  • AcmeElectric Field
                  • MyCompany Field
                  • Unknown Field
              • TruckStatus
                • Overview
                • Members
                • Fields
                  • NonOperational Field
                  • Operational Field
              • TruckType
                • Overview
                • Members
                • Fields
                  • All Field
                  • BucketTruckLarge Field
                  • BucketTruckMedium Field
                  • BucketTruckSmall Field
                  • Car Field
                  • DiggerTruck Field
                  • LineTruckLight Field
                  • LineTruckMediumHeavy Field
                  • PickupTruck Field
                  • Tractor Field
                  • Trailer Field
                  • Van Field
              • UseQueryServicesAttribute
                • Overview
                • Members
                • UseQueryServicesAttribute Constructor
                • Methods
                  • HasThisAttribute Method
                • Properties
                  • QsCanOnlyExecuteifCached Property
              • UserInputManager
                • Overview
                • Members
                • Methods
                  • AddRowGrouperProperty Method
                  • AddUserInputsToParentControl Method
                  • ClearUserInput Method
                  • ClearUserInputs Method
                  • ConvertTimeRangeInputToProperTimeMode Method
                  • CreateUserControl Method
                  • CreateUserInput Method
                    • CreateUserInput(CustomTypeConfig,IDictionary,Boolean) Method
                    • CreateUserInput(String,IDictionary,Boolean) Method
                  • GetDescription Method
                    • GetDescription(CustomTypeConfig[]) Method
                    • GetDescription(CustomTypeConfig[],IDictionary) Method
                  • GetUserInput Method
                    • GetUserInput(CustomTypeConfig[],IDictionary) Method
                    • GetUserInput(String,IDictionary) Method
                    • GetUserInput(IUserInput[]) Method
                  • GetUserInputProperties Method
                  • GetUserInputs Method
                  • GetUserInputType Method
                  • RefreshUserInputValues Method
                  • ValidateUserInputControl Method
                • Properties
                  • Assembly Property
                  • Properties Property
                • Fields
                  • RowGrouperPropertyName Field
              • UtilityType
                • Overview
                • Members
                • Fields
                  • Cable Field
                  • Electric Field
                  • Gas Field
                  • Water Field
              • Weather
                • Overview
                • Members
                • Fields
                  • Hurricane Field
                  • IceStorm Field
                  • Other Field
                  • SnowStorm Field
                  • Thunderstorm Field
                  • Tornado Field
                  • Unknown Field
              • WeatherRus
                • Overview
                • Members
                • Fields
                  • ClearCalm Field
                  • ExtremeCold Field
                  • ExtremeHeat Field
                  • Ice Field
                  • Lightning Field
                  • Rain Field
                  • Sleet Field
                  • Snow Field
                  • Unknown Field
                  • WeatherOther Field
                  • Wind Field
              • XYPointPointCollectionHelper
                • Overview
                • Members
                • Methods
                  • GetCordinates Method
                  • SetCordinates Method
              • YesNo
                • Overview
                • Members
                • Fields
                  • No Field
                  • Yes Field
            • Enumerations
              • StaggeredRestartNotificationType
              • TimePeriod
            • Structures
              • TimeInterval
                • Overview
                • Members
                • TimeInterval Constructor
                • Fields
                  • Begin Field
                  • End Field
            • Interfaces
              • IAttributeInput
                • Overview
                • Members
              • ICustomerInput
                • Overview
                • Members
              • IDataRequest
                • Overview
                • Members
                • Methods
                  • Execute Method
              • IDataServices
                • Overview
                • Members
                • Methods
                  • ExecuteRequest Method
                  • Submit Method
                  • SubmitAndForget Method
              • IDateTimeInput
                • Overview
                • Members
              • IDescriptionInput
                • Overview
                • Members
              • IDeviceFacIdInput
                • Overview
                • Members
              • IDeviceOidInput
                • Overview
                • Members
              • IDeviceTypeInput
                • Overview
                • Members
              • IDurationInput
                • Overview
                • Members
              • IFilterDataRequest
                • Overview
                • Members
                • Properties
                  • Filter Property
              • IGroupSelectionInput
                • Overview
                • Members
              • IIncidentDateRangeInput
                • Overview
                • Members
              • IIncidentDurationInput
                • Overview
                • Members
              • IIncidentFeederInput
                • Overview
                • Members
              • IIncidentIdInput
                • Overview
                • Members
              • IIncludeMedInput
                • Overview
                • Members
              • IOptionsSelectionInput
                • Overview
                • Members
              • IParameterDataRequest
                • Overview
                • Members
                • Properties
                  • Properties Property
              • IRegionsInput
                • Overview
                • Members
              • ISelectCustomersInput
                • Overview
                • Members
              • IUserInput
                • Overview
                • Members
                • Methods
                  • Initialize Method
                • Properties
                  • Description Property
                  • Properties Property
              • IValidateUserInput
                • Overview
                • Members
                • Methods
                  • Validate Method
              • MulticastCreator.IMulticastSender
                • Overview
                • Members
                • Methods
                  • IsValid Method
                  • Send Method
                    • Send(Object) Method
                    • Send(MemoryStream) Method
                    • Send(Byte[]) Method
            • Delegates
              • ArchiveDb.ConfiguratorResolveEventHandler
              • RxDb.ConfiguratorResolveEventHandler
          • Miner.Responder.Shared.Channels Namespace
            • Overview
            • Classes
              • CompressionClientSink
                • Overview
                • Members
                • CompressionClientSink Constructor
                • Methods
                  • AsyncProcessRequest Method
                  • AsyncProcessResponse Method
                  • GetRequestStream Method
                  • ProcessMessage Method
                • Properties
                  • NextChannelSink Property
              • CompressionClientSinkProvider
                • Overview
                • Members
                • CompressionClientSinkProvider Constructor
                  • CompressionClientSinkProvider Constructor()
                  • CompressionClientSinkProvider Constructor(IDictionary,ICollection)
                • Methods
                  • CreateSink Method
                • Properties
                  • Next Property
              • CompressionHelper
                • Overview
                • Members
                • CompressionHelper Constructor
                • Methods
                  • GetCompressedStreamCopy Method
                  • GetUncompressedStreamCopy Method
              • CompressionServerSink
                • Overview
                • Members
                • CompressionServerSink Constructor
                • Methods
                  • AsyncProcessResponse Method
                  • GetResponseStream Method
                  • ProcessMessage Method
                • Properties
                  • NextChannelSink Property
              • CompressionServerSinkProvider
                • Overview
                • Members
                • CompressionServerSinkProvider Constructor
                  • CompressionServerSinkProvider Constructor()
                  • CompressionServerSinkProvider Constructor(IDictionary,ICollection)
                • Methods
                  • CreateSink Method
                  • GetChannelData Method
                • Properties
                  • Next Property
              • DoEventsClientChannelSink
                • Overview
                • Members
                • DoEventsClientChannelSink Constructor
                • Methods
                  • AsyncProcessRequest Method
                  • AsyncProcessResponse Method
                  • GetRequestStream Method
                  • ProcessMessage Method
                • Properties
                  • NextChannelSink Property
              • DoEventsClientChannelSinkProvider
                • Overview
                • Members
                • DoEventsClientChannelSinkProvider Constructor
                  • DoEventsClientChannelSinkProvider Constructor()
                  • DoEventsClientChannelSinkProvider Constructor(IDictionary,ICollection)
                • Methods
                  • CreateSink Method
                • Properties
                  • Next Property
          • Miner.Responder.Shared.Channels.Ipc Namespace
            • Overview
            • Classes
              • SessionIpcChannel
                • Overview
                • Members
                • SessionIpcChannel Constructor
                  • SessionIpcChannel Constructor()
                  • SessionIpcChannel Constructor(String)
                  • SessionIpcChannel Constructor(IDictionary,IClientChannelSinkProvider,IServerChannelSinkProvider)
          • Miner.Responder.Shared.Channels.MSMQ Namespace
            • Overview
            • Classes
              • CallContextData
                • Overview
                • Members
                • CallContextData Constructor
                  • CallContextData Constructor()
                  • CallContextData Constructor(String)
                • Methods
                  • AddProperty Method
                  • GetProperty Method
                  • RemoveProperty Method
                • Properties
                  • CallContextProperties Property
                  • Value Property
              • CallContextData.Values
                • Overview
                • Members
                • Fields
                  • Client Field
                  • ForceRollupOfHazards Field
                  • Mobile Field
                  • Origination Field
                  • Service Field
              • IdentityClientSink
                • Overview
                • Members
                • IdentityClientSink Constructor
                • Methods
                  • AsyncProcessMessage Method
                  • AsyncProcessRequest Method
                  • AsyncProcessResponse Method
                  • GetRequestStream Method
                  • ProcessMessage Method
                  • SyncProcessMessage Method
                • Properties
                  • NextChannelSink Property
                  • NextSink Property
              • IdentityClientSinkProvider
                • Overview
                • Members
                • IdentityClientSinkProvider Constructor
                  • IdentityClientSinkProvider Constructor()
                  • IdentityClientSinkProvider Constructor(IDictionary,ICollection)
                • Methods
                  • CreateSink Method
                • Properties
                  • Next Property
              • IdentityServerSink
                • Overview
                • Members
                • IdentityServerSink Constructor
                • Methods
                  • AsyncProcessResponse Method
                  • GetResponseStream Method
                  • ProcessMessage Method
                • Properties
                  • NextChannelSink Property
              • IdentityServerSinkProvider
                • Overview
                • Members
                • IdentityServerSinkProvider Constructor
                  • IdentityServerSinkProvider Constructor()
                  • IdentityServerSinkProvider Constructor(IDictionary,ICollection)
                • Methods
                  • CreateSink Method
                  • GetChannelData Method
                • Properties
                  • Next Property
              • IdentityUtil
                • Overview
                • Members
                • Methods
                  • CaptureIdentity Method
                  • RetrieveIdentity Method
              • MessageExpirationAttribute
                • Overview
                • Members
                • MessageExpirationAttribute Constructor
                  • MessageExpirationAttribute Constructor(String)
                  • MessageExpirationAttribute Constructor(String,String)
                • Methods
                  • Get Method
                    • Get(MethodBase) Method
                    • Get(IMethodCallMessage) Method
                • Properties
                  • TimeToBeReceived Property
                  • TimeToReachQueue Property
              • MSMQChannel
                • Overview
                • Members
                • MSMQChannel Constructor
                  • MSMQChannel Constructor()
                  • MSMQChannel Constructor(IDictionary,IClientChannelSinkProvider,IServerChannelSinkProvider)
                • Methods
                  • CreateMessageSink Method
                  • GetUrlsForUri Method
                  • Parse Method
                  • StartListening Method
                  • StopListening Method
                • Properties
                  • ChannelData Property
                  • ChannelName Property
                  • ChannelPriority Property
              • MSMQChannelData
                • Overview
                • Members
                • MSMQChannelData Constructor
                  • MSMQChannelData Constructor(String,ITransportHeaders,Stream,String)
                  • MSMQChannelData Constructor(String,ITransportHeaders,Stream)
                • Methods
                  • Combine Method
                  • CreateMultipart Method
                  • GetStream Method
                • Properties
                  • Data Property
                  • Headers Property
                  • Label Property
                  • MultipartCount Property
                  • MultipartIndex Property
                  • URI Property
              • MSMQChannelException
                • Overview
                • Members
                • MSMQChannelException Constructor
                  • MSMQChannelException Constructor()
                  • MSMQChannelException Constructor(String)
                  • MSMQChannelException Constructor(String,Exception)
                  • MSMQChannelException Constructor(SerializationInfo,StreamingContext)
              • MSMQClientChannel
                • Overview
                • Members
                • MSMQClientChannel Constructor
                  • MSMQClientChannel Constructor()
                  • MSMQClientChannel Constructor(IDictionary,IClientChannelSinkProvider)
                • Methods
                  • CreateMessageSink Method
                  • Parse Method
                • Properties
                  • ChannelName Property
                  • ChannelPriority Property
                  • CustomProperties Property
              • MSMQClientTransportSink
                • Overview
                • Members
                • MSMQClientTransportSink Constructor
                • Methods
                  • AsyncProcessRequest Method
                  • AsyncProcessResponse Method
                  • GetRequestStream Method
                  • ProcessMessage Method
                • Properties
                  • NextChannelSink Property
              • MSMQServerChannel
                • Overview
                • Members
                • MSMQServerChannel Constructor
                  • MSMQServerChannel Constructor()
                  • MSMQServerChannel Constructor(IDictionary,IServerChannelSinkProvider)
                • Methods
                  • GetUrlsForUri Method
                  • Parse Method
                  • StartListening Method
                  • StopListening Method
                  • UseDedicatedMtaThreadForMessageProcessing Method
                • Properties
                  • AutoCreateQueues Property
                  • ChannelData Property
                  • ChannelName Property
                  • ChannelPriority Property
                  • CustomProperties Property
                  • QueueName Property
                  • SynchronizingObject Property
                  • UseAuthentication Property
                  • WorkQueue Property
              • RemoteObjectNotAvailableException
                • Overview
                • Members
                • RemoteObjectNotAvailableException Constructor
                  • RemoteObjectNotAvailableException Constructor()
                  • RemoteObjectNotAvailableException Constructor(String)
                  • RemoteObjectNotAvailableException Constructor(String,Exception)
                  • RemoteObjectNotAvailableException Constructor(SerializationInfo,StreamingContext)
              • RequestContext
                • Overview
                • Members
                • RequestContext Constructor
                • Properties
                  • AttemptCount Property
                  • CurrentRequestContext Property
                  • IsDoomed Property
                  • Properties Property
                • Fields
                  • DataSlotName Field
              • RequestContext.PropertyNames
                • Overview
                • Members
                • RequestContext.PropertyNames Constructor
                • Fields
                  • RequestID Field
                  • RequestPriority Field
              • StructConverter
                • Overview
                • Members
                • Methods
                  • GetBytes<T> Method
                  • ToStruct Method
                    • ToStruct(Byte[],Type) Method
                    • ToStruct(Byte[],Type,Int32) Method
                    • ToStruct<T>(Byte[]) Method
                    • ToStruct<T>(Byte[],Int32) Method
            • Enumerations
              • MSMQChannel.QueueType
          • Miner.Responder.Shared.Channels.Tcp Namespace
            • Overview
            • Classes
              • TcpChannel
                • Overview
                • Members
                • TcpChannel Constructor
                  • TcpChannel Constructor()
                  • TcpChannel Constructor(IDictionary,IClientChannelSinkProvider,IServerChannelSinkProvider)
                • Methods
                  • CreateMessageSink Method
          • Miner.Responder.Shared.Configuration Namespace
            • Overview
            • Classes
              • ClientSystemConfiguration
                • Overview
                • Members
                • Methods
                  • GetValue Method
                  • GetValueAsBoolean Method
                • Properties
                  • CurrentArchiveExplorerCulture Property
                  • CurrentResponderExplorerCulture Property
              • GenericProviderFeatureSection
                • Overview
                • Members
                • GenericProviderFeatureSection Constructor
              • ProviderFeatureSection
                • Overview
                • Members
                • Properties
                  • DefaultProvider Property
                  • Properties Property
                  • Providers Property
              • ProviderInformationSetting
                • Overview
                • Members
                • Methods
                  • AddService Method
              • ProviderInitializedEventArgs<TProvider>
                • Overview
                • Members
                • ProviderInitializedEventArgs<TProvider> Constructor
                • Properties
                  • Provider Property
              • ProvidersConfigurationEventArgs
                • Overview
                • Members
                • ProvidersConfigurationEventArgs Constructor
                  • ProvidersConfigurationEventArgs Constructor()
                  • ProvidersConfigurationEventArgs Constructor(Type,String)
                • Properties
                  • DefaultProviderName Property
                  • ProviderSettingsCollection Property
                  • ProviderType Property
                  • SectionName Property
              • ProvidersHelper
                • Overview
                • Members
                • Methods
                  • InstantiateProviders<TProvider> Method
                  • TryCast<T> Method
              • QueryServiceSetting
                • Overview
                • Members
                • QueryServiceSetting Constructor
                • Methods
                  • CreateClientUrl Method
                • Fields
                  • Enabled Field
                  • Port Field
                  • QueryTimeout Field
                  • RevivalInterval Field
                  • ReviveOnFailure Field
                  • Server Field
          • Miner.Responder.Shared.DataTransferObjects Namespace
            • Overview
            • Classes
              • FeatureID
                • Overview
                • Members
                • FeatureID Constructor
                  • FeatureID Constructor()
                  • FeatureID Constructor(Int32,Int32,Int32)
                  • FeatureID Constructor(IFeatureID)
                • Methods
                  • Equals Method
                    • Equals(FeatureID) Method
                    • Equals(Object) Method
                  • GetHashCode Method
                  • IsEmpty Method
                  • Parse Method
                    • Parse(String,IFormatProvider) Method
                    • Parse(String) Method
                  • ParseVerbose Method
                  • ToSqlString Method
                  • ToString Method
                • Properties
                  • Empty Property
                  • FCID Property
                  • OID Property
                  • SubID Property
                • Fields
                  • DefaultSubID Field
                • Operators
                  • Equality Operator
                  • Inequality Operator
              • FeatureLoaderCriteria<T>
                • Overview
                • Members
                • FeatureLoaderCriteria<T> Constructor
                  • FeatureLoaderCriteria<T> Constructor(IEnumerable<T>,String,String,String)
                  • FeatureLoaderCriteria<T> Constructor(IEnumerable<T>,String,String,String,T)
                • Properties
                  • QuerySuffix Property
                  • Threshold Property
          • Miner.Responder.Shared.EventPayloads Namespace
            • Overview
            • Classes
              • SubmitCompleted
                • Overview
                • Members
                • SubmitCompleted Constructor
                • Methods
                  • ToString Method
                • Properties
                  • Result Property
                  • SubmitID Property
            • Enumerations
              • SubmitResult
          • Miner.Responder.Shared.Exceptions Namespace
            • Overview
            • Classes
              • DuplicateLoadpointInsertException
                • Overview
                • Members
                • DuplicateLoadpointInsertException Constructor
                  • DuplicateLoadpointInsertException Constructor(Exception)
                  • DuplicateLoadpointInsertException Constructor(SerializationInfo,StreamingContext)
              • IncidentNotArchivedException
                • Overview
                • Members
                • IncidentNotArchivedException Constructor
                  • IncidentNotArchivedException Constructor(String)
                  • IncidentNotArchivedException Constructor(SerializationInfo,StreamingContext)
              • IncidentNotFound
                • Overview
                • Members
                • IncidentNotFound Constructor
                  • IncidentNotFound Constructor()
                  • IncidentNotFound Constructor(SerializationInfo,StreamingContext)
              • NotAllCallsArchivedException
                • Overview
                • Members
                • NotAllCallsArchivedException Constructor
                  • NotAllCallsArchivedException Constructor(String)
                  • NotAllCallsArchivedException Constructor(SerializationInfo,StreamingContext)
              • OperationCanNotBeinthePast
                • Overview
                • Members
                • OperationCanNotBeinthePast Constructor
                  • OperationCanNotBeinthePast Constructor()
                  • OperationCanNotBeinthePast Constructor(DateTime,DateTime)
                  • OperationCanNotBeinthePast Constructor(String)
                  • OperationCanNotBeinthePast Constructor(SerializationInfo,StreamingContext)
              • OperationNotAllowedException
                • Overview
                • Members
                • OperationNotAllowedException Constructor
                  • OperationNotAllowedException Constructor(String)
                  • OperationNotAllowedException Constructor(SerializationInfo,StreamingContext)
              • ServerConfigurationException
                • Overview
                • Members
                • ServerConfigurationException Constructor
                  • ServerConfigurationException Constructor(String)
                  • ServerConfigurationException Constructor(String,Exception)
                  • ServerConfigurationException Constructor(SerializationInfo,StreamingContext)
              • UnexpectedDeviceStateException
                • Overview
                • Members
                • UnexpectedDeviceStateException Constructor
                  • UnexpectedDeviceStateException Constructor(String)
                  • UnexpectedDeviceStateException Constructor(SerializationInfo,StreamingContext)
          • Miner.Responder.Shared.Extensions Namespace
            • Overview
            • Classes
              • DataExtensions
                • Overview
                • Members
                • Methods
                  • AsEnumerable Method
                  • Rows Method
                  • TryParseGuid Method
              • DataRowExtensions
                • Overview
                • Members
                • Methods
                  • CascadeDelete Method
                  • HasValueChanged Method
                  • IsNullOrEmpty Method
                  • IsTableName Method
                    • IsTableName(DataRow,String) Method
                    • IsTableName(DataRow,ResponderTable) Method
              • DataTableExtensions
                • Overview
                • Members
                • Methods
                  • Copy Method
                  • IsTableName Method
              • DomainExtensions
                • Overview
                • Members
                • Methods
                  • GetDomainName Method
              • EnumerableExtensions
                • Overview
                • Members
                • Methods
                  • AddOrAppend<TK,TV> Method
                  • AddRange Method
                    • AddRange<TK,TV>(Dictionary<TK,TV>,IEnumerable<KeyValuePair<TK,TV>>) Method
                    • AddRange<T>(ICollection<T>,IEnumerable<T>) Method
                  • ForEach<T> Method
                  • IsNullOrEmpty Method
                    • IsNullOrEmpty<T>(IEnumerable<T>) Method
                    • IsNullOrEmpty(IEnumerable) Method
                    • IsNullOrEmpty<TK,TV>(IDictionary<TK,TV>) Method
                  • JoinToString Method
                    • JoinToString<T>(IEnumerable<T>,String) Method
                    • JoinToString(IEnumerable,String) Method
                  • LimitGroupSize<T> Method
                  • RandomOrder<T> Method
                  • Split<T> Method
              • EnumerableExtensions.ThreadSafeRandom
                • Overview
                • Members
                • Properties
                  • Current Property
              • EventExtensions
                • Overview
                • Members
                • Methods
                  • Raise Method
                    • Raise(EventHandler,Object,ISynchronizeInvoke) Method
                    • Raise<T>(EventHandler,Object,T,ISynchronizeInvoke) Method
                    • Raise<T>(EventHandler<T>,Object,ISynchronizeInvoke) Method
                    • Raise<T>(EventHandler<T>,Object,T,ISynchronizeInvoke) Method
              • Extensions
                • Overview
                • Members
                • Methods
                  • IfNotNull<T> Method
              • Logging
                • Overview
                • Members
                • Methods
                  • ErrorFormatWithEventId Method
                  • ErrorWithEventId Method
                    • ErrorWithEventId(ILog,Int32,Exception) Method
                    • ErrorWithEventId(ILog,Int32,String,Exception) Method
                  • WarnFormatWithEventId Method
                  • WarnWithEventId Method
                    • WarnWithEventId(ILog,Int32,Exception) Method
                    • WarnWithEventId(ILog,Int32,String) Method
                    • WarnWithEventId(ILog,Int32,String,Exception) Method
                • Properties
                  • Log Property
                • Fields
                  • ArchiveIncompleteCustomerData Field
                  • CouldNotFindFeatureClass Field
                  • DataOutOfDate Field
                  • DataTruncateWarning Field
                  • DeletedExpiredLocks Field
                  • DeviceNotFoundOrMissing Field
                  • DuplicateFeederId Field
                  • ExcededMemoryThreshold Field
                  • ExceededRetryEvent Field
                  • FailedToLoadAssembly Field
                  • FatalError Field
                  • GeoDbTimeOut Field
                  • IncidentAlreadyExistsEvent Field
                  • IncidentNotArchivedEvent Field
                  • MultipleFeedPathsFound Field
                  • NetworkLocksFailed Field
                  • NoFeedPathFound Field
                  • NotAllCallsArchivedEvent Field
                  • OutOfMemory Field
                  • ProcessFailedToStart Field
                  • ProcessQuitUnexpectedly Field
                  • Provider Field
                  • PubSubError Field
                  • RetryEvent Field
                  • SubmitRuleException Field
                  • TimeOutException Field
                  • UnconfirmedNestedDevice Field
                  • UnhandledException Field
              • PhaseExtensions
                • Overview
                • Members
                • Methods
                  • GetPhaseName Method
              • StringExtensions
                • Overview
                • Members
                • Methods
                  • Equivalent Method
                  • FormatWith Method
                    • FormatWith(String,Object[]) Method
                    • FormatWith(String,IFormatProvider,Object[]) Method
          • Miner.Responder.Shared.Filters Namespace
            • Overview
            • Classes
              • AttributeFilter
                • Overview
                • Members
                • AttributeFilter Constructor
                • Methods
                  • GetFilter Method
              • ClosedIncidentDevicesFilter
                • Overview
                • Members
                • ClosedIncidentDevicesFilter Constructor
                • Methods
                  • GetFilter Method
              • ClosedIncidentsFilter
                • Overview
                • Members
                • ClosedIncidentsFilter Constructor
                • Methods
                  • GetFilter Method
              • CustomerFilter
                • Overview
                • Members
                • CustomerFilter Constructor
                • Methods
                  • GetFilter Method
              • DateTimeFilter
                • Overview
                • Members
                • DateTimeFilter Constructor
                • Methods
                  • GetFilter Method
              • DeviceFacIDFilter
                • Overview
                • Members
                • DeviceFacIDFilter Constructor
                • Methods
                  • GetFilter Method
              • DeviceOIDFilter
                • Overview
                • Members
                • DeviceOIDFilter Constructor
                • Methods
                  • GetFilter Method
              • DeviceTypeFilter
                • Overview
                • Members
                • DeviceTypeFilter Constructor
                • Methods
                  • GetFilter Method
              • FilterBase
                • Overview
                • Members
                • Methods
                  • GetFilter Method
                  • HasValidProperty Method
                • Properties
                  • Properties Property
              • IncidentCustomerCountFilter
                • Overview
                • Members
                • IncidentCustomerCountFilter Constructor
                • Methods
                  • GetFilter Method
              • IncidentDateCreatedFilter
                • Overview
                • Members
                • IncidentDateCreatedFilter Constructor
                • Methods
                  • GetFilter Method
              • IncidentDateRangeFilter
                • Overview
                • Members
                • IncidentDateRangeFilter Constructor
                • Methods
                  • GetFilter Method
              • IncidentDurationFilter
                • Overview
                • Members
                • IncidentDurationFilter Constructor
                • Methods
                  • GetFilter Method
              • IncidentFeederFilter
                • Overview
                • Members
                • IncidentFeederFilter Constructor
                • Methods
                  • GetFilter Method
              • IncidentIDFilter
                • Overview
                • Members
                • IncidentIDFilter Constructor
                • Methods
                  • GetFilter Method
              • RegionsFilter
                • Overview
                • Members
                • RegionsFilter Constructor
                • Methods
                  • GetFilter Method
              • TagDateRangeFilter
                • Overview
                • Members
                • TagDateRangeFilter Constructor
                • Methods
                  • GetFilter Method
          • Miner.Responder.Shared.Interfaces Namespace
            • Overview
            • Interfaces
              • ICultureAware
                • Overview
                • Members
                • Properties
                  • CurrentCulture Property
              • IExplorerDataSubmit
                • Overview
                • Members
                • Methods
                  • Submit Method
                    • Submit(DataSet) Method
                    • Submit(DataSet,Boolean,Boolean) Method
              • IFeatureID
                • Overview
                • Members
                • Properties
                  • FCID Property
                  • OID Property
                  • SubID Property
              • IFilter
                • Overview
                • Members
                • Methods
                  • GetFilter Method
                • Properties
                  • Properties Property
              • IFilterManager
                • Overview
                • Members
                • Methods
                  • CreateFilter Method
                    • CreateFilter(CustomTypeConfig,IDictionary) Method
                    • CreateFilter(String,IDictionary) Method
                  • GetFilter Method
                    • GetFilter(String,DataSyntax,IDictionary) Method
                    • GetFilter(CustomTypeConfig[],DataSyntax,IDictionary) Method
              • IJumperFeatureID
                • Overview
                • Members
                • Properties
                  • Coordinates Property
              • IMobileService
                • Overview
                • Members
                • Methods
                  • Enabled Method
                  • Remove Method
                  • RemoveCrew Method
                  • Submit Method
              • IShowReport
                • Overview
                • Members
                • Methods
                  • ShowReport Method
              • IUserDateTimeInput
                • Overview
                • Members
                • Properties
                  • PropertiesWithoutTimeValidation Property
              • IUserInputManager
                • Overview
                • Members
                • Methods
                  • AddRowGrouperProperty Method
                  • ClearUserInput Method
                  • ClearUserInputs Method
                  • CreateUserInput Method
                    • CreateUserInput(CustomTypeConfig,IDictionary,Boolean) Method
                    • CreateUserInput(String,IDictionary,Boolean) Method
                  • GetDescription Method
                    • GetDescription(CustomTypeConfig[]) Method
                    • GetDescription(CustomTypeConfig[],IDictionary) Method
                  • GetUserInput Method
                    • GetUserInput(CustomTypeConfig[],IDictionary) Method
                    • GetUserInput(String,IDictionary) Method
                  • GetUserInputProperties Method
                  • GetUserInputs Method
                  • RefreshUserInputValues Method
                • Properties
                  • Properties Property
          • Miner.Responder.Shared.ObjectLoggers Namespace
            • Overview
            • Classes
              • FileObjectLogger
                • Overview
                • Members
                • Methods
                  • Write Method
              • NullObjectLogger
                • Overview
                • Members
                • NullObjectLogger Constructor
                • Methods
                  • Write Method
              • ObjectLog
                • Overview
                • Members
                • Methods
                  • GetLogger Method
                • Fields
                  • LoggerRequestContextName Field
                  • LoggingEnabled Field
                  • NullLogger Field
            • Interfaces
              • IObjectLogger
                • Overview
                • Members
                • Methods
                  • Write Method
          • Miner.Responder.Shared.Remoting Namespace
            • Overview
            • Classes
              • Chain
                • Overview
                • Members
                • Methods
                  • ExecuteRequest Method
                  • Submit Method
                  • SubmitAndForget Method
                • Properties
                  • Next Property
                • Fields
                  • Log Field
              • RemotingSharedMethods
                • Overview
                • Members
                • RemotingSharedMethods Constructor
          • Miner.Responder.Shared.Replication Namespace
            • Overview
            • Classes
              • CachingFeatureIdentificationProvider
                • Overview
                • Members
                • Methods
                  • ClearCache Method
                  • GetFeatureClassId Method
                  • GetFeatureClassName Method
                  • GetFeatureID Method
                  • GetGlobalObjectId Method
                  • GetNonCachedFeatureClassId Method
                  • GetNonCachedFeatureClassName Method
                  • GetNonCachedFeatureID Method
                  • GetNonCachedGlobalObjectId Method
                  • Initialize Method
                • Properties
                  • AllowCaching Property
                  • DoesCacheIdentities Property
                  • FeatureClassNameToIdMapper Property
                  • ObjectIdCache Property
                  • ObjectIdCacheSize Property
              • EdgeInformation
                • Overview
                • Members
              • FeatureIdentification
                • Overview
                • Members
                • Methods
                  • ClearCache Method
                  • FeatureSubId Method
                  • GetFeatureClassId Method
                  • GetFeatureClassName Method
                  • GetFeatureID Method
                  • GetGlobalObjectId Method
                  • InitializeProvider Method
                  • TrackIdGlobally Method
                    • TrackIdGlobally(FeatureID) Method
                    • TrackIdGlobally(IEnumerable<FeatureID>) Method
                • Properties
                  • DoesCacheIdentifiers Property
              • FeatureIdentificationException
                • Overview
                • Members
                • FeatureIdentificationException Constructor
                  • FeatureIdentificationException Constructor()
                  • FeatureIdentificationException Constructor(Object,FeatureIdentificationExceptionType)
                  • FeatureIdentificationException Constructor(String)
                  • FeatureIdentificationException Constructor(String,Exception)
                  • FeatureIdentificationException Constructor(String,Object,FeatureIdentificationExceptionType)
                  • FeatureIdentificationException Constructor(String,Object,FeatureIdentificationExceptionType,Exception)
                  • FeatureIdentificationException Constructor(SerializationInfo,StreamingContext)
                • Methods
                  • GetObjectData Method
                • Properties
                  • ExceptionType Property
                  • Identifier Property
                  • Message Property
              • FeatureIdentificationProvider
                • Overview
                • Members
                • Methods
                  • ClearCache Method
                  • FeatureSubId Method
                  • FormatFeatureClassName Method
                  • GetFeatureClassId Method
                  • GetFeatureClassName Method
                  • GetFeatureID Method
                  • GetGlobalObjectId Method
                  • TrackIdGlobally Method
                    • TrackIdGlobally(FeatureID) Method
                    • TrackIdGlobally(IEnumerable<FeatureID>) Method
                • Properties
                  • DoesCacheIdentities Property
              • ReplicationObjectInformation
                • Overview
                • Members
                • Methods
                  • ClearCache Method
                  • TrackObjectGlobally Method
                    • TrackObjectGlobally(FeatureID) Method
                    • TrackObjectGlobally(FeatureID[]) Method
                  • TryFindFeatureClassId Method
                  • TryFindFeatureClassName Method
                  • TryFindFeatureID Method
                    • TryFindFeatureID(Guid,Int32,FeatureID) Method
                    • TryFindFeatureID(Guid,String,FeatureID) Method
                    • TryFindFeatureID(GlobalObjectId,FeatureID) Method
                  • TryFindFeatureSubId Method
                  • TryFindGlobalObjectId Method
                  • TryFindObjectGlobalId Method
                  • TryFindOffset Method
                  • TryFindXYFromOffset Method
                    • TryFindXYFromOffset(FeatureID,FeatureID,Double,Double,Double) Method
                    • TryFindXYFromOffset(FeatureID,Double,Double,Double) Method
                • Events
                  • ProviderException Event
              • ReplicationObjectInformationProvider
                • Overview
                • Members
                • Methods
                  • OnProviderException Method
                  • SetFeatureClassMapCache Method
                  • SetObjectIdMapCache Method
                  • TrackObjectGlobally Method
                    • TrackObjectGlobally(FeatureID) Method
                    • TrackObjectGlobally(FeatureID[]) Method
                  • TryFindFeatureClassId Method
                  • TryFindFeatureClassName Method
                  • TryFindFeatureID Method
                    • TryFindFeatureID(Guid,Int32,FeatureID) Method
                    • TryFindFeatureID(GlobalObjectId,FeatureID) Method
                  • TryFindFeatureSubId Method
                  • TryFindGlobalObjectId Method
                    • TryFindGlobalObjectId(FeatureID,Guid) Method
                    • TryFindGlobalObjectId(FeatureID,GlobalObjectId) Method
                  • TryFindOffset Method
                  • TryFindXYFromOffset Method
                    • TryFindXYFromOffset(FeatureID,FeatureID,Double,Double,Double) Method
                    • TryFindXYFromOffset(FeatureID,Double,Double,Double) Method
                • Properties
                  • AllowFeatureClassCaching Property
                  • AllowObjectIdCaching Property
                  • FeatureClassMapCaching Property
                  • ObjectIdCacheSize Property
                  • ObjectIdMapCaching Property
                • Events
                  • ProviderException Event
            • Enumerations
              • FeatureIdentificationExceptionType
            • Structures
              • GlobalObjectId
                • Overview
                • Members
                • GlobalObjectId Constructor
                  • GlobalObjectId Constructor(Guid,String)
                  • GlobalObjectId Constructor(Guid,String,Guid,String)
                • Methods
                  • Equals Method
                    • Equals(GlobalObjectId) Method
                    • Equals(Object) Method
                  • GetHashCode Method
                  • Parse Method
                  • ToString Method
                    • ToString() Method
                    • ToString(String,IFormatProvider) Method
                • Properties
                  • DefinesEdgeElement Property
                  • Empty Property
                  • FeatureClassName Property
                  • FromJunctionClassName Property
                  • FromJunctionGlobalId Property
                  • GlobalId Property
                  • IsEmpty Property
                • Operators
                  • Equality Operator
                  • Inequality Operator
            • Interfaces
              • IMapperCaching<S,T>
                • Overview
                • Members
                • Methods
                  • AddMapping Method
                  • TryGetValue Method
                    • TryGetValue(T,S) Method
                    • TryGetValue(S,T) Method
          • Miner.Responder.Shared.Requests Namespace
            • Overview
            • Classes
              • ArchiveConfiguratorRequest
                • Overview
                • Members
                • ArchiveConfiguratorRequest Constructor
                • Methods
                  • RemoteExecute Method
                    • RemoteExecute() Method
                    • RemoteExecute(IArchiveServices) Method
                • Properties
                  • RequestedConfigurator Property
              • CancelIncidentRequest
                • Overview
                • Members
                • CancelIncidentRequest Constructor
                • Methods
                  • Execute Method
                • Properties
                  • CancelReason Property
                  • DataSet Property
                  • DeleteCalls Property
                  • IncidentIds Property
              • ConfiguratorRequest
                • Overview
                • Members
                • ConfiguratorRequest Constructor
                • Methods
                  • RemoteExecute Method
                    • RemoteExecute() Method
                    • RemoteExecute(IDataServices) Method
                • Properties
                  • RequestedConfigurator Property
              • FindCallsAndRelatedCustomersRequest
                • Overview
                • Members
                • FindCallsAndRelatedCustomersRequest Constructor
                  • FindCallsAndRelatedCustomersRequest Constructor()
                  • FindCallsAndRelatedCustomersRequest Constructor(Int32)
                  • FindCallsAndRelatedCustomersRequest Constructor(String)
              • FindCallsWithOutagesLaterThanOperationRequest
                • Overview
                • Members
                • FindCallsWithOutagesLaterThanOperationRequest Constructor
                • Properties
                  • CallsDataSet Property
                  • OperationTime Property
                  • PhasesToTrace Property
                  • StartDevice Property
              • FindCustomerByAccountRequest
                • Overview
                • Members
                • FindCustomerByAccountRequest Constructor
                • Methods
                  • Execute Method
                • Properties
                  • ColumnsToReturn Property
                  • FoundCustomer Property
              • FindCustomerCountsForTimePeriodRequest
                • Overview
                • Members
                • FindCustomerCountsForTimePeriodRequest Constructor
              • FindDisconnectedCustomersRequest
                • Overview
                • Members
                • FindDisconnectedCustomersRequest Constructor
                • Methods
                  • Execute Method
                • Properties
                  • DisconnectedCustomers Property
              • FindInvalidFeatureClassIdsRequest
                • Overview
                • Members
                • FindInvalidFeatureClassIdsRequest Constructor
                • Methods
                  • Execute Method
                • Properties
                  • Fcids Property
                  • InvalidFcids Property
              • FindSwitchingOrderForSpecifiedJumperRequest
                • Overview
                • Members
                • FindSwitchingOrderForSpecifiedJumperRequest Constructor
              • FindSwitchingOrdersRequest
                • Overview
                • Members
                • FindSwitchingOrdersRequest Constructor
                  • FindSwitchingOrdersRequest Constructor(String)
                  • FindSwitchingOrdersRequest Constructor(Int32)
                  • FindSwitchingOrdersRequest Constructor(Int32[])
                • Methods
                  • ConfigureLoadRequests Method
              • FindUniqueNameRequest
                • Overview
                • Members
                • FindUniqueNameRequest Constructor
                • Properties
                  • RequestedName Property
              • FindUserIDRequest
                • Overview
                • Members
                • FindUserIDRequest Constructor
                • Properties
                  • UserId Property
              • IncidentDevicesSchemaRequest
                • Overview
                • Members
                • IncidentDevicesSchemaRequest Constructor
              • IncidentsSchemaRequest
                • Overview
                • Members
                • IncidentsSchemaRequest Constructor
              • RequestedDataSetMixin
                • Overview
                • Members
                • Properties
                  • RequestedDataSet Property
              • RestoreCallsRequest
                • Overview
                • Members
                • RestoreCallsRequest Constructor
                • Properties
                  • ID Property
                  • TimeRestored Property
              • SchemaRequest
                • Overview
                • Members
                • SchemaRequest Constructor
                  • SchemaRequest Constructor(String)
                  • SchemaRequest Constructor(String[])
                • Methods
                  • CacheRequest Method
                  • Clear Method
                  • IsRequestCached Method
              • UpdateUsersLastRxLoginRequest
                • Overview
                • Members
                • UpdateUsersLastRxLoginRequest Constructor
                • Properties
                  • UpdateSuccess Property
          • Miner.Responder.Shared.ReservedCodeConstants Namespace
            • Overview
            • Classes
              • ClassModelNames
                • Overview
                • Members
                • Fields
                  • FeederManagerLoadpoint Field
                  • RxCounty Field
                  • RxExcludeFromLineDisplay Field
                  • RxFacility Field
                  • RxHazard Field
                  • RxIncidentDevice Field
                  • RxIncidentFeature Field
                  • RxJumpersClass Field
                  • RxLineDisplayClass Field
                  • RxRegion Field
                  • RxSwitchableDevice Field
                  • RxUserDefined Field
              • FieldModelNames
                • Overview
                • Members
                • Fields
                  • FacilityID Field
                  • FeederManagerGangOperated Field
                  • OperatingVoltage Field
                  • RxAddress Field
                  • RxCanary Field
                  • RxConductorFCID Field
                  • RxFeederID Field
                  • RxJumperOID Field
                  • RxPhase Field
                  • RxRegionName Field
                  • Rxregionparent1 Field
                  • Rxregionparent2 Field
                  • RxResponsibleDeviceFCID Field
                  • RxResponsibleDeviceOID Field
                  • RxResponsibleDeviceSUBID Field
                  • RxResponsibleDeviceX Field
                  • RxResponsibleDeviceY Field
              • FilterConstants
                • Overview
                • Members
                • Fields
                  • BeginTimeKey Field
                  • Configurator Field
                  • EndTimeKey Field
                  • RegionParentModelNameKey Field
                  • SelectedRegionIDsKey Field
                  • TimePeriodKey Field
              • JumperPermissionConstants
                • Overview
                • Members
                • Fields
                  • PlaceJumper Field
                  • RemoveJumper Field
          • Miner.Responder.Shared.Rules Namespace
            • Overview
            • Classes
              • HandleConfirmedIncident
                • Overview
                • Members
                • HandleConfirmedIncident Constructor
                • Methods
                  • ConstructCondition Method
                  • PerformAction Method
                    • PerformAction(IDictionary,DataRow) Method
              • HandleConfirmedIncidentDevice
                • Overview
                • Members
                • HandleConfirmedIncidentDevice Constructor
                • Methods
                  • ConstructCondition Method
                  • PerformAction Method
                    • PerformAction(IDictionary,DataRow) Method
              • HandleConfirmedIncidentFeature
                • Overview
                • Members
                • HandleConfirmedIncidentFeature Constructor
                • Methods
                  • ConstructCondition Method
                  • PerformAction Method
                    • PerformAction(IDictionary,DataRow) Method
              • UpdateWithUniqueValue
                • Overview
                • Members
                • UpdateWithUniqueValue Constructor
                • Methods
                  • Evaluate Method
                    • Evaluate(IDictionary,DataRow) Method
                  • PerformAction Method
                    • PerformAction(IDictionary,DataRow) Method
              • ValidateCompletedHazard
                • Overview
                • Members
                • ValidateCompletedHazard Constructor
                • Methods
                  • ConstructCondition Method
                  • PerformAction Method
                    • PerformAction(IDictionary,DataRow) Method
              • ValidateCompletedWireDown
                • Overview
                • Members
                • ValidateCompletedWireDown Constructor
                • Methods
                  • ConstructCondition Method
                  • PerformAction Method
                    • PerformAction(IDictionary,DataRow) Method
              • ValidateHazardTimes
                • Overview
                • Members
                • ValidateHazardTimes Constructor
                • Methods
                  • ConstructCondition Method
                  • PerformAction Method
                    • PerformAction(IDictionary,DataRow) Method
              • ValidateIncidentDeviceTimeOpChange
                • Overview
                • Members
                • ValidateIncidentDeviceTimeOpChange Constructor
                • Methods
                  • ConstructCondition Method
                  • PerformAction Method
                    • PerformAction(IDictionary,DataRow) Method
              • ValidateIncidentDeviceTimeOpOnStatusChange
                • Overview
                • Members
                • ValidateIncidentDeviceTimeOpOnStatusChange Constructor
                • Methods
                  • ConstructCondition Method
                  • PerformAction Method
                    • PerformAction(IDictionary,DataRow) Method
                • Properties
                  • ApplyToConfirmedOnly Property
              • ValidateIncidentDeviceTimes
                • Overview
                • Members
                • ValidateIncidentDeviceTimes Constructor
                • Methods
                  • ConstructCondition Method
                  • PerformAction Method
                    • PerformAction(IDictionary,DataRow) Method
              • ValidateIncidentTimes
                • Overview
                • Members
                • ValidateIncidentTimes Constructor
                • Methods
                  • ConstructCondition Method
                  • PerformAction Method
                    • PerformAction(IDictionary,DataRow) Method
              • ValidateSecuredHazard
                • Overview
                • Members
                • ValidateSecuredHazard Constructor
                • Methods
                  • ConstructCondition Method
                  • PerformAction Method
                    • PerformAction(IDictionary,DataRow) Method
              • ValidateUniqueValue
                • Overview
                • Members
                • ValidateUniqueValue Constructor
                • Methods
                  • Evaluate Method
                    • Evaluate(IDictionary,DataRow) Method
                  • PerformAction Method
                    • PerformAction(IDictionary,DataRow) Method
          • Miner.Responder.Shared.RusOutageAnalysis Namespace
            • Overview
            • Classes
              • CauseOutageAccumulator
                • Overview
                • Members
                • CauseOutageAccumulator Constructor
                • Methods
                  • Clear Method
                  • GetEnumerator Method
                  • Insert Method
                • Properties
                  • FirstRecordedInterruptionBegin Property
                  • HasOverlaps Property
                  • LastRecordedInterruptionBegin Property
              • IncidentCauseStatisticsAggregation
                • Overview
                • Members
                • IncidentCauseStatisticsAggregation Constructor
                • Methods
                  • Dispose Method
                    • Dispose() Method
                    • Dispose(Boolean) Method
                  • GenerateOutput Method
                • Properties
                  • CauseOutageNumber Property
                  • Records Property
              • MajorEventDayManager
                • Overview
                • Members
                • MajorEventDayManager Constructor
                • Methods
                  • Dispose Method
                  • GetOutageBin Method
                  • IsMajorEventDay Method
                  • MarkDayAsMajorEventDay Method
                  • SetMajorEventDayDeterminer Method
                • Properties
                  • MajorEventDayDates Property
                  • MajorEventDaySAIDITable Property
                • Fields
                  • DayColumnName Field
                  • SaidiColumnName Field
                  • TableName Field
              • OutageAccumulator
                • Overview
                • Members
                • OutageAccumulator Constructor
                  • OutageAccumulator Constructor(MajorEventDayManager,Double)
                  • OutageAccumulator Constructor(Double)
                • Methods
                  • Add Method
                  • Clear Method
                • Properties
                  • GetOutageBin Property
                  • HasOverlaps Property
          • Miner.Responder.Shared.SchemaObjects Namespace
            • Overview
            • Classes
              • AlertsObject
                • Overview
                • Members
                • AlertsObject Constructor
                  • AlertsObject Constructor(DataRow)
                  • AlertsObject Constructor(DataTable)
                  • AlertsObject Constructor(DataSet)
                • Properties
                  • Caption Property
                  • Category Property
                  • Description Property
                  • Key Property
                  • Moniker Property
                  • SnoozeUntil Property
                  • Time Property
              • CallbacksObject
                • Overview
                • Members
                • CallbacksObject Constructor
                  • CallbacksObject Constructor(DataRow)
                  • CallbacksObject Constructor(DataTable)
                  • CallbacksObject Constructor(DataSet)
                • Properties
                  • Account Property
                  • AutoDelete Property
                  • BusyWait Property
                  • CallerType Property
                  • Calling Property
                  • CallingExpires Property
                  • Comments Property
                  • DeviceFCID Property
                  • DeviceOID Property
                  • FeatureID Property
                  • IncidentID Property
                  • MinRetryCount Property
                  • NextCallTime Property
                  • NoAnswerWait Property
                  • PrevCaller Property
                  • PrevCallTime Property
                  • PrevResult Property
                  • Priority Property
                  • Reason Property
                  • Region Property
                  • RetryCount Property
              • CallsArchiveObject
                • Overview
                • Members
                • CallsArchiveObject Constructor
                  • CallsArchiveObject Constructor(DataRow)
                  • CallsArchiveObject Constructor(DataTable)
                  • CallsArchiveObject Constructor(DataSet)
                • Properties
                  • CallbackRequested Property
                  • CallbackStatus Property
                  • CallID Property
                  • Cause Property
                  • ChangeDate Property
                  • CriticalCustomer Property
                  • CustomerAccount Property
                  • DeviceFCID Property
                  • DeviceOID Property
                  • FeatureClassName Property
                  • FeatureID Property
                  • Hazard Property
                  • ID Property
                  • IncidentID Property
                  • Operation Property
                  • Origination Property
                  • ParentCustomer Property
                  • ParentIncident Property
                  • Region Property
                  • Remarks Property
                  • TimeOutage Property
                  • TimeReceived Property
                  • TimeRestored Property
                  • Trouble Property
                  • TroubleAtAccount Property
                  • Urgency Property
                  • UserCreated Property
                  • UserUpdated Property
                  • UserUpdatedArch Property
              • CallsObject
                • Overview
                • Members
                • CallsObject Constructor
                  • CallsObject Constructor(DataRow)
                  • CallsObject Constructor(DataTable)
                  • CallsObject Constructor(DataSet)
                • Methods
                  • RemoveIncidentID Method
                • Properties
                  • Analyzing Property
                  • AnalyzingExpiresUTC Property
                  • CallbackRequested Property
                  • CallbackStatus Property
                  • Cause Property
                  • CriticalCustomer Property
                  • CustomerAccount Property
                  • DeviceFCID Property
                  • DeviceOID Property
                  • FeatureID Property
                  • FeederID Property
                  • Hazard Property
                  • Hazards Property
                  • ID Property
                  • IncidentID Property
                  • IsNoPowerCall Property
                  • IsTroubleCall Property
                  • Origination Property
                  • ParentCustomer Property
                  • ParentIncident Property
                  • Region Property
                  • Remarks Property
                  • TimeOutage Property
                  • TimeReceived Property
                  • TimeRestored Property
                  • Trouble Property
                  • TroubleAtAccount Property
                  • Urgency Property
                  • UserCreated Property
                  • UserUpdated Property
              • CrewAssignmentsArchiveObject
                • Overview
                • Members
                • CrewAssignmentsArchiveObject Constructor
                  • CrewAssignmentsArchiveObject Constructor(DataRow)
                  • CrewAssignmentsArchiveObject Constructor(DataTable)
                  • CrewAssignmentsArchiveObject Constructor(DataSet)
                • Properties
                  • ChangeDate Property
                  • CrewAssignmentID Property
                  • CrewID Property
                  • ID Property
                  • IncidentID Property
                  • IsLeadCrew Property
                  • Operation Property
                  • ParentCrew Property
                  • ParentIncident Property
                  • Status Property
                  • TimeAssigned Property
                  • TimeStatusChanged Property
                  • UserCreated Property
                  • UserUpdated Property
                  • UserUpdatedArch Property
              • CrewAssignmentsObject
                • Overview
                • Members
                • CrewAssignmentsObject Constructor
                  • CrewAssignmentsObject Constructor(DataRow)
                  • CrewAssignmentsObject Constructor(DataTable)
                  • CrewAssignmentsObject Constructor(DataSet)
                • Properties
                  • CrewID Property
                  • HazardAssignments Property
                  • ID Property
                  • IncDevAssignments Property
                  • IncFeatAssignments Property
                  • IncidentID Property
                  • IsLeadCrew Property
                  • MobileCrewEnabled Property
                  • ParentCrew Property
                  • ParentIncident Property
                  • PreviousTime Property
                  • Status Property
                  • TimeAssigned Property
                  • TimeStatusChanged Property
                  • UserCreated Property
                  • UserUpdated Property
              • CrewMembersArchiveObject
                • Overview
                • Members
                • CrewMembersArchiveObject Constructor
                  • CrewMembersArchiveObject Constructor(DataRow)
                  • CrewMembersArchiveObject Constructor(DataTable)
                  • CrewMembersArchiveObject Constructor(DataSet)
                • Properties
                  • Available Property
                  • ChangeDate Property
                  • Company Property
                  • CrewAssignmentID Property
                  • CrewID Property
                  • CrewMemberID Property
                  • EmployeeID Property
                  • Expertise Property
                  • FirstName Property
                  • HomePhone Property
                  • ID Property
                  • IncidentID Property
                  • LastName Property
                  • MobilePhone Property
                  • Operation Property
                  • Pager Property
                  • ParentCrew Property
                  • RadioNumber Property
                  • Region Property
                  • Title Property
                  • UserCreated Property
                  • UserUpdated Property
                  • UserUpdatedArch Property
                  • UtilityType Property
              • CrewMembersObject
                • Overview
                • Members
                • CrewMembersObject Constructor
                  • CrewMembersObject Constructor(DataRow)
                  • CrewMembersObject Constructor(DataTable)
                  • CrewMembersObject Constructor(DataSet)
                • Properties
                  • Available Property
                  • Company Property
                  • CrewID Property
                  • EmployeeID Property
                  • Expertise Property
                  • FirstName Property
                  • HomePhone Property
                  • ID Property
                  • LastName Property
                  • MobilePhone Property
                  • Pager Property
                  • ParentCrew Property
                  • RadioNumber Property
                  • Region Property
                  • Title Property
                  • UserCreated Property
                  • UserUpdated Property
                  • UtilityType Property
              • CrewsArchiveObject
                • Overview
                • Members
                • CrewsArchiveObject Constructor
                  • CrewsArchiveObject Constructor(DataRow)
                  • CrewsArchiveObject Constructor(DataTable)
                  • CrewsArchiveObject Constructor(DataSet)
                • Properties
                  • ChangeDate Property
                  • Company Property
                  • CrewAssignmentID Property
                  • CrewAssignmentsArchive Property
                  • CrewID Property
                  • CrewMembersArchive Property
                  • CrewType Property
                  • ForemanEmpID Property
                  • ID Property
                  • IncidentID Property
                  • Name Property
                  • Operation Property
                  • Region Property
                  • Status Property
                  • TrucksArchive Property
                  • UserCreated Property
                  • UserUpdated Property
                  • UserUpdatedArch Property
              • CrewsObject
                • Overview
                • Members
                • CrewsObject Constructor
                  • CrewsObject Constructor(DataRow)
                  • CrewsObject Constructor(DataTable)
                  • CrewsObject Constructor(DataSet)
                • Properties
                  • Company Property
                  • CrewAssignments Property
                  • CrewMembers Property
                  • CrewType Property
                  • ForemanEmpID Property
                  • ID Property
                  • MobileCrew Property
                  • Name Property
                  • Region Property
                  • Status Property
                  • Trucks Property
                  • UserCreated Property
                  • UserUpdated Property
              • CrewSubAssignmentsArchiveObject
                • Overview
                • Members
                • CrewSubAssignmentsArchiveObject Constructor
                  • CrewSubAssignmentsArchiveObject Constructor(DataRow)
                  • CrewSubAssignmentsArchiveObject Constructor(DataTable)
                  • CrewSubAssignmentsArchiveObject Constructor(DataSet)
                • Properties
                  • ChangeDate Property
                  • CrewArchiveID Property
                  • CrewName Property
                  • FacilityID Property
                  • FCID Property
                  • FeatureID Property
                  • IncidentChildType Property
                  • IncidentID Property
                  • OID Property
                  • Operation Property
                  • ParentIncident Property
                  • SubAssignmentID Property
              • CustomerCountByFeederObject
                • Overview
                • Members
                • CustomerCountByFeederObject Constructor
                  • CustomerCountByFeederObject Constructor(DataRow)
                  • CustomerCountByFeederObject Constructor(DataTable)
                  • CustomerCountByFeederObject Constructor(DataSet)
                • Properties
                  • CurrentCustomerCount Property
                  • CurrentTiedFeeders Property
                  • DateTime Property
                  • Feeder Property
                  • NormalCustomerCount Property
                  • NormalTiedFeeders Property
                  • Substation Property
                  • TotalAffectedCustomerCount Property
                  • TotalCustomerCount Property
              • CustomerIncidentObject
                • Overview
                • Members
                • CustomerIncidentObject Constructor
                  • CustomerIncidentObject Constructor(DataRow)
                  • CustomerIncidentObject Constructor(DataTable)
                  • CustomerIncidentObject Constructor(DataSet)
                • Properties
                  • IncidentID Property
                  • TimeOutage Property
                  • TimeRestoredEst Property
              • CustomersArchiveObject
                • Overview
                • Members
                • CustomersArchiveObject Constructor
                  • CustomersArchiveObject Constructor(DataRow)
                  • CustomersArchiveObject Constructor(DataTable)
                  • CustomersArchiveObject Constructor(DataSet)
                • Properties
                  • Account Property
                  • AccountType Property
                  • CallbackNumber Property
                  • CallsArchive Property
                  • ChangeDate Property
                  • City Property
                  • ConnectStatus Property
                  • County Property
                  • CriticalCustomer Property
                  • DeviceFCID Property
                  • DeviceOID Property
                  • DisconnectTime Property
                  • FeatureClassName Property
                  • FeatureID Property
                  • FirstName Property
                  • ID Property
                  • LastName Property
                  • LoadPointsArchive Property
                  • Meter Property
                  • Operation Property
                  • PostalCode Property
                  • PriorityCustomer Property
                  • ReconnectTime Property
                  • Region Property
                  • State Property
                  • Street Property
                  • Telephone Property
                  • Telephone2 Property
                  • Telephone3 Property
                  • Telephone4 Property
                  • UserCreated Property
                  • UserUpdated Property
                  • UserUpdatedArch Property
              • CustomersObject
                • Overview
                • Members
                • CustomersObject Constructor
                  • CustomersObject Constructor(DataRow)
                  • CustomersObject Constructor(DataTable)
                  • CustomersObject Constructor(DataSet)
                • Methods
                  • IsDisconnected Method
                • Properties
                  • Account Property
                  • AccountType Property
                  • CallbackNumber Property
                  • Calls Property
                  • City Property
                  • ConnectStatus Property
                  • County Property
                  • CriticalCustomer Property
                  • DeviceFCID Property
                  • DeviceOID Property
                  • DisconnectTime Property
                  • FeatureID Property
                  • FeederID Property
                  • FirstName Property
                  • LastName Property
                  • Meter Property
                  • ParentLoadPoint Property
                  • PostalCode Property
                  • PriorityCustomer Property
                  • ReconnectTime Property
                  • Region Property
                  • State Property
                  • Street Property
                  • Telephone Property
                  • Telephone2 Property
                  • Telephone3 Property
                  • Telephone4 Property
                  • UserCreated Property
                  • UserUpdated Property
              • DownstreamSubsourcesObject
                • Overview
                • Members
                • DownstreamSubsourcesObject Constructor
                  • DownstreamSubsourcesObject Constructor(DataRow)
                  • DownstreamSubsourcesObject Constructor(DataTable)
                  • DownstreamSubsourcesObject Constructor(DataSet)
                • Properties
                  • CheckBox Property
                  • DeviceFCID Property
                  • DeviceOID Property
                  • FeatureID Property
                  • FeederID Property
                  • SubsourceParentDeviceOID Property
              • FeederCustomersObject
                • Overview
                • Members
                • FeederCustomersObject Constructor
                  • FeederCustomersObject Constructor(DataRow)
                  • FeederCustomersObject Constructor(DataTable)
                  • FeederCustomersObject Constructor(DataSet)
                • Properties
                  • CountDate Property
                  • CriticalCustomerCount Property
                  • CustomerCount Property
                  • FeederID Property
                  • ID Property
                  • PriorityCustomerCount Property
              • HazardAssignArchiveObject
                • Overview
                • Members
                • HazardAssignArchiveObject Constructor
                  • HazardAssignArchiveObject Constructor(DataRow)
                  • HazardAssignArchiveObject Constructor(DataTable)
                  • HazardAssignArchiveObject Constructor(DataSet)
                • Properties
                  • ChangeDate Property
                  • CrewAssignmentID Property
                  • HazardAssignID Property
                  • HazardID Property
                  • ID Property
                  • IncidentID Property
                  • Operation Property
                  • UserCreated Property
                  • UserUpdated Property
                  • UserUpdatedArch Property
              • HazardAssignmentsObject
                • Overview
                • Members
                • HazardAssignmentsObject Constructor
                  • HazardAssignmentsObject Constructor(DataRow)
                  • HazardAssignmentsObject Constructor(DataTable)
                  • HazardAssignmentsObject Constructor(DataSet)
                • Properties
                  • CrewAssignmentID Property
                  • HazardID Property
                  • ID Property
                  • ParentCrewAssignment Property
                  • ParentHazard Property
                  • UserCreated Property
                  • UserUpdated Property
              • HazardCrewsObject
                • Overview
                • Members
                • HazardCrewsObject Constructor
                  • HazardCrewsObject Constructor(DataRow)
                  • HazardCrewsObject Constructor(DataTable)
                  • HazardCrewsObject Constructor(DataSet)
                • Properties
                  • CrewName Property
                  • HazardID Property
                  • IsLeadCrew Property
                  • ParentHazard Property
                  • Status Property
                  • TimeAssigned Property
              • HazardsArchiveObject
                • Overview
                • Members
                • HazardsArchiveObject Constructor
                  • HazardsArchiveObject Constructor(DataRow)
                  • HazardsArchiveObject Constructor(DataTable)
                  • HazardsArchiveObject Constructor(DataSet)
                • Properties
                  • Address Property
                  • CallID Property
                  • CancelReason Property
                  • ChangeDate Property
                  • DamageType Property
                  • FacilityID Property
                  • FCID Property
                  • FeatureClassName Property
                  • FeatureID Property
                  • HazardID Property
                  • ID Property
                  • IncidentID Property
                  • OID Property
                  • Operation Property
                  • ParentIncident Property
                  • Point Property
                  • Region Property
                  • Remarks Property
                  • Status Property
                  • SubID Property
                  • TimeCompleted Property
                  • TimeCreated Property
                  • TimePublicSafetyArr Property
                  • TimePublicSafetyRel Property
                  • TimeSecured Property
                  • UserCreated Property
                  • UserUpdated Property
                  • UserUpdatedArch Property
                  • WireOwner Property
                  • X Property
                  • Y Property
              • HazardsObject
                • Overview
                • Members
                • HazardsObject Constructor
                  • HazardsObject Constructor(DataRow)
                  • HazardsObject Constructor(DataTable)
                  • HazardsObject Constructor(DataSet)
                • Properties
                  • Address Property
                  • CallID Property
                  • CancelReason Property
                  • DamageType Property
                  • FacilityID Property
                  • FCID Property
                  • FeatureID Property
                  • HazardAssignments Property
                  • HazardCrews Property
                  • ID Property
                  • IncidentID Property
                  • OID Property
                  • ParentCall Property
                  • ParentIncident Property
                  • Point Property
                  • Region Property
                  • Remarks Property
                  • Status Property
                  • SubID Property
                  • TimeCompleted Property
                  • TimeCreated Property
                  • TimePublicSafetyArr Property
                  • TimePublicSafetyRel Property
                  • TimeSecured Property
                  • UserCreated Property
                  • UserUpdated Property
                  • WireOwner Property
                  • X Property
                  • Y Property
              • IncDevAssignArchiveObject
                • Overview
                • Members
                • IncDevAssignArchiveObject Constructor
                  • IncDevAssignArchiveObject Constructor(DataRow)
                  • IncDevAssignArchiveObject Constructor(DataTable)
                  • IncDevAssignArchiveObject Constructor(DataSet)
                • Properties
                  • ChangeDate Property
                  • CrewAssignmentID Property
                  • ID Property
                  • IncDeviceAssignID Property
                  • IncidentDeviceID Property
                  • IncidentID Property
                  • Operation Property
                  • UserCreated Property
                  • UserUpdated Property
                  • UserUpdatedArch Property
              • IncDevAssignmentsObject
                • Overview
                • Members
                • IncDevAssignmentsObject Constructor
                  • IncDevAssignmentsObject Constructor(DataRow)
                  • IncDevAssignmentsObject Constructor(DataTable)
                  • IncDevAssignmentsObject Constructor(DataSet)
                • Properties
                  • CrewAssignmentID Property
                  • ID Property
                  • IncidentDeviceID Property
                  • ParentCrewAssignment Property
                  • ParentIncidentDevice Property
                  • UserCreated Property
                  • UserUpdated Property
              • IncFeatAssignArchiveObject
                • Overview
                • Members
                • IncFeatAssignArchiveObject Constructor
                  • IncFeatAssignArchiveObject Constructor(DataRow)
                  • IncFeatAssignArchiveObject Constructor(DataTable)
                  • IncFeatAssignArchiveObject Constructor(DataSet)
                • Properties
                  • ChangeDate Property
                  • CrewAssignmentID Property
                  • ID Property
                  • IncFeatureAssignID Property
                  • IncidentFeatureID Property
                  • IncidentID Property
                  • Operation Property
                  • UserCreated Property
                  • UserUpdated Property
                  • UserUpdatedArch Property
              • IncFeatAssignmentsObject
                • Overview
                • Members
                • IncFeatAssignmentsObject Constructor
                  • IncFeatAssignmentsObject Constructor(DataRow)
                  • IncFeatAssignmentsObject Constructor(DataTable)
                  • IncFeatAssignmentsObject Constructor(DataSet)
                • Properties
                  • CrewAssignmentID Property
                  • ID Property
                  • IncidentFeatureID Property
                  • ParentCrewAssignment Property
                  • ParentIncidentFeature Property
                  • UserCreated Property
                  • UserUpdated Property
              • IncidentCallbacksObject
                • Overview
                • Members
                • IncidentCallbacksObject Constructor
                  • IncidentCallbacksObject Constructor(DataRow)
                  • IncidentCallbacksObject Constructor(DataTable)
                  • IncidentCallbacksObject Constructor(DataSet)
                • Properties
                  • CallbackCount Property
                  • IncidentID Property
                  • ParentIncident Property
              • IncidentCauseStatisticsObject
                • Overview
                • Members
                • IncidentCauseStatisticsObject Constructor
                  • IncidentCauseStatisticsObject Constructor(DataRow)
                  • IncidentCauseStatisticsObject Constructor(DataTable)
                  • IncidentCauseStatisticsObject Constructor(DataSet)
                • Properties
                  • Cause Property
                  • CauseDescription Property
                  • CustomerServed Property
                  • DurationSum Property
                  • OutageCount Property
                  • Saidi Property
              • IncidentDeviceCrewsObject
                • Overview
                • Members
                • IncidentDeviceCrewsObject Constructor
                  • IncidentDeviceCrewsObject Constructor(DataRow)
                  • IncidentDeviceCrewsObject Constructor(DataTable)
                  • IncidentDeviceCrewsObject Constructor(DataSet)
                • Properties
                  • CrewName Property
                  • IncidentDeviceID Property
                  • IsLeadCrew Property
                  • ParentIncidentDevice Property
                  • Status Property
                  • TimeAssigned Property
              • IncidentDevicesArchiveObject
                • Overview
                • Members
                • IncidentDevicesArchiveObject Constructor
                  • IncidentDevicesArchiveObject Constructor(DataRow)
                  • IncidentDevicesArchiveObject Constructor(DataTable)
                  • IncidentDevicesArchiveObject Constructor(DataSet)
                • Properties
                  • ActualStatus Property
                  • Address Property
                  • CancelReason Property
                  • ChangeDate Property
                  • Confirmed Property
                  • CriticalCustomerCount Property
                  • CustomerCount Property
                  • DeviceFCID Property
                  • DeviceOID Property
                  • DeviceOperation Property
                  • ExpectedStatus Property
                  • FacilityID Property
                  • FeatureClassName Property
                  • FeatureID Property
                  • FeederID Property
                  • ID Property
                  • IncidentDeviceID Property
                  • IncidentID Property
                  • Operation Property
                  • ParentIncident Property
                  • Point Property
                  • PriorityCustomerCount Property
                  • Region Property
                  • Remarks Property
                  • SubID Property
                  • Substation Property
                  • TimeOperation Property
                  • UserCreated Property
                  • UserUpdated Property
                  • UserUpdatedArch Property
                  • X Property
                  • Y Property
              • IncidentDevicesObject
                • Overview
                • Members
                • IncidentDevicesObject Constructor
                  • IncidentDevicesObject Constructor(DataRow)
                  • IncidentDevicesObject Constructor(DataTable)
                  • IncidentDevicesObject Constructor(DataSet)
                • Methods
                  • Equals Method
                    • Equals(Object) Method
                    • Equals(IncidentDevicesObject) Method
                  • GetHashCode Method
                  • ToString Method
                • Properties
                  • ActualStatus Property
                  • Address Property
                  • CancelReason Property
                  • Confirmed Property
                  • CriticalCustomerCount Property
                  • CustomerCount Property
                  • DeviceFCID Property
                  • DeviceGuid Property
                  • DeviceOID Property
                  • DeviceOperation Property
                  • DeviceState Property
                  • ExpectedStatus Property
                  • FacilityID Property
                  • FeatureID Property
                  • FeederID Property
                  • ID Property
                  • IncDevAssignments Property
                  • IncidentDeviceCrews Property
                  • IncidentID Property
                  • InNormalStatus Property
                  • IsTimeOrStatusChanging Property
                  • Origination Property
                  • OwnerState Property
                  • ParentIncident Property
                  • ParentIncidentOriginal Property
                  • Point Property
                  • PriorityCustomerCount Property
                  • Region Property
                  • Remarks Property
                  • SubID Property
                  • Substation Property
                  • TimeOperation Property
                  • UserCreated Property
                  • UserUpdated Property
                  • X Property
                  • Y Property
              • IncidentDeviceStepsArchiveObject
                • Overview
                • Members
                • IncidentDeviceStepsArchiveObject Constructor
                  • IncidentDeviceStepsArchiveObject Constructor(DataRow)
                  • IncidentDeviceStepsArchiveObject Constructor(DataTable)
                  • IncidentDeviceStepsArchiveObject Constructor(DataSet)
                • Properties
                  • Action Property
                  • ActualStatus Property
                  • ChangeDate Property
                  • ExecutedConnectedLoad Property
                  • ExecutedCriticalCount Property
                  • ExecutedCustomerCount Property
                  • ExpectedStatus Property
                  • FCID Property
                  • FeatureClassName Property
                  • ID Property
                  • IncidentID Property
                  • Operation Property
                  • OperationID Property
                  • ParentOperation Property
                  • Phases Property
                  • PlannedConnectedLoad Property
                  • PlannedCriticalCount Property
                  • PlannedCustomerCount Property
                  • PlannedStatus Property
                  • StepID Property
                  • UserCreated Property
                  • UserUpdated Property
                  • UserUpdatedArch Property
              • IncidentDeviceStepsObject
                • Overview
                • Members
                • IncidentDeviceStepsObject Constructor
                  • IncidentDeviceStepsObject Constructor(DataRow)
                  • IncidentDeviceStepsObject Constructor(DataTable)
                  • IncidentDeviceStepsObject Constructor(DataSet)
                • Properties
                  • Action Property
                  • ActualStatus Property
                  • ExecutedConnectedLoad Property
                  • ExecutedCriticalCount Property
                  • ExecutedCustomerCount Property
                  • ExpectedStatus Property
                  • ID Property
                  • OperationID Property
                  • ParentOperation Property
                  • Phases Property
                  • PlannedConnectedLoad Property
                  • PlannedCriticalCount Property
                  • PlannedCustomerCount Property
                  • PlannedStatus Property
                  • UserCreated Property
                  • UserUpdated Property
              • IncidentFeatureCrewsObject
                • Overview
                • Members
                • IncidentFeatureCrewsObject Constructor
                  • IncidentFeatureCrewsObject Constructor(DataRow)
                  • IncidentFeatureCrewsObject Constructor(DataTable)
                  • IncidentFeatureCrewsObject Constructor(DataSet)
                • Properties
                  • CrewName Property
                  • IncidentFeatureID Property
                  • IsLeadCrew Property
                  • ParentIncidentFeature Property
                  • Status Property
                  • TimeAssigned Property
              • IncidentFeaturesArchiveObject
                • Overview
                • Members
                • IncidentFeaturesArchiveObject Constructor
                  • IncidentFeaturesArchiveObject Constructor(DataRow)
                  • IncidentFeaturesArchiveObject Constructor(DataTable)
                  • IncidentFeaturesArchiveObject Constructor(DataSet)
                • Properties
                  • Address Property
                  • CancelReason Property
                  • ChangeDate Property
                  • Confirmed Property
                  • FacilityID Property
                  • FCID Property
                  • FeatureClassName Property
                  • FeatureID Property
                  • ID Property
                  • IncidentFeatureID Property
                  • IncidentID Property
                  • OID Property
                  • Operation Property
                  • ParentIncident Property
                  • Point Property
                  • Region Property
                  • Remarks Property
                  • SubID Property
                  • TimeReported Property
                  • UserCreated Property
                  • UserUpdated Property
                  • UserUpdatedArch Property
                  • X Property
                  • Y Property
              • IncidentFeaturesObject
                • Overview
                • Members
                • IncidentFeaturesObject Constructor
                  • IncidentFeaturesObject Constructor(DataRow)
                  • IncidentFeaturesObject Constructor(DataTable)
                  • IncidentFeaturesObject Constructor(DataSet)
                • Properties
                  • Address Property
                  • CancelReason Property
                  • Confirmed Property
                  • FacilityID Property
                  • FCID Property
                  • FeatureID Property
                  • ID Property
                  • IncFeatAssignments Property
                  • IncidentFeatureCrews Property
                  • IncidentID Property
                  • OID Property
                  • ParentIncident Property
                  • Point Property
                  • Region Property
                  • Remarks Property
                  • SubID Property
                  • TimeReported Property
                  • UserCreated Property
                  • UserUpdated Property
                  • X Property
                  • Y Property
              • IncidentsArchiveObject
                • Overview
                • Members
                • IncidentsArchiveObject Constructor
                  • IncidentsArchiveObject Constructor(DataRow)
                  • IncidentsArchiveObject Constructor(DataTable)
                  • IncidentsArchiveObject Constructor(DataSet)
                • Properties
                  • Address Property
                  • CallsArchive Property
                  • CancelReason Property
                  • Cause Property
                  • ChangeDate Property
                  • Confirmed Property
                  • CrewAssignmentsArchive Property
                  • CrewSubAssignmentsArchive Property
                  • CriticalCustomer Property
                  • CriticalCustomerCount Property
                  • CustomerCount Property
                  • Equipment Property
                  • FeederID Property
                  • HazardsArchive Property
                  • ID Property
                  • IncidentDevicesArchive Property
                  • IncidentFeaturesArchive Property
                  • IncidentID Property
                  • JumpersArchive Property
                  • LoadPointsArchive Property
                  • NetworkLevel Property
                  • Operation Property
                  • Origination Property
                  • Owner Property
                  • PriorityCustomerCount Property
                  • Region Property
                  • RemarksDispatch Property
                  • RemarksField Property
                  • Status Property
                  • Substation Property
                  • SwitchingOrdersArchive Property
                  • TimeCreated Property
                  • TimeOutage Property
                  • TimeRestored Property
                  • TimeRestoredEst Property
                  • Trouble Property
                  • UserCreated Property
                  • UserUpdated Property
                  • UserUpdatedArch Property
                  • Voltage Property
                  • Weather Property
              • IncidentsObject
                • Overview
                • Members
                • IncidentsObject Constructor
                  • IncidentsObject Constructor(DataRow)
                  • IncidentsObject Constructor(DataTable)
                  • IncidentsObject Constructor(DataSet)
                • Methods
                  • SetCanceledIfChildless Method
                  • SetConfirmedState Method
                • Properties
                  • Address Property
                  • AMIEvent Property
                  • Calls Property
                  • CancelReason Property
                  • Cause Property
                  • Confirmed Property
                  • CrewAssignments Property
                  • CrewName Property
                  • CriticalCustomer Property
                  • CriticalCustomerCount Property
                  • CustomerCount Property
                  • Equipment Property
                  • FeederID Property
                  • Hazards Property
                  • ID Property
                  • IncidentCallbacks Property
                  • IncidentDevices Property
                  • IncidentFeatures Property
                  • IsCanceledStepDownOrRolledUp Property
                  • IsScada Property
                  • Jumpers Property
                  • LoadPoints Property
                  • NetworkLevel Property
                  • Origination Property
                  • Owner Property
                  • ParentUser Property
                  • PriorityCustomerCount Property
                  • Region Property
                  • RemarksDispatch Property
                  • RemarksField Property
                  • Status Property
                  • Substation Property
                  • SwitchingOrders Property
                  • TimeCreated Property
                  • TimeOutage Property
                  • TimeRestored Property
                  • TimeRestoredEst Property
                  • Trouble Property
                  • UserCreated Property
                  • UserUpdated Property
                  • Voltage Property
                  • Weather Property
              • JumpersArchiveObject
                • Overview
                • Members
                • JumpersArchiveObject Constructor
                  • JumpersArchiveObject Constructor(DataRow)
                  • JumpersArchiveObject Constructor(DataTable)
                  • JumpersArchiveObject Constructor(DataSet)
                • Methods
                  • GetCordinates Method
                  • SetCordinates Method
                • Properties
                  • ChangeDate Property
                  • Comments Property
                  • CrewMember Property
                  • Dispatcher Property
                  • EdgeEid1 Property
                  • EdgeEid2 Property
                  • FeatureClassName Property
                  • FeatureID Property
                  • FeederID Property
                  • ID Property
                  • IncidentID Property
                  • JumperFCID Property
                  • JumperID Property
                  • JumperName Property
                  • JumperOID Property
                  • JunctionEid1 Property
                  • JunctionEid2 Property
                  • Location Property
                  • Operation Property
                  • ParentIncident Property
                  • Points Property
                  • Region Property
                  • Substation Property
                  • TimeOperation Property
                  • TimeRemoval Property
                  • TraceWeight Property
                  • UserCreated Property
                  • UserUpdated Property
                  • UserUpdatedArch Property
                  • WeightDescription Property
              • JumpersObject
                • Overview
                • Members
                • JumpersObject Constructor
                  • JumpersObject Constructor(DataRow)
                  • JumpersObject Constructor(DataTable)
                  • JumpersObject Constructor(DataSet)
                • Methods
                  • GetCordinates Method
                  • SetCordinates Method
                • Properties
                  • Comments Property
                  • CrewMember Property
                  • Dispatcher Property
                  • EdgeEid1 Property
                  • EdgeEid2 Property
                  • FeatureID Property
                  • FeederID Property
                  • ID Property
                  • IncidentID Property
                  • JumperFCID Property
                  • JumperGuid Property
                  • JumperName Property
                  • JumperOID Property
                  • JunctionEid1 Property
                  • JunctionEid2 Property
                  • Location Property
                  • ParentIncident Property
                  • ParsedPoints Property
                  • Points Property
                  • Region Property
                  • Substation Property
                  • TimeOperation Property
                  • TimeRemoval Property
                  • TraceWeight Property
                  • UserCreated Property
                  • UserUpdated Property
                  • WeightDescription Property
              • JumperStepsArchiveObject
                • Overview
                • Members
                • JumperStepsArchiveObject Constructor
                  • JumperStepsArchiveObject Constructor(DataRow)
                  • JumperStepsArchiveObject Constructor(DataTable)
                  • JumperStepsArchiveObject Constructor(DataSet)
                • Properties
                  • ChangeDate Property
                  • DispatchedByName Property
                  • Edge1Fcid Property
                  • Edge1Oid Property
                  • Edge1Subid Property
                  • Edge2Fcid Property
                  • Edge2Oid Property
                  • Edge2Subid Property
                  • ID Property
                  • JumperGuid Property
                  • JumperName Property
                  • JumperStepID Property
                  • Operation Property
                  • OperationID Property
                  • ParentOperation Property
                  • Points Property
                  • StepType Property
                  • TraceWeight Property
              • JumperStepsObject
                • Overview
                • Members
                • JumperStepsObject Constructor
                  • JumperStepsObject Constructor(DataRow)
                  • JumperStepsObject Constructor(DataTable)
                  • JumperStepsObject Constructor(DataSet)
                • Properties
                  • ChangeDate Property
                  • DispatchedByName Property
                  • Edge1Fcid Property
                  • Edge1Oid Property
                  • Edge1Subid Property
                  • Edge2Fcid Property
                  • Edge2Oid Property
                  • Edge2Subid Property
                  • ID Property
                  • JumperGuid Property
                  • JumperName Property
                  • Operation Property
                  • OperationID Property
                  • ParentOperation Property
                  • Points Property
                  • StepType Property
                  • TraceWeight Property
              • LoadPointsArchiveObject
                • Overview
                • Members
                • LoadPointsArchiveObject Constructor
                  • LoadPointsArchiveObject Constructor(DataRow)
                  • LoadPointsArchiveObject Constructor(DataTable)
                  • LoadPointsArchiveObject Constructor(DataSet)
                • Properties
                  • ChangeDate Property
                  • CriticalCustomerCount Property
                  • CustomerAccount Property
                  • CustomerCount Property
                  • DeviceFCID Property
                  • DeviceOID Property
                  • FeatureClassName Property
                  • FeatureID Property
                  • FeederID Property
                  • ID Property
                  • IncidentDeviceFCID Property
                  • IncidentDeviceFeatureClassName Property
                  • IncidentDeviceOID Property
                  • IncidentID Property
                  • LoadpointID Property
                  • Operation Property
                  • ParentCustomer Property
                  • ParentIncident Property
                  • PriorityCustomerCount Property
                  • TimeOutage Property
                  • TimeRestored Property
                  • UserCreated Property
                  • UserUpdated Property
                  • UserUpdatedArch Property
              • LoadPointsObject
                • Overview
                • Members
                • LoadPointsObject Constructor
                  • LoadPointsObject Constructor(DataRow)
                  • LoadPointsObject Constructor(DataTable)
                  • LoadPointsObject Constructor(DataSet)
                • Methods
                  • SetResponsibleDevice Method
                • Properties
                  • CriticalCustomerCount Property
                  • CustomerAccount Property
                  • CustomerCount Property
                  • Customers Property
                  • DeviceFCID Property
                  • DeviceOID Property
                  • FeatureID Property
                  • ID Property
                  • IncidentDeviceFCID Property
                  • IncidentDeviceOID Property
                  • IncidentFeatureID Property
                  • IncidentID Property
                  • IsResponsibleDeviceChanging Property
                  • OpenPhases Property
                  • ParentIncident Property
                  • PriorityCustomerCount Property
                  • TimeOutage Property
                  • TimeRestored Property
                  • UserCreated Property
                  • UserUpdated Property
              • OperationsArchiveObject
                • Overview
                • Members
                • OperationsArchiveObject Constructor
                  • OperationsArchiveObject Constructor(DataRow)
                  • OperationsArchiveObject Constructor(DataTable)
                  • OperationsArchiveObject Constructor(DataSet)
                • Properties
                  • ChangeDate Property
                  • Description Property
                  • ExecutedBy Property
                  • ExecutedByName Property
                  • FacilityID Property
                  • FCID Property
                  • FeatureClassName Property
                  • FeatureID Property
                  • FeederID Property
                  • ID Property
                  • IncidentDeviceStepsArchive Property
                  • IncidentID Property
                  • JumperStepsArchive Property
                  • LineType Property
                  • OID Property
                  • Operation Property
                  • OperationID Property
                  • OperationStatus Property
                  • OrderID Property
                  • OwnerState Property
                  • ParentSequenceId Property
                  • ParentSwitchingOrder Property
                  • Point Property
                  • Remarks Property
                  • Sequence Property
                  • SubID Property
                  • SubstationID Property
                  • Summary Property
                  • TagGroundStepsArchive Property
                  • TimeExecuted Property
                  • TimeOwnerApproved Property
                  • Type Property
                  • UserCreated Property
                  • UserUpdated Property
                  • UserUpdatedArch Property
                  • X Property
                  • Y Property
              • OperationsObject
                • Overview
                • Members
                • OperationsObject Constructor
                  • OperationsObject Constructor(DataRow)
                  • OperationsObject Constructor(DataTable)
                  • OperationsObject Constructor(DataSet)
                • Properties
                  • Context Property
                  • Description Property
                  • DeviceGuid Property
                  • ExecutedBy Property
                  • ExecutedByName Property
                  • FacilityID Property
                  • FCID Property
                  • FeatureID Property
                  • FeederID Property
                  • ID Property
                  • IncidentDeviceSteps Property
                  • JumperSteps Property
                  • LineType Property
                  • OID Property
                  • OperationStatus Property
                  • OrderID Property
                  • OwnerState Property
                  • ParentSequenceId Property
                  • ParentSwitchingOrder Property
                  • PendingEdits Property
                  • Point Property
                  • Remarks Property
                  • Sequence Property
                  • SubID Property
                  • SubstationID Property
                  • Summary Property
                  • TagAndGroundSteps Property
                  • TimeExecuted Property
                  • TimeOwnerApproved Property
                  • Type Property
                  • UserCreated Property
                  • UserUpdated Property
                  • X Property
                  • Y Property
              • PendingEditsObject
                • Overview
                • Members
                • PendingEditsObject Constructor
                  • PendingEditsObject Constructor(DataRow)
                  • PendingEditsObject Constructor(DataTable)
                  • PendingEditsObject Constructor(DataSet)
                • Properties
                  • Feature Property
                  • Feeder Property
                  • IncidentID Property
                  • Operation Property
                  • OperationID Property
                  • ParentOperation Property
                  • Region Property
                  • Remarks Property
                  • Substation Property
                  • TimeStarted Property
              • PreviousCallsObject
                • Overview
                • Members
                • PreviousCallsObject Constructor
                  • PreviousCallsObject Constructor(DataRow)
                  • PreviousCallsObject Constructor(DataTable)
                  • PreviousCallsObject Constructor(DataSet)
                • Properties
                  • CallbackRequested Property
                  • Cause Property
                  • Duration Property
                  • Hazard Property
                  • ID Property
                  • Remarks Property
                  • TimeOutage Property
                  • TimeReceived Property
                  • TimeRestored Property
                  • Trouble Property
                  • Urgency Property
              • PreviousIncidentsArchiveObject
                • Overview
                • Members
                • PreviousIncidentsArchiveObject Constructor
                  • PreviousIncidentsArchiveObject Constructor(DataRow)
                  • PreviousIncidentsArchiveObject Constructor(DataTable)
                  • PreviousIncidentsArchiveObject Constructor(DataSet)
                • Properties
                  • Cause Property
                  • ChangeDate Property
                  • Duration Property
                  • Hazard Property
                  • ID Property
                  • RemarksDispatch Property
                  • RemarksField Property
                  • TimeOutage Property
                  • TimeRestored Property
                  • Weather Property
              • PreviousIncidentsObject
                • Overview
                • Members
                • PreviousIncidentsObject Constructor
                  • PreviousIncidentsObject Constructor(DataRow)
                  • PreviousIncidentsObject Constructor(DataTable)
                  • PreviousIncidentsObject Constructor(DataSet)
                • Properties
                  • Cause Property
                  • ChangeDate Property
                  • Duration Property
                  • Hazard Property
                  • ID Property
                  • RemarksDispatch Property
                  • RemarksField Property
                  • TimeOutage Property
                  • TimeRestored Property
                  • Weather Property
              • RegionAssignmentsObject
                • Overview
                • Members
                • RegionAssignmentsObject Constructor
                  • RegionAssignmentsObject Constructor(DataRow)
                  • RegionAssignmentsObject Constructor(DataTable)
                  • RegionAssignmentsObject Constructor(DataSet)
                • Properties
                  • ID Property
                  • ParentRegion Property
                  • ParentUser Property
                  • RegionID Property
                  • UserCreated Property
                  • UserID Property
                  • UserUpdated Property
              • RegionCustomersObject
                • Overview
                • Members
                • RegionCustomersObject Constructor
                  • RegionCustomersObject Constructor(DataRow)
                  • RegionCustomersObject Constructor(DataTable)
                  • RegionCustomersObject Constructor(DataSet)
                • Properties
                  • CountDate Property
                  • CriticalCustomerCount Property
                  • CustomerCount Property
                  • ID Property
                  • PriorityCustomerCount Property
                  • RegionID Property
              • RegionParentsObject
                • Overview
                • Members
                • RegionParentsObject Constructor
                  • RegionParentsObject Constructor(DataRow)
                  • RegionParentsObject Constructor(DataTable)
                  • RegionParentsObject Constructor(DataSet)
                • Properties
                  • Category Property
                  • Name Property
                  • Regions Property
              • RegionsObject
                • Overview
                • Members
                • RegionsObject Constructor
                  • RegionsObject Constructor(DataRow)
                  • RegionsObject Constructor(DataTable)
                  • RegionsObject Constructor(DataSet)
                • Properties
                  • ID Property
                  • Name Property
                  • ParentName Property
                  • ParentRegionParent Property
                  • RegionAssignments Property
              • ResponderObjectBaseGeneric<T>
                • Overview
                • Members
                • Methods
                  • CopyFrom Method
                    • CopyFrom(T) Method
                  • Find Method
                  • FindAll Method
                    • FindAll(DataSet) Method
                    • FindAll(DataTable) Method
                    • FindAll(IEnumerable<DataRow>) Method
                  • GetOriginalValue<TV> Method
                  • HasValue<TProp> Method
                  • New Method
                    • New() Method
                    • New(DataSet) Method
                    • New(DataTable) Method
                  • SetValueAllowingTruncateWithLog<TProperty> Method
                • Properties
                  • DataBaseTableName Property
                  • Represents Property
                  • Schema Property
              • SimulatedSwitchingOrderLoadpointsObject
                • Overview
                • Members
                • SimulatedSwitchingOrderLoadpointsObject Constructor
                  • SimulatedSwitchingOrderLoadpointsObject Constructor(DataRow)
                  • SimulatedSwitchingOrderLoadpointsObject Constructor(DataTable)
                  • SimulatedSwitchingOrderLoadpointsObject Constructor(DataSet)
                • Properties
                  • FCID Property
                  • FeatureID Property
                  • ID Property
                  • OID Property
                  • OrderID Property
                  • ParentSwitchingOrder Property
              • StepsObject
                • Overview
                • Members
                • StepsObject Constructor
                  • StepsObject Constructor(DataRow)
                  • StepsObject Constructor(DataTable)
                  • StepsObject Constructor(DataSet)
                • Properties
                  • Caption Property
                  • Category Property
                  • Key Property
                  • Rule Property
              • SwitchingLibraryFoldersObject
                • Overview
                • Members
                • SwitchingLibraryFoldersObject Constructor
                  • SwitchingLibraryFoldersObject Constructor(DataRow)
                  • SwitchingLibraryFoldersObject Constructor(DataTable)
                  • SwitchingLibraryFoldersObject Constructor(DataSet)
                • Properties
                  • Id Property
                  • Name Property
                  • ParentFolderId Property
                  • SwitchingLibraryFolders Property
                  • SwitchingOrders Property
              • SwitchingOrderAffectedLoadpointsObject
                • Overview
                • Members
                • SwitchingOrderAffectedLoadpointsObject Constructor
                  • SwitchingOrderAffectedLoadpointsObject Constructor(DataRow)
                  • SwitchingOrderAffectedLoadpointsObject Constructor(DataTable)
                  • SwitchingOrderAffectedLoadpointsObject Constructor(DataSet)
                • Properties
                  • FCID Property
                  • FeatureID Property
                  • ID Property
                  • OID Property
                  • ParentSwitchingOrderRequest Property
                  • RequestID Property
                  • UserCreated Property
                  • UserUpdated Property
              • SwitchingOrderFeaturesArchiveObject
                • Overview
                • Members
                • SwitchingOrderFeaturesArchiveObject Constructor
                  • SwitchingOrderFeaturesArchiveObject Constructor(DataRow)
                  • SwitchingOrderFeaturesArchiveObject Constructor(DataTable)
                  • SwitchingOrderFeaturesArchiveObject Constructor(DataSet)
                • Properties
                  • AffectsEnergization Property
                  • ChangeDate Property
                  • Comments Property
                  • Enabled Property
                  • FacilityID Property
                  • FCID Property
                  • FeatureClassName Property
                  • FeatureID Property
                  • FeederID Property
                  • ID Property
                  • IncidentID Property
                  • Name Property
                  • OID Property
                  • OperatingVoltage Property
                  • Operation Property
                  • ParentSwitchingOrderRequest Property
                  • PhaseDesignation Property
                  • Point Property
                  • Region Property
                  • RequestID Property
                  • SubID Property
                  • Substation Property
                  • Subtype Property
                  • UserCreated Property
                  • UserUpdated Property
                  • UserUpdatedArch Property
                  • X Property
                  • Y Property
              • SwitchingOrderFeaturesObject
                • Overview
                • Members
                • SwitchingOrderFeaturesObject Constructor
                  • SwitchingOrderFeaturesObject Constructor(DataRow)
                  • SwitchingOrderFeaturesObject Constructor(DataTable)
                  • SwitchingOrderFeaturesObject Constructor(DataSet)
                • Properties
                  • AffectsEnergization Property
                  • Comments Property
                  • Enabled Property
                  • FacilityID Property
                  • FCID Property
                  • FeatureID Property
                  • FeederID Property
                  • ID Property
                  • Name Property
                  • OID Property
                  • OperatingVoltage Property
                  • ParentSwitchingOrderRequest Property
                  • PhaseDesignation Property
                  • Point Property
                  • Region Property
                  • RequestID Property
                  • SubID Property
                  • Substation Property
                  • Subtype Property
                  • UserCreated Property
                  • UserUpdated Property
                  • X Property
                  • Y Property
              • SwitchingOrderRequestsArchiveObject
                • Overview
                • Members
                • SwitchingOrderRequestsArchiveObject Constructor
                  • SwitchingOrderRequestsArchiveObject Constructor(DataRow)
                  • SwitchingOrderRequestsArchiveObject Constructor(DataTable)
                  • SwitchingOrderRequestsArchiveObject Constructor(DataSet)
                • Properties
                  • ChangeDate Property
                  • CriticalCustomersCount Property
                  • FeederID Property
                  • ID Property
                  • IncidentID Property
                  • Name Property
                  • Operation Property
                  • OrderID Property
                  • ParentSwitchingOrder Property
                  • PhoneNumber Property
                  • PlannedBeginTime Property
                  • PlannedEndTime Property
                  • PriorityCustomersCount Property
                  • Reason Property
                  • Reference Property
                  • Region Property
                  • RequestID Property
                  • ShortDescription Property
                  • Status Property
                  • SwitchingOrderFeaturesArchive Property
                  • TotalCustomersCount Property
                  • UserCreated Property
                  • UserUpdated Property
                  • UserUpdatedArch Property
              • SwitchingOrderRequestsObject
                • Overview
                • Members
                • SwitchingOrderRequestsObject Constructor
                  • SwitchingOrderRequestsObject Constructor(DataRow)
                  • SwitchingOrderRequestsObject Constructor(DataTable)
                  • SwitchingOrderRequestsObject Constructor(DataSet)
                • Properties
                  • CriticalCustomersCount Property
                  • FeederID Property
                  • ID Property
                  • Name Property
                  • OrderID Property
                  • ParentSwitchingOrder Property
                  • PhoneNumber Property
                  • PlannedBeginTime Property
                  • PlannedEndTime Property
                  • PriorityCustomersCount Property
                  • Reason Property
                  • Reference Property
                  • Region Property
                  • ShortDescription Property
                  • Status Property
                  • SwitchingOrderAffectedLoadpoints Property
                  • SwitchingOrderFeatures Property
                  • TotalCustomersCount Property
                  • UserCreated Property
                  • UserUpdated Property
              • SwitchingOrdersArchiveObject
                • Overview
                • Members
                • SwitchingOrdersArchiveObject Constructor
                  • SwitchingOrdersArchiveObject Constructor(DataRow)
                  • SwitchingOrdersArchiveObject Constructor(DataTable)
                  • SwitchingOrdersArchiveObject Constructor(DataSet)
                • Properties
                  • ApprovedBy Property
                  • ChangeDate Property
                  • CreatedBy Property
                  • ID Property
                  • IncidentID Property
                  • Name Property
                  • Operation Property
                  • OperationsArchive Property
                  • OrderID Property
                  • ParentIncident Property
                  • Region Property
                  • Remarks Property
                  • RequestedBy Property
                  • Status Property
                  • SwitchingOrderRequestsArchive Property
                  • TimeApproved Property
                  • TimeBegin Property
                  • TimeCreated Property
                  • TimeEnd Property
                  • TimeRequested Property
                  • Type Property
                  • UserCreated Property
                  • UserUpdated Property
                  • UserUpdatedArch Property
              • SwitchingOrdersObject
                • Overview
                • Members
                • SwitchingOrdersObject Constructor
                  • SwitchingOrdersObject Constructor(DataRow)
                  • SwitchingOrdersObject Constructor(DataTable)
                  • SwitchingOrdersObject Constructor(DataSet)
                • Properties
                  • ApprovedBy Property
                  • CreatedBy Property
                  • FolderId Property
                  • ID Property
                  • IncidentID Property
                  • Name Property
                  • Operations Property
                  • ParentIncident Property
                  • ParentSwitchingLibraryFolder Property
                  • Region Property
                  • Remarks Property
                  • RequestedBy Property
                  • SimulatedSwitchingOrderLoadpoints Property
                  • Status Property
                  • SwitchingOrderRequests Property
                  • TimeApproved Property
                  • TimeBegin Property
                  • TimeCreated Property
                  • TimeEnd Property
                  • TimeRequested Property
                  • Type Property
                  • UserCreated Property
                  • UserUpdated Property
              • TableNameAttribute
                • Overview
                • Members
                • TableNameAttribute Constructor
                • Methods
                  • GetTableName Method
                  • GetTableRepresents Method
                • Properties
                  • Name Property
              • TagAndGroundStepsObject
                • Overview
                • Members
                • TagAndGroundStepsObject Constructor
                  • TagAndGroundStepsObject Constructor(DataRow)
                  • TagAndGroundStepsObject Constructor(DataTable)
                  • TagAndGroundStepsObject Constructor(DataSet)
                • Properties
                  • Action Property
                  • Ground Property
                  • ID Property
                  • OperationID Property
                  • ParentOperation Property
                  • Phases Property
                  • TagGuid Property
                  • TagID1 Property
                  • TagID2 Property
                  • TagID3 Property
                  • TagType Property
                  • UserCreated Property
                  • UserUpdated Property
              • TagGroundStepsArchiveObject
                • Overview
                • Members
                • TagGroundStepsArchiveObject Constructor
                  • TagGroundStepsArchiveObject Constructor(DataRow)
                  • TagGroundStepsArchiveObject Constructor(DataTable)
                  • TagGroundStepsArchiveObject Constructor(DataSet)
                • Properties
                  • Action Property
                  • ChangeDate Property
                  • Ground Property
                  • ID Property
                  • IncidentID Property
                  • Operation Property
                  • OperationID Property
                  • ParentOperation Property
                  • Phases Property
                  • TagAndGroundStepID Property
                  • TagGuid Property
                  • TagID1 Property
                  • TagID2 Property
                  • TagID3 Property
                  • TagType Property
                  • UserCreated Property
                  • UserUpdated Property
                  • UserUpdatedArch Property
              • TagsAndGroundsArchiveObject
                • Overview
                • Members
                • TagsAndGroundsArchiveObject Constructor
                  • TagsAndGroundsArchiveObject Constructor(DataRow)
                  • TagsAndGroundsArchiveObject Constructor(DataTable)
                  • TagsAndGroundsArchiveObject Constructor(DataSet)
                • Properties
                  • ChangeDate Property
                  • FacilityID Property
                  • FCID Property
                  • FeatureClassName Property
                  • FeatureID Property
                  • Ground Property
                  • ID Property
                  • OID Property
                  • Operation Property
                  • Origination Property
                  • Owner Property
                  • OwnerName Property
                  • Phases Property
                  • Point Property
                  • Region Property
                  • Remarks Property
                  • SubID Property
                  • Summary Property
                  • TagAndGroundID Property
                  • TagGuid Property
                  • TagID1 Property
                  • TagID2 Property
                  • TagID3 Property
                  • TagType Property
                  • TimePlaced Property
                  • TimeRemoved Property
                  • UserCreated Property
                  • UserUpdated Property
                  • UserUpdatedArch Property
                  • X Property
                  • Y Property
              • TagsAndGroundsObject
                • Overview
                • Members
                • TagsAndGroundsObject Constructor
                  • TagsAndGroundsObject Constructor(DataRow)
                  • TagsAndGroundsObject Constructor(DataTable)
                  • TagsAndGroundsObject Constructor(DataSet)
                • Properties
                  • FacilityID Property
                  • FCID Property
                  • FeatureID Property
                  • Ground Property
                  • ID Property
                  • OID Property
                  • Origination Property
                  • Owner Property
                  • OwnerName Property
                  • Phases Property
                  • Point Property
                  • Region Property
                  • Remarks Property
                  • SubID Property
                  • Summary Property
                  • TagGuid Property
                  • TagID1 Property
                  • TagID2 Property
                  • TagID3 Property
                  • TagType Property
                  • TimePlaced Property
                  • TimeRemoved Property
                  • UserCreated Property
                  • UserUpdated Property
                  • X Property
                  • Y Property
              • TMajorEventDayObject
                • Overview
                • Members
                • TMajorEventDayObject Constructor
                  • TMajorEventDayObject Constructor(DataRow)
                  • TMajorEventDayObject Constructor(DataTable)
                  • TMajorEventDayObject Constructor(DataSet)
                • Properties
                  • EndDate Property
                  • ID Property
                  • StartDate Property
                  • Tmed Property
              • TrucksArchiveObject
                • Overview
                • Members
                • TrucksArchiveObject Constructor
                  • TrucksArchiveObject Constructor(DataRow)
                  • TrucksArchiveObject Constructor(DataTable)
                  • TrucksArchiveObject Constructor(DataSet)
                • Properties
                  • ChangeDate Property
                  • Company Property
                  • CrewAssignmentID Property
                  • CrewID Property
                  • ID Property
                  • IncidentID Property
                  • Number Property
                  • Operation Property
                  • ParentCrew Property
                  • Radio1 Property
                  • Radio2 Property
                  • Region Property
                  • Status Property
                  • TruckID Property
                  • TruckType Property
                  • UserCreated Property
                  • UserUpdated Property
                  • UserUpdatedArch Property
              • TrucksObject
                • Overview
                • Members
                • TrucksObject Constructor
                  • TrucksObject Constructor(DataRow)
                  • TrucksObject Constructor(DataTable)
                  • TrucksObject Constructor(DataSet)
                • Properties
                  • Company Property
                  • CrewID Property
                  • ID Property
                  • Number Property
                  • ParentCrew Property
                  • Radio1 Property
                  • Radio2 Property
                  • Region Property
                  • Status Property
                  • TruckType Property
                  • UserCreated Property
                  • UserUpdated Property
              • UsersObject
                • Overview
                • Members
                • UsersObject Constructor
                  • UsersObject Constructor(DataRow)
                  • UsersObject Constructor(DataTable)
                  • UsersObject Constructor(DataSet)
                • Properties
                  • FirstName Property
                  • ID Property
                  • Incidents Property
                  • IsAnonymous Property
                  • LastActivityDate Property
                  • LastExplorerLoginDate Property
                  • LastName Property
                  • NTUserName Property
                  • RegionAssignments Property
                  • UserCreated Property
                  • UserLocDept Property
                  • UserUpdated Property
            • Enumerations
              • AccountTypeDomain
              • AffectsEnergizationTypeDomain
              • AmiEventDomain
              • CallbackReasonDomain
              • CallbackResultDomain
              • CallbackStatusDomain
              • CallerTypeDomain
              • CallOriginationDomain
              • CallTroubleDomain
              • CallUrgencyDomain
              • CancelReasonDomain
              • CauseDomain
              • CauseRusDomain
              • ConfirmedStateDomain
              • ConnectStatusDomain
              • CrewAssignmentStatusDomain
              • CrewAvailabilityStatusDomain
              • CrewCompanyDomain
              • CrewTypeDomain
              • CriticalDomain
              • CriticalTypeDomain
              • DeviceOperationDomain
              • ExpertiseDomain
              • HazardStatusDomain
              • HazardTypeDomain
              • HazardWireOwnerDomain
              • IncidentChildTypeDomain
              • IncidentDeviceStepActionDomain
              • IncidentStatusDomain
              • JumperStepTypeDomain
              • NetworkLevelDomain
              • OpenClosedDomain
              • OperationStatusDomain
              • OperationTypeDomain
              • OriginationTypeDomain
              • OwnerStateDomain
              • PriorityTypeDomain
              • SwitchingOrderStatusDomain
              • SwitchingOrderTypeDomain
              • SwitchOrderRequestStatusDomain
              • TagActionDomain
              • TagOriginationDomain
              • TagTypeDomain
              • TitleDomain
              • TruckCompanyDomain
              • TruckStatusDomain
              • TruckTypeDomain
              • UtilityTypeDomain
              • WeatherDomain
              • WeatherRusDomain
              • YesNoDomain
          • Miner.Responder.Shared.Security Namespace
            • Overview
            • Classes
              • ClientUserPermissions
                • Overview
                • Members
                • Methods
                  • IsAuthorized Method
                • Events
                  • IsAuthorizedCompleted Event
          • NDesk.Options Namespace
            • Overview
            • Classes
              • Option
                • Overview
                • Members
                • Methods
                  • GetNames Method
                  • GetValueSeparators Method
                  • Invoke Method
                  • OnParseComplete Method
                  • Parse<T> Method
                  • ToString Method
                • Properties
                  • Description Property
                  • MaxValueCount Property
                  • OptionValueType Property
                  • Prototype Property
              • OptionContext
                • Overview
                • Members
                • OptionContext Constructor
                • Properties
                  • Option Property
                  • OptionIndex Property
                  • OptionName Property
                  • OptionSet Property
                  • OptionValues Property
              • OptionException
                • Overview
                • Members
                • OptionException Constructor
                  • OptionException Constructor()
                  • OptionException Constructor(String,String)
                  • OptionException Constructor(String,String,Exception)
                  • OptionException Constructor(SerializationInfo,StreamingContext)
                • Methods
                  • GetObjectData Method
                • Properties
                  • OptionName Property
              • OptionSet
                • Overview
                • Members
                • OptionSet Constructor
                  • OptionSet Constructor()
                  • OptionSet Constructor(Converter<String,String>)
                • Methods
                  • Add Method
                    • Add(Option) Method
                    • Add(String,Action<String>) Method
                    • Add(String,String,Action<String>) Method
                    • Add(String,OptionAction<String,String>) Method
                    • Add(String,String,OptionAction<String,String>) Method
                    • Add<T>(String,Action<T>) Method
                    • Add<T>(String,String,Action<T>) Method
                    • Add<TKey,TValue>(String,OptionAction<TKey,TValue>) Method
                    • Add<TKey,TValue>(String,String,OptionAction<TKey,TValue>) Method
                  • CreateOptionContext Method
                  • GetKeyForItem Method
                  • GetOptionForName Method
                  • GetOptionParts Method
                  • InsertItem Method
                  • Parse Method
                    • Parse(IEnumerable<String>) Method
                    • Parse(String,OptionContext) Method
                  • RemoveItem Method
                  • SetItem Method
                  • WriteOptionDescriptions Method
                • Properties
                  • MessageLocalizer Property
              • OptionValueCollection
                • Overview
                • Members
                • Methods
                  • Add Method
                  • Clear Method
                  • Contains Method
                  • CopyTo Method
                  • GetEnumerator Method
                  • IndexOf Method
                  • Insert Method
                  • Remove Method
                  • RemoveAt Method
                  • ToArray Method
                  • ToList Method
                  • ToString Method
                • Properties
                  • Count Property
                  • IsReadOnly Property
                  • Item Property
            • Enumerations
              • OptionValueType
            • Delegates
              • OptionAction<TKey,TValue>
      • Miner.Responder.Windows Assembly
        • Overview
        • Namespaces
          • Miner.Responder.Windows Namespace
            • Overview
            • Classes
              • DataManager
                • Overview
                • Members
                • DataManager Constructor
                  • DataManager Constructor(IExplorerData)
                  • DataManager Constructor()
                • Methods
                  • BeginUpdate Method
                  • ChangeCultureTimeMode Method
                  • EndUpdate Method
                  • GeospatialToolDeactivated Method
                  • HandleConcurrencyError Method
                  • OnDataRowActivated Method
                  • OnDataRowSelected Method
                  • OnFeatureSelectionChanged Method
                  • OnGeoRowActivated Method
                  • OnGeoRowsActivated Method
                  • OnRefreshed Method
                    • OnRefreshed() Method
                    • OnRefreshed(RefreshType) Method
                  • OnRefreshing Method
                  • OnRefreshRateChanged Method
                  • OnReinitialize Method
                  • OnSubmitted Method
                  • OnSubmitting Method
                  • OnUpdateData Method
                  • RefreshConfigurator Method
                  • RefreshMap Method
                  • RegionName Method
                  • Submit Method
                    • Submit(DataSet) Method
                    • Submit(DataSet,Boolean,Boolean) Method
                • Properties
                  • ClientRules Property
                  • Configurator Property
                  • DataQueries Property
                  • ExplorerData Property
                  • Instance Property
                  • LastSelectedRow Property
                  • RefreshRate Property
                  • Styles Property
                  • SyncLock Property
                  • UserIsEditing Property
                • Events
                  • DataRowActivated Event
                  • DataRowSelected Event
                  • DispatcherChanged Event
                  • FeatureSelectionChanged Event
                  • GeoRowActivated Event
                  • Refreshed Event
                  • Refreshing Event
                  • RefreshRateChanged Event
                  • Reinitialize Event
                  • RolledUpIncidentNotification Event
                  • Submitted Event
                  • Submitting Event
                  • ToolDeactivated Event
                  • UpdateData Event
            • Interfaces
              • IExplorerData
                • Overview
                • Members
                • Methods
                  • InvokeBeforeDataUpdated Method
                  • InvokeDataUpdated Method
                  • Refresh Method
                  • RefreshUserData Method
                • Properties
                  • Datasets Property
                  • DispatcherAutoPopulating Property
                  • ForceHardRefresh Property
                  • HasRegions Property
                  • Options Property
                  • PendingDataset Property
                  • RegionIds Property
                  • RegionsAreConfigured Property
                  • ResponderDataset Property
                  • ShowAllRegionsAvailable Property
                  • ShowingAllRegions Property
                  • UserDisplayName Property
                  • UserID Property
                  • VisibleRegions Property
                  • VisibleRegionsView Property
                • Events
                  • BeforeDataUpdated Event
                  • DataUpdated Event
            • Delegates
              • DataManager.DataRowActivatedEventHandler
              • DataManager.GeoRowActivatedEventHandler
              • OutOfSyncDataEventHandler
      • Miner.Windows Assembly
        • Overview
        • Namespaces
          • Miner.Windows Namespace
            • Overview
            • Classes
              • AppearanceBase
                • Overview
                • Members
                • Properties
                  • AlphaLevel Property
                  • BackColor Property
                  • BackColor2 Property
                  • BackGradientStyle Property
                  • FontData Property
                  • ForeColor Property
              • AssemblyData
                • Overview
                • Members
                • AssemblyData Constructor
                • Properties
                  • AssemblyBuild Property
                  • AssemblyVersion Property
                  • Configuration Property
                  • Copyright Property
                  • LayoutInfo Property
                  • MainWindowInfo Property
                  • ProductBuild Property
                  • ProductDescription Property
                  • ProductName Property
                  • ProductVersion Property
                  • ResourceInfo Property
                  • SplashScreenInfo Property
              • AssemblyLayoutInfoAttribute
                • Overview
                • Members
                • AssemblyLayoutInfoAttribute Constructor
                • Properties
                  • ProductName Property
                  • VendorName Property
              • AssemblyMainWindowInfoAttribute
                • Overview
                • Members
                • AssemblyMainWindowInfoAttribute Constructor
                • Properties
                  • MainIconName Property
                  • MainTitle Property
              • AssemblyResourceInfoAttribute
                • Overview
                • Members
                • AssemblyResourceInfoAttribute Constructor
                • Properties
                  • ResourceBaseName Property
                  • ResourceTextFile Property
              • AssemblySplashScreenInfoAttribute
                • Overview
                • Members
                • AssemblySplashScreenInfoAttribute Constructor
                  • AssemblySplashScreenInfoAttribute Constructor(String)
                  • AssemblySplashScreenInfoAttribute Constructor(String,Boolean)
                  • AssemblySplashScreenInfoAttribute Constructor(String,String)
                  • AssemblySplashScreenInfoAttribute Constructor(String,String,String)
                • Properties
                  • BitmapName Property
                  • ShowText Property
                  • SpecialText Property
                  • TextColor Property
                  • VersionTextColor Property
              • DropDownItem
                • Overview
                • Members
                • DropDownItem Constructor
                  • DropDownItem Constructor(Object)
                  • DropDownItem Constructor(Object,String)
                • Methods
                  • Dispose Method
                    • Dispose(Boolean) Method
                    • Dispose() Method
                  • Finalize Method
                • Properties
                  • Appearance Property
                  • DataValue Property
                  • DisplayText Property
                  • DropDownList Property
                  • HasAppearance Property
              • DropDownItemCollection
                • Overview
                • Members
                • Methods
                  • Add Method
                    • Add(DropDownItem) Method
                    • Add(Object) Method
                    • Add(Object,String) Method
                  • AddRange Method
                  • Clear Method
                  • Contains Method
                    • Contains(DropDownItem) Method
                    • Contains(String) Method
                  • CopyTo Method
                  • GetEnumerator Method
                  • IndexOf Method
                  • Insert Method
                  • Remove Method
                  • RemoveAt Method
                • Properties
                  • Count Property
                  • IsReadOnly Property
                  • IsSynchronized Property
                  • Item Property
                  • SyncRoot Property
              • DropDownList
                • Overview
                • Members
                • Methods
                  • Add Method
                    • Add(Object) Method
                    • Add(Object,String) Method
                    • Add(DropDownItem) Method
                  • AddRange Method
                  • FindString Method
                • Properties
                  • Appearance Property
                  • DisplayStyle Property
                  • DropDownItems Property
                  • DropDownListAlignment Property
                  • DropDownListWidth Property
                  • FormatProvider Property
                  • FormatString Property
                  • HasAppearance Property
                  • MaxItemsDisplayed Property
                  • SelectedIndex Property
                  • SelectedItem Property
                  • SortStyle Property
              • FontData
                • Overview
                • Members
                • Properties
                  • Bold Property
                  • Italic Property
                  • Name Property
                  • SizeInPoints Property
                  • Underline Property
              • FrameworkDialog
                • Overview
                • Members
                • FrameworkDialog Constructor
                  • FrameworkDialog Constructor()
                  • FrameworkDialog Constructor(String)
                • Methods
                  • OnClosing Method
                  • OnLoad Method
                • Properties
                  • Key Property
              • MainApp
                • Overview
                • Members
                • Methods
                  • InitializeErrorHandling Method
                  • Run Method
                • Properties
                  • AppInitialized Property
                  • ExceptionUIEnabled Property
                  • HaveResources Property
                  • LayoutManager Property
                  • MainAssembly Property
                  • MainAttributes Property
                  • MainWin Property
                  • Resources Property
                • Events
                  • ApplicationClosing Event
                  • ApplicationInitialized Event
                  • ApplicationInitializing Event
                  • ApplicationStarting Event
                  • PerformDefaultLayout Event
                  • PerformDefaultSettings Event
                  • SelectSplashImage Event
              • MainStatusBar
                • Overview
                • Members
                • Methods
                  • Add Method
                  • Dispose Method
                    • Dispose() Method
                    • Dispose(Boolean) Method
                  • Finalize Method
                • Properties
                  • StatusMessage Property
              • MainStatusPanel
                • Overview
                • Members
                • MainStatusPanel Constructor
                • Methods
                  • Dispose Method
                    • Dispose() Method
                    • Dispose(Boolean) Method
                • Properties
                  • Control Property
                  • Image Property
                  • Padding Property
                  • SizingMode Property
                  • Text Property
                  • Width Property
              • MainWindow
                • Overview
                • Members
                • MainWindow Constructor
                • Methods
                  • Dispose Method
                    • Dispose(Boolean) Method
                  • FormatMainWindowText Method
                  • OnClosed Method
                  • OnClosing Method
                  • OnLoad Method
                  • OnMove Method
                  • OnResize Method
                  • OnResizeBegin Method
                  • OnResizeEnd Method
                • Properties
                  • CommandManager Property
                  • DockManager Property
                  • IsClosing Property
                  • MainStatusBar Property
                  • MdiTabManager Property
                • Events
                  • MainWindowResized Event
                  • MainWindowResizing Event
              • PersistDataItem
                • Overview
                • Members
                • PersistDataItem Constructor
                  • PersistDataItem Constructor()
                  • PersistDataItem Constructor(String,Object)
                • Methods
                  • Clone Method
                • Fields
                  • Name Field
                  • Type Field
                  • Value Field
              • ResourceData
                • Overview
                • Members
                • ResourceData Constructor
                • Methods
                  • ExistsResource Method
                  • GetBitmap Method
                    • GetBitmap(String) Method
                    • GetBitmap(String,Boolean) Method
                    • GetBitmap(String,Point) Method
                  • GetBitmapStrip Method
                    • GetBitmapStrip(String,Size) Method
                    • GetBitmapStrip(String,Size,Point) Method
                  • GetCursor Method
                  • GetIcon Method
                  • GetResourceStream Method
                    • GetResourceStream(String,String) Method
                    • GetResourceStream(String) Method
                  • GetSmallBitmapStrip Method
                    • GetSmallBitmapStrip(String) Method
                    • GetSmallBitmapStrip(String,Point) Method
                  • GetText Method
                    • GetText(String) Method
                    • GetText(String,Object[]) Method
                  • GetXmlResource Method
              • SelectSplashImageEventArgs
                • Overview
                • Members
                • SelectSplashImageEventArgs Constructor
                • Properties
                  • SplashImage Property
              • SplashEventArgs
                • Overview
                • Members
                • SplashEventArgs Constructor
                • Properties
                  • SplashScreen Property
              • SplashScreen
                • Overview
                • Members
                • SplashScreen Constructor
                • Methods
                  • Close Method
                  • Dispose Method
                    • Dispose(Boolean) Method
                    • Dispose() Method
                  • Finalize Method
                  • ShowStatus Method
            • Enumerations
              • DropDownAlignment
              • DropDownDisplayStyle
              • DropDownSortStyle
              • GradientStyle
              • StatusPanelSizeMode
              • StatusPanelStyle
              • TabSizing
              • TabStyle
            • Interfaces
              • ICreateData
                • Overview
                • Members
                • Methods
                  • DefineParameters Method
          • Miner.Windows.Commands Namespace
            • Overview
            • Classes
              • ButtonCommand
                • Overview
                • Members
              • CancelableCommandEventArgs
                • Overview
                • Members
                • CancelableCommandEventArgs Constructor
                • Properties
                  • Cancel Property
                  • Command Property
              • ComboBoxCommand
                • Overview
                • Members
                • Methods
                  • OnDropDownClosed Method
                  • OnDropDownOpening Method
                  • OnTextCommitted Method
                • Properties
                  • AutoComplete Property
                  • DropDownList Property
                  • DropDownStyle Property
                  • Items Property
                  • SelectedIndex Property
                  • SelectedItem Property
                • Events
                  • DropDownClosed Event
                  • DropDownOpening Event
                  • TextCommitted Event
              • Command
                • Overview
                • Members
                • Methods
                  • Execute Method
                  • OnActivating Method
                  • OnClick Method
                  • OnContextMenuOpening Method
                  • OnDeactivated Method
                  • OnDoubleClick Method
                  • OnKeyDown Method
                  • OnKeyPress Method
                  • OnKeyUp Method
                  • OnValueChanged Method
                • Properties
                  • Bounds Property
                  • Caption Property
                  • Category Property
                  • CustomizerCaption Property
                  • CustomizerDescription Property
                  • DefaultSize Property
                  • Description Property
                  • DisplayStyle Property
                  • Enabled Property
                  • FontBold Property
                  • Height Property
                  • Image Property
                  • ImageLarge Property
                  • Index Property
                  • IsActiveTool Property
                  • IsControlContainer Property
                  • IsFirstInGroup Property
                  • IsRootTool Property
                  • Key Property
                  • Persist Property
                  • Priority Property
                  • RecentlyUsed Property
                  • Shortcut Property
                  • ShowInCustomizer Property
                  • Tooltip Property
                  • Visible Property
                  • VisibleInstance Property
                  • Width Property
                • Events
                  • Activating Event
                  • Click Event
                  • ContextMenuOpening Event
                  • Deactivated Event
                  • DoubleClick Event
                  • KeyDown Event
                  • KeyPress Event
                  • KeyUp Event
                  • ValueChanged Event
              • CommandBar
                • Overview
                • Members
                • CommandBar Constructor
                  • CommandBar Constructor(String)
                  • CommandBar Constructor(String,String)
                • Methods
                  • Dispose Method
                    • Dispose(Boolean) Method
                    • Dispose() Method
                  • Finalize Method
                  • Position Method
                • Properties
                  • Commands Property
                  • DisplayStyle Property
                  • DockedColumn Property
                  • DockedPosition Property
                  • DockedRow Property
                  • FloatingLocation Property
                  • FloatingSize Property
                  • IsCustomCommandBar Property
                  • IsMainMenuBar Property
                  • Key Property
                  • Text Property
                  • TextPlacement Property
                  • Visible Property
              • CommandBarCollection
                • Overview
                • Members
                • Methods
                  • Add Method
                  • AddRange Method
                  • Clear Method
                  • Contains Method
                    • Contains(CommandBar) Method
                    • Contains(String) Method
                  • CopyTo Method
                  • GetEnumerator Method
                  • Remove Method
                  • RemoveAt Method
                • Properties
                  • Count Property
                  • IsReadOnly Property
                  • IsSynchronized Property
                  • Item Property
                    • Item(Int32) Property
                    • Item(String) Property
                  • SyncRoot Property
              • CommandBarCommandCollection
                • Overview
                • Members
                • Methods
                  • Add Method
                  • AddCommand Method
                  • AddCommandRange Method
                  • AddRange Method
                  • Clear Method
                    • Clear() Method
                    • Clear(Boolean) Method
                  • Contains Method
                    • Contains(Command) Method
                    • Contains(String) Method
                  • CopyTo Method
                  • GetEnumerator Method
                  • InsertCommand Method
                  • Remove Method
                    • Remove(Command) Method
                    • Remove(String) Method
                • Properties
                  • Count Property
                  • IsReadOnly Property
                  • IsSynchronized Property
                  • Item Property
                    • Item(Int32) Property
                    • Item(String) Property
                  • SyncRoot Property
              • CommandCollection
                • Overview
                • Members
                • Methods
                  • Add Method
                  • AddRange Method
                  • Clear Method
                  • Contains Method
                    • Contains(Command) Method
                    • Contains(String) Method
                  • CopyTo Method
                  • GetEnumerator Method
                  • Remove Method
                  • RemoveAt Method
                • Properties
                  • Count Property
                  • IsReadOnly Property
                  • IsSynchronized Property
                  • Item Property
                    • Item(Int32) Property
                    • Item(String) Property
                  • SyncRoot Property
              • CommandEventArgs
                • Overview
                • Members
                • CommandEventArgs Constructor
                • Properties
                  • Command Property
              • CommandManager
                • Overview
                • Members
                • Methods
                  • AddDockWindowMenuItems Method
                  • AddMdiWindowMenuItems Method
                    • AddMdiWindowMenuItems(String) Method
                    • AddMdiWindowMenuItems(String,WindowMenuOptions) Method
                  • DefaultMenuItem Method
                  • EnableCommandEvents Method
                  • MakePopup Method
                  • ShowCustomizeDialog Method
                  • ShowPopup Method
                    • ShowPopup(String,String[],Point) Method
                    • ShowPopup(String,Point) Method
                • Properties
                  • Checkmark Property
                  • CommandBars Property
                  • CommandOptionSets Property
                  • Commands Property
                  • CustomizeDialogShowing Property
                  • DockWindowMenuKey Property
                  • FloatingCommandBarFadeDelay Property
                  • ImageListLarge Property
                  • ImageListSmall Property
                  • ImageTransparentColor Property
                  • LockCommandBars Property
                  • MainMenu Property
                  • MdiWindowMenuKey Property
                  • MenuAnimationStyle Property
                  • ShowFontNamesInFont Property
                  • ShowFullMenus Property
                  • ShowFullMenusDelay Property
                  • ShowShortcutsInTooltips Property
                  • ShowTooltips Property
                  • ToolBarStyle Property
                  • UseLargeImagesOnCommandBars Property
                  • UseLargeImagesOnMenus Property
              • ContextMenuOpeningEventArgs
                • Overview
                • Members
                • ContextMenuOpeningEventArgs Constructor
                • Properties
                  • ContextMenuKey Property
                  • InstanceCommand Property
              • MenuSettings
                • Overview
                • Members
                • Properties
                  • IsSideStripVisible Property
                  • ItemBackColor Property
                  • MenuBackColor Property
                  • MenuBackColor2 Property
                  • MenuGradientStyle Property
                  • SideStripBackColor Property
                  • SideStripBackColor2 Property
                  • SideStripFontBold Property
                  • SideStripFontName Property
                  • SideStripFontSize Property
                  • SideStripForeColor Property
                  • SideStripImage Property
                  • SideStripText Property
              • OptionSet
                • Overview
                • Members
                • Methods
                  • OnSelectedCommandChanged Method
                • Properties
                  • AllowAllUp Property
                  • Commands Property
                  • Key Property
                  • SelectedButton Property
                • Events
                  • SelectedCommandChanged Event
              • OptionSetCollection
                • Overview
                • Members
                • Methods
                  • Add Method
                    • Add(OptionSet) Method
                    • Add(Boolean,String) Method
                  • Clear Method
                  • Contains Method
                    • Contains(OptionSet) Method
                    • Contains(String) Method
                  • CopyTo Method
                  • GetEnumerator Method
                  • Remove Method
                  • RemoveAt Method
                • Properties
                  • Count Property
                  • IsReadOnly Property
                  • IsSynchronized Property
                  • Item Property
                    • Item(Int32) Property
                    • Item(String) Property
                  • SyncRoot Property
              • PopupCommandBase
                • Overview
                • Members
                • Methods
                  • OnDropDownClosed Method
                  • OnDropDownOpening Method
                • Properties
                  • AllowTearaway Property
                  • DropDownArrowStyle Property
                • Events
                  • DropDownClosed Event
                  • DropDownOpening Event
              • PopupMenuCommand
                • Overview
                • Members
                • PopupMenuCommand Constructor
                  • PopupMenuCommand Constructor()
                  • PopupMenuCommand Constructor(String)
                  • PopupMenuCommand Constructor(String,String)
                  • PopupMenuCommand Constructor(String,String,Shortcut)
                • Properties
                  • Commands Property
                  • IsAnyPopupMenuShowing Property
                  • IsOpen Property
                  • Settings Property
              • StateButtonCommand
                • Overview
                • Members
                • Properties
                  • Checked Property
              • TextBoxCommand
                • Overview
                • Members
                • Properties
                  • CharacterCasing Property
                  • EditAppearance Property
                  • HasEditAppearance Property
                  • IsInEditMode Property
                  • Locked Property
                  • MaxLength Property
                  • MinimumSize Property
                  • PasswordChar Property
                  • SelectedText Property
                  • SelectionLength Property
                  • SelectionStart Property
                  • Text Property
                  • VerticalDisplayStyle Property
            • Enumerations
              • DefaultBoolean
              • DisplayStyle
              • DockedPosition
              • DropDownArrowStyle
              • DropDownStyle
              • GradientStyle
              • MenuAnimationStyle
              • TextPlacement
              • ToolBarStyle
              • VerticalDisplayStyle
              • WindowMenuOptions
          • Miner.Windows.Docking Namespace
            • Overview
            • Classes
              • DockAreaPane
                • Overview
                • Members
                • DockAreaPane Constructor
                  • DockAreaPane Constructor(DockedLocation)
                  • DockAreaPane Constructor(DockedLocation,ChildPaneStyle)
                  • DockAreaPane Constructor(DockedLocation,ChildPaneStyle,Size)
                • Properties
                  • DockedLocation Property
                  • FloatingLocation Property
              • DockAreaPaneCollection
                • Overview
                • Members
                • Methods
                  • Add Method
                  • AddRange Method
                  • Clear Method
                  • Contains Method
                    • Contains(DockAreaPane) Method
                    • Contains(String) Method
                  • CopyTo Method
                  • GetEnumerator Method
                  • Insert Method
                  • Remove Method
                  • RemoveAt Method
                • Properties
                  • Count Property
                  • IsReadOnly Property
                  • IsSynchronized Property
                  • Item Property
                    • Item(Int32) Property
                    • Item(String) Property
                  • SyncRoot Property
              • DockControl
                • Overview
                • Members
                • DockControl Constructor
                  • DockControl Constructor(String)
                  • DockControl Constructor(String,String)
                  • DockControl Constructor(String,String,String)
                  • DockControl Constructor(String,String,Bitmap)
                  • DockControl Constructor(String,String,String,Bitmap)
                • Methods
                  • Dispose Method
                    • Dispose(Boolean) Method
                  • Initialize Method
                • Properties
                  • Caption Property
                  • DockControlPane Property
                  • Key Property
                  • MenuCaption Property
                  • TabImage Property
                  • TabText Property
              • DockControlPane
                • Overview
                • Members
                • Methods
                  • Activate Method
                  • Flyout Method
                    • Flyout() Method
                    • Flyout(Boolean) Method
                    • Flyout(Boolean,Boolean) Method
                  • Pin Method
                  • Unpin Method
                • Properties
                  • Control Property
                  • FlyoutSize Property
                  • IsActive Property
                  • IsFlyoutPaneDisplay Property
                  • IsPinned Property
                  • IsVisible Property
                  • OriginalControlBounds Property
              • DockControlPaneCollection
                • Overview
                • Members
                • DockControlPaneCollection Constructor
                • Methods
                  • Add Method
                  • Clear Method
                  • Contains Method
                    • Contains(DockControlPane) Method
                    • Contains(String) Method
                    • Contains(Control) Method
                  • CopyTo Method
                  • GetEnumerator Method
                  • GetItemArray Method
                  • Insert Method
                  • Remove Method
                  • RemoveAt Method
                • Properties
                  • Count Property
                  • IsReadOnly Property
                  • IsSynchronized Property
                  • Item Property
                    • Item(Int32) Property
                    • Item(String) Property
                  • SyncRoot Property
              • DockGroupPane
                • Overview
                • Members
                • DockGroupPane Constructor
                  • DockGroupPane Constructor()
                  • DockGroupPane Constructor(ChildPaneStyle)
                • Methods
                  • Activate Method
                  • Close Method
                    • Close(Boolean) Method
                  • Contains Method
                  • GetDockGroupPane Method
                  • GetNextVisiblePane Method
                  • GetPreviousVisiblePane Method
                  • HasChildPanes Method
                  • Pin Method
                  • ShowChildPanes Method
                    • ShowChildPanes() Method
                    • ShowChildPanes(Boolean) Method
                  • Unpin Method
                • Properties
                  • ChildPaneStyle Property
                  • DefaultPaneSettings Property
                  • FirstVisiblePane Property
                  • GroupSettings Property
                  • HasDefaultPaneSettings Property
                  • HasGroupSettings Property
                  • IsActive Property
                  • IsVisible Property
                  • LastVisiblePane Property
                  • Panes Property
                  • SelectedTabIndex Property
              • DockManager
                • Overview
                • Members
                • Methods
                  • ActivatePane Method
                    • ActivatePane(String) Method
                    • ActivatePane(DockPaneBase) Method
                  • CreateDockArea Method
                    • CreateDockArea(DockedLocation,ChildPaneStyle,String[]) Method
                    • CreateDockArea(DockedLocation,ChildPaneStyle,DockPaneBase[]) Method
                  • CreateDockGroup Method
                    • CreateDockGroup(ChildPaneStyle,String[]) Method
                    • CreateDockGroup(ChildPaneStyle,DockPaneBase[]) Method
                  • FindDockableControl Method
                  • FindGroupPane Method
                • Properties
                  • ActivePane Property
                  • AnimationEnabled Property
                  • AnimationSpeed Property
                  • AutoHideDelay Property
                  • CompressUnpinnedTabs Property
                  • ControlPanes Property
                  • DefaultGroupSettings Property
                  • DefaultPaneSettings Property
                  • DockAreas Property
                  • HasDefaultGroupSettings Property
                  • HasDefaultPaneSettings Property
                  • HasUnpinnedTabAreaAppearance Property
                  • HotTracking Property
                  • ImageTransparentColor Property
                  • LayoutStyle Property
                  • ShowCloseButton Property
                  • ShowFloatingWindows Property
                  • ShowPinButton Property
                  • ShowTooltips Property
                  • SplitterBarAppearance Property
                  • SplitterBarWidth Property
                  • UnpinnedTabAreaAppearance Property
                  • UnpinnedTabHoverAction Property
                  • UnpinnedTabStyle Property
                  • UseDefaultContextMenus Property
                  • WindowStyle Property
                • Events
                  • DockingChanged Event
                  • DockWindowClosed Event
                  • DockWindowMenuClicked Event
                  • DockWindowPinned Event
                  • DockWindowUnpinned Event
              • DockPaneBase
                • Overview
                • Members
                • Methods
                  • Activate Method
                  • Close Method
                    • Close() Method
                    • Close(Boolean) Method
                  • Dock Method
                    • Dock(Boolean) Method
                    • Dock(DockedSide) Method
                  • Float Method
                    • Float() Method
                    • Float(Boolean) Method
                    • Float(Boolean,Point) Method
                    • Float(Boolean,Rectangle) Method
                  • Pin Method
                  • RepositionToGroup Method
                    • RepositionToGroup(DockGroupPane) Method
                    • RepositionToGroup(DockGroupPane,Int32) Method
                  • RepositionToPane Method
                  • Show Method
                  • ToggleDockState Method
                  • Unpin Method
                • Properties
                  • Caption Property
                  • Closed Property
                  • DockAreaPane Property
                  • DockedState Property
                  • HasSettings Property
                  • Index Property
                  • IsActive Property
                  • IsInitialized Property
                  • IsSelectedTab Property
                  • IsVisible Property
                  • Key Property
                  • Maximized Property
                  • MaximumSize Property
                  • Minimized Property
                  • MinimumSize Property
                  • NestDepth Property
                  • Parent Property
                  • ParentDocked Property
                  • ParentFloating Property
                  • Settings Property
                  • Size Property
                  • TabImage Property
                  • TabText Property
                  • TabTooltip Property
                  • TooltipCaption Property
              • DockPaneCollection
                • Overview
                • Members
                • Methods
                  • Add Method
                  • AddRange Method
                  • Clear Method
                  • Contains Method
                    • Contains(DockPaneBase) Method
                    • Contains(String) Method
                  • CopyTo Method
                  • GetEnumerator Method
                  • Insert Method
                  • Remove Method
                  • RemoveAt Method
                • Properties
                  • Count Property
                  • IsReadOnly Property
                  • IsSynchronized Property
                  • Item Property
                    • Item(Int32) Property
                    • Item(String) Property
                  • SyncRoot Property
                  • UnpinnedCount Property
                  • VisibleCount Property
              • DockWindowEventArgs
                • Overview
                • Members
                • DockWindowEventArgs Constructor
                • Properties
                  • ControlPane Property
              • GroupSettings
                • Overview
                • Members
                • Properties
                  • CaptionLocation Property
                  • CloseButtonBehavior Property
                  • HasTabAreaAppearance Property
                  • PinButtonBehavior Property
                  • TabAreaAppearance Property
                  • TabLocation Property
                  • TabSizing Property
                  • TabStyle Property
              • PaneSettings
                • Overview
                • Members
                • Properties
                  • ActiveCaptionAppearance Property
                  • ActivePaneAppearance Property
                  • ActiveSlidingGroupAppearance Property
                  • ActiveTabAppearance Property
                  • AllowClose Property
                  • AllowDockBottom Property
                  • AllowDockLeft Property
                  • AllowDockRight Property
                  • AllowDockTop Property
                  • AllowFloating Property
                  • AllowPin Property
                  • AllowResize Property
                  • Appearance Property
                  • CanDisplayAsMdiChild Property
                  • CaptionAppearance Property
                  • DoubleClickAction Property
                  • HasActiveCaptionAppearance Property
                  • HasActivePaneAppearance Property
                  • HasActiveSlidingGroupAppearance Property
                  • HasActiveTabAppearance Property
                  • HasAppearance Property
                  • HasCaptionAppearance Property
                  • HasHotTrackingCaptionAppearance Property
                  • HasHotTrackingSlidingGroupAppearance Property
                  • HasHotTrackingTabAppearance Property
                  • HasPaneAppearance Property
                  • HasSelectedSlidingGroupAppearance Property
                  • HasSelectedTabAppearance Property
                  • HasSlidingGroupAppearance Property
                  • HasTabAppearance Property
                  • HotTrackingCaptionAppearance Property
                  • HotTrackingSlidingGroupAppearance Property
                  • HotTrackingTabAppearance Property
                  • PaddingBottom Property
                  • PaddingLeft Property
                  • PaddingRight Property
                  • PaddingTop Property
                  • PaneAppearance Property
                  • SelectedSlidingGroupAppearance Property
                  • SelectedTabAppearance Property
                  • ShowCaption Property
                  • SlidingGroupAppearance Property
                  • TabAppearance Property
                  • TabWidth Property
            • Enumerations
              • AnimationSpeed
              • ChildPaneStyle
              • CloseButtonBehavior
              • DockAreaLayoutStyle
              • DockedLocation
              • DockedSide
              • DockedState
              • DockWindowStyles
              • Location
              • PaneDoubleClickAction
              • PanePosition
              • PinButtonBehavior
              • UnpinnedTabHoverAction
          • Miner.Windows.Layout Namespace
            • Overview
            • Classes
              • LayoutManager
                • Overview
                • Members
                • LayoutManager Constructor
                • Methods
                  • CreateAppObjects Method
                  • RestoreDialogBoxData Method
                  • RestoreLayout Method
                  • RestoreLayoutFinal Method
                  • SaveDialogBoxData Method
                  • SaveLayout Method
                • Properties
                  • Commands Property
          • Miner.Windows.Layout.Data Namespace
            • Overview
            • Classes
              • CommandItemLayout
                • Overview
                • Members
                • CommandItemLayout Constructor
                • Fields
                  • Caption Field
                  • CaptionSpecified Field
                  • CustomCaption Field
                  • CustomCaptionSpecified Field
                  • CustomDisplayStyle Field
                  • CustomDisplayStyleSpecified Field
                  • CustomIsFirstInGroup Field
                  • CustomIsFirstInGroupSpecified Field
                  • CustomRecentlyUsed Field
                  • CustomRecentlyUsedSpecified Field
                  • CustomVisible Field
                  • CustomVisibleSpecified Field
                  • DisplayStyle Field
                  • DisplayStyleSpecified Field
                  • IsFirstInGroup Field
                  • IsFirstInGroupSpecified Field
                  • Key Field
                  • LocateBefore Field
                  • LocateBeforeSpecified Field
                  • RecentlyUsed Field
                  • RecentlyUsedSpecified Field
                  • Width Field
                  • WidthSpecified Field
              • CommandItemLayoutCollection
                • Overview
                • Members
                • CommandItemLayoutCollection Constructor
                • Methods
                  • AddRange Method
                  • Contains Method
                    • Contains(String) Method
                  • InsertRange Method
                • Properties
                  • Item Property
              • CommandLayout
                • Overview
                • Members
                • CommandLayout Constructor
                • Properties
                  • CommandItems Property
                • Fields
                  • CreateData Field
                  • CustomShortcut Field
                  • CustomShortcutSpecified Field
                  • Key Field
                  • PersistedData Field
                  • Shortcut Field
                  • ShortcutSpecified Field
                  • SourceFile Field
                  • Type Field
              • CommandLayoutCollection
                • Overview
                • Members
                • CommandLayoutCollection Constructor
                • Properties
                  • Item Property
              • CreateDataItem
                • Overview
                • Members
                • CreateDataItem Constructor
                  • CreateDataItem Constructor()
                  • CreateDataItem Constructor(Object)
                • Methods
                  • Clone Method
                  • CreateArray Method
                  • MakeArray Method
                • Fields
                  • Type Field
                  • Value Field
              • LicenseLayout
                • Overview
                • Members
                • LicenseLayout Constructor
                  • LicenseLayout Constructor()
                  • LicenseLayout Constructor(LicenseLayout)
                • Fields
                  • Name Field
                  • SourceFile Field
              • LicenseLayoutCollection
                • Overview
                • Members
                • LicenseLayoutCollection Constructor
                • Methods
                  • Contains Method
                  • InsertRange Method
                • Properties
                  • Item Property
          • Miner.Windows.TabbedMdi Namespace
            • Overview
            • Classes
              • CancelableMdiWindowEventArgs
                • Overview
                • Members
                • CancelableMdiWindowEventArgs Constructor
                • Properties
                  • MdiTabForm Property
                  • TabKey Property
              • HiddenMdiTabCollection
                • Overview
                • Members
                • Methods
                  • Add Method
                  • Clear Method
                  • Contains Method
                    • Contains(MdiTab) Method
                    • Contains(String) Method
                  • CopyTo Method
                  • GetEnumerator Method
                  • IndexOf Method
                  • Remove Method
                • Properties
                  • Count Property
                  • IsReadOnly Property
                  • IsSynchronized Property
                  • Item Property
                    • Item(Int32) Property
                    • Item(String) Property
                  • SyncRoot Property
              • MdiTab
                • Overview
                • Members
                • Methods
                  • Close Method
                • Properties
                  • Index Property
                  • Key Property
                  • MdiTabForm Property
                  • MdiTabGroup Property
                  • Settings Property
                  • Text Property
                  • Tooltip Property
              • MdiTabCollection
                • Overview
                • Members
                • Methods
                  • Add Method
                  • Clear Method
                  • Contains Method
                    • Contains(MdiTab) Method
                    • Contains(String) Method
                  • CopyTo Method
                  • GetEnumerator Method
                  • IndexOf Method
                  • Remove Method
                • Properties
                  • Count Property
                  • IsReadOnly Property
                  • IsSynchronized Property
                  • Item Property
                    • Item(Int32) Property
                    • Item(String) Property
                  • SyncRoot Property
              • MdiTabForm
                • Overview
                • Members
                • MdiTabForm Constructor
                • Properties
                  • Key Property
              • MdiTabGroup
                • Overview
                • Members
                • Properties
                  • Extent Property
                  • FirstDisplayedTab Property
                  • Index Property
                  • Key Property
                  • SelectedTab Property
                  • Tabs Property
              • MdiTabGroupCollection
                • Overview
                • Members
                • Methods
                  • Add Method
                  • Clear Method
                  • Contains Method
                    • Contains(MdiTabGroup) Method
                    • Contains(String) Method
                  • CopyTo Method
                  • GetEnumerator Method
                  • Remove Method
                • Properties
                  • Count Property
                  • IsReadOnly Property
                  • IsSynchronized Property
                  • Item Property
                    • Item(Int32) Property
                    • Item(String) Property
                  • SyncRoot Property
              • MdiTabGroupSettings
                • Overview
                • Members
                • Properties
                  • AutoSelect Property
                  • ShowCloseButton Property
                  • TabStyle Property
              • MdiTabManager
                • Overview
                • Members
                • Methods
                  • FormFromKey Method
                  • MoveToGroup Method
                  • MoveToNewGroup Method
                  • TabFromForm Method
                  • TabFromKey Method
                • Properties
                  • ActiveTab Property
                  • AllowHorizontalTabGroups Property
                  • AllowVerticalTabGroups Property
                  • CanCreateNewGroup Property
                  • HasHiddenTabs Property
                  • HasTabGroups Property
                  • HiddenTabs Property
                  • MaxTabGroups Property
                  • MdiTabGroups Property
                  • MdiTabGroupSettings Property
                  • MdiTabSettings Property
                  • Orientation Property
                  • PersistMdiWindows Property
                  • ShowTooltips Property
                  • TabGroupHeight Property
                • Events
                  • MdiTabWindowClosing Event
                  • MdiWindowClosed Event
                  • MdiWindowClosing Event
                  • MdiWindowDisplayed Event
                  • MdiWindowInitialize Event
                  • MdiWindowSelected Event
              • MdiTabSettings
                • Overview
                • Members
                • Properties
                  • ActiveTabAppearance Property
                  • AllowClose Property
                  • AllowDrag Property
                  • DisplayFormIcon Property
                  • HasActiveTabAppearance Property
                  • HasHotTrackAppearance Property
                  • HasSelectedTabAppearance Property
                  • HasTabAppearance Property
                  • HotTrack Property
                  • HotTrackTabAppearance Property
                  • SelectedTabAppearance Property
                  • TabAppearance Property
                  • TabCloseAction Property
                  • TabWidth Property
              • MdiWindowEventArgs
                • Overview
                • Members
                • MdiWindowEventArgs Constructor
                • Properties
                  • MdiTabForm Property
                  • TabKey Property
            • Enumerations
              • MdiTabCloseAction
              • MdiTabDragStyle