• 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(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) 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
                  • IsProviderException Method
                  • IsUniqueConstraintError Method
                  • QuoteString Method
                  • ToSqlCalculateDuration Method
                  • ToSqlCompareDuration Method
                  • ToSqlFirstRowOnly Method
                  • ToSqlInterval Method
                  • ToSqlString Method
                  • ToSqlStringArray Method
                  • TranslateToProviderException Method
                • Properties
                  • SysDate Property
                  • UTCDate Property
              • 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
                  • ToInt32 Method
                  • ToInt64 Method
                  • ToString Method
                    • ToString(Object,String) Method
              • DbSql
                • Overview
                • Members
                • DbSql Constructor
                  • DbSql Constructor()
                  • DbSql Constructor(String)
                  • DbSql Constructor(String,IDbDataParameter[])
                • Methods
                  • PrepareCommand Method
                  • ToString Method
                • Properties
                  • CommandTimeout Property
                  • SqlText Property
                  • TableNameOverride Property
                  • UsesAbstractSql Property
                • Operators
                  • Explicit Type Conversion Operator
          • 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.Interfaces Namespace
            • Overview
            • Interfaces
              • IDataLoader
                • Overview
                • Members
                • Methods
                  • 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
              • DomainPairConfig
                • Overview
                • Members
                • DomainPairConfig Constructor
                • Properties
                  • Category Property
                  • Description Property
                  • Image Property
                  • UserVisible Property
                  • Value Property
          • 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
                • Fields
                  • ConfiguratorTracing Field
              • 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
                • Fields
                  • _evaluatorInput Field
            • Interfaces
              • IEvaluatorInput
                • Overview
                • Members
                • Methods
                  • Initialize Method
                • Properties
                  • Arguments Property
      • Miner.Framework.Engine Assembly
        • Overview
        • Namespaces
          • Miner.Framework Namespace
            • Overview
            • Classes
              • ArcGISRuntimeEnvironment
                • Overview
                • Members
                • ArcGISRuntimeEnvironment Constructor
                • Methods
                  • ClearStatusBarMessage Method
                  • FireActiveMapUpdated Method
                  • FireActiveViewChanged Method
                  • FireBeforeCloseDocument Method
                  • FireBeforeMapChanged Method
                  • FireBeforeMapReplaced Method
                  • FireBeforeMapsSynchronized Method
                  • FireBeforeOpenStoredDisplay Method
                  • FireBeforeSaveStoredDisplay Method
                  • FireBeforeShutdown Method
                  • FireCloseDocument Method
                  • FireMapReplaced Method
                  • FireMapsChanged Method
                  • FireMapsSynchronized Method
                  • FireNewDocument Method
                  • FireOnContextMenu Method
                  • FireOpenDocument Method
                  • FireOpenStoredDisplay Method
                  • FireSaveStoredDisplay Method
                  • FireShutdown Method
                  • FireStartup Method
                  • SetApplicationCaptionStrategy Method
                  • SethWndStrategy Method
                  • SetMapsStrategy Method
                  • SetStatusBarMessage Method
                  • SetStatusBarStrategy Method
                  • StandardCaption Method
                • Properties
                  • ActiveView Property
                  • BugfixVersion Property
                  • Caption Property
                  • FocusMap Property
                  • hWnd Property
                  • MajorVersion Property
                  • Maps Property
                  • MinorVersion Property
                  • OperationStack Property
                  • PageLayout Property
                  • StatusBar Property
              • DocumentWindowManager
                • Overview
                • Members
                • Methods
                  • Dispose Method
                  • FindWindowByName Method
                  • RegisterWindow Method
                  • Shutdown Method
                  • UnregisterWindow Method
                • Properties
                  • DelayUpdateContents Property
              • DynamicExtensionBase
                • Overview
                • Members
                • Methods
                  • Dispose Method
                    • Dispose() Method
                    • Dispose(Boolean) Method
                • Properties
                  • FeatureDescription Property
                  • FeatureName Property
                  • Name Property
                  • Version Property
                • Events
                  • LicenseCheckedIn Event
                  • LicenseCheckedOut Event
              • DynamicLicenseEventArgs
                • Overview
                • Members
                • DynamicLicenseEventArgs Constructor
                • Properties
                  • ProductCode Property
              • ExtentUpdatedEventArgs
                • Overview
                • Members
                • ExtentUpdatedEventArgs Constructor
                • Properties
                  • DisplayTransformation Property
                  • SizeChanged Property
              • FeatureClassChangedEventArgs
                • Overview
                • Members
                • FeatureClassChangedEventArgs Constructor
                • Properties
                  • NewFeatureClass Property
                  • OldFeatureClass Property
              • FieldIsNullException
                • Overview
                • Members
                • FieldIsNullException Constructor
                  • FieldIsNullException Constructor()
                  • FieldIsNullException Constructor(String)
                  • FieldIsNullException Constructor(String,Exception)
                  • FieldIsNullException Constructor(SerializationInfo,StreamingContext)
                  • FieldIsNullException Constructor(Int32,String,String)
                • Methods
                  • GetObjectData Method
                • Properties
                  • AssemblyId Property
                  • FieldName Property
                  • TableName Property
              • FieldNotFoundException
                • Overview
                • Members
                • FieldNotFoundException Constructor
                  • FieldNotFoundException Constructor()
                  • FieldNotFoundException Constructor(String)
                  • FieldNotFoundException Constructor(String,Exception)
                  • FieldNotFoundException Constructor(SerializationInfo,StreamingContext)
                  • FieldNotFoundException Constructor(String,String)
                • Methods
                  • GetObjectData Method
                • Properties
                  • FieldName Property
                  • TableName Property
              • HighlightEventArgs
                • Overview
                • Members
                • HighlightEventArgs Constructor
                • Properties
                  • GeometryEnvelope Property
                  • ScreenDisplay Property
              • ItemEventArgs
                • Overview
                • Members
                • ItemEventArgs Constructor
                • Properties
                  • Item Property
              • ItemReorderedEventArgs
                • Overview
                • Members
                • ItemReorderedEventArgs Constructor
                • Properties
                  • Item Property
                  • ToIndex Property
              • MapsSynchronizedEventArgs
                • Overview
                • Members
                • MapsSynchronizedEventArgs Constructor
              • MapViewEventArgs
                • Overview
                • Members
                • MapViewEventArgs Constructor
                • Properties
                  • Map Property
              • MapViewEvents
                • Overview
                • Members
                • Events
                  • ActiveGraphicsLayerChanged Event
                  • BeginBuildCache Event
                  • EndBuildCache Event
                  • FeatureClassChanged Event
                  • TableChanged Event
                  • VersionChanged Event
              • NetworkAdapterDynamicExtension
                • Overview
                • Members
                • NetworkAdapterDynamicExtension Constructor
              • ObjectStoreCollection
                • Overview
                • Members
                • ObjectStoreCollection Constructor
                • Methods
                  • AddObject Method
                    • AddObject(String,Object,Boolean) Method
                    • AddObject(String,Object) Method
                    • AddObject(String,IObjectStoreItem) Method
                  • ContainsObject Method
                  • Count Method
                  • Dispose Method
                  • GenerateKey Method
                  • GetEnumerator Method
                    • GetEnumerator(Type) Method
                    • GetEnumerator() Method
                  • RemoveObject Method
                  • TryAddObject Method
                  • TryRemoveObject Method
                • Properties
                  • Item Property
              • OpenDesignEventArgs
                • Overview
                • Members
                • OpenDesignEventArgs Constructor
                • Properties
                  • DesignId Property
              • OperationEnableChangedEventArgs
                • Overview
                • Members
                • OperationEnableChangedEventArgs Constructor
                • Properties
                  • Enabled Property
              • OperationGroup
                • Overview
                • Members
                • OperationGroup Constructor
                  • OperationGroup Constructor()
                  • OperationGroup Constructor(String)
                • Methods
                  • Add Method
                  • BeforeActivation Method
                  • BeforeDeactivation Method
                  • OperationAdded Method
                  • Remove Method
                  • ToString Method
                • Properties
                  • ActivationOperations Property
                  • DeactivationOperations Property
                  • Description Property
                  • Name Property
                  • Operations Property
              • OperationGroupActivatedEventArgs
                • Overview
                • Members
                • OperationGroupActivatedEventArgs Constructor
                • Properties
                  • ActivationStaus Property
              • OperationGroupDeactivatedEventArgs
                • Overview
                • Members
                • OperationGroupDeactivatedEventArgs Constructor
              • OperationGroups
                • Overview
                • Members
                • OperationGroups Constructor
                • Properties
                  • Groups Property
              • OperationMessageChangeEventArgs
                • Overview
                • Members
                • OperationMessageChangeEventArgs Constructor
                • Properties
                  • Message Property
              • OperationStatusChangedEventArgs
                • Overview
                • Members
                • OperationStatusChangedEventArgs Constructor
                • Properties
                  • Message Property
                  • Status Property
              • PostDesignEventArgs
                • Overview
                • Members
                • PostDesignEventArgs Constructor
                • Properties
                  • DesignId Property
              • ReconcileDesignEventArgs
                • Overview
                • Members
                • ReconcileDesignEventArgs Constructor
                • Properties
                  • DesignId Property
              • RotationUpdatedEventArgs
                • Overview
                • Members
                • RotationUpdatedEventArgs Constructor
                • Properties
                  • DisplayTransformation Property
              • RowStoreMonitor
                • Overview
                • Members
                • RowStoreMonitor Constructor
                • Methods
                  • ClearHistory Method
                  • Store Method
                  • WriteLog Method
                • Properties
                  • NumCallsOnUnchangedRows Property
                  • NumMultipleCalls Property
                  • NumMultipleCallsWithZeroNetChange Property
                  • TotalCalls Property
              • SaveDesignEventArgs
                • Overview
                • Members
                • SaveDesignEventArgs Constructor
                • Properties
                  • Saving Property
              • StoredItemEventArgs
                • Overview
                • Members
                • StoredItemEventArgs Constructor
                • Properties
                  • StoredItem Property
              • StoredItemManagerEvents
                • Overview
                • Members
                • Methods
                  • CurrentStoredItemUpdated Method
                  • OpeningStoredItem Method
                  • SavingStoredItem Method
                  • StoredItemCreated Method
                  • StoredItemDeleted Method
                  • StoredItemOpened Method
                  • StoredItemRenamed Method
                  • StoredItemSaved Method
                • Events
                  • CurrentStoredItemUpdatedEvent Event
                  • OpeningStoredItemEvent Event
                  • SavingStoredItemEvent Event
                  • StoredItemCreatedEvent Event
                  • StoredItemDeletedEvent Event
                  • StoredItemOpenedEvent Event
                  • StoredItemRenamedEvent Event
                  • StoredItemSavedEvent Event
              • TableChangedEventArgs
                • Overview
                • Members
                • TableChangedEventArgs Constructor
                • Properties
                  • NewTable Property
                  • OldTable Property
              • TableNotFoundException
                • Overview
                • Members
                • TableNotFoundException Constructor
                  • TableNotFoundException Constructor()
                  • TableNotFoundException Constructor(String)
                  • TableNotFoundException Constructor(String,Exception)
                  • TableNotFoundException Constructor(SerializationInfo,StreamingContext)
                  • TableNotFoundException Constructor(String,String)
                • Methods
                  • GetObjectData Method
                • Properties
                  • TableName Property
                  • WorkspaceName Property
              • VersionChangedEventArgs
                • Overview
                • Members
                • VersionChangedEventArgs Constructor
                • Properties
                  • NewVersion Property
                  • OldVersion Property
              • ViewRefreshedEventArgs
                • Overview
                • Members
                • ViewRefreshedEventArgs Constructor
                • Properties
                  • Data Property
                  • DrawPhase Property
                  • Envelope Property
            • Interfaces
              • IObjectStore
                • Overview
                • Members
                • Methods
                  • AddObject Method
                    • AddObject(String,Object,Boolean) Method
                    • AddObject(String,IObjectStoreItem) Method
                    • AddObject(String,Object) Method
                  • Clear Method
                  • ContainsObject Method
                  • Count Method
                  • GenerateKey Method
                  • RemoveObject Method
                  • TryAddObject Method
                  • TryRemoveObject Method
                • Properties
                  • Item Property
              • IOperationContainer
                • Overview
                • Members
                • Methods
                  • Add Method
                  • Remove Method
              • IOperationUI
                • Overview
                • Members
                • Properties
                  • Operation Property
            • Delegates
              • HighlightEvents.HighlightingEventHandler
              • StoredItemManagerEvents.CurrentStoredItemUpdatedEventHandler
              • StoredItemManagerEvents.OpeningStoredItemEventHandler
              • StoredItemManagerEvents.SavingStoredItemEventHandler
              • StoredItemManagerEvents.StoredItemCreatedEventHandler
              • StoredItemManagerEvents.StoredItemDeletedEventHandler
              • StoredItemManagerEvents.StoredItemOpenedEventHandler
              • StoredItemManagerEvents.StoredItemRenamedEventHandler
              • StoredItemManagerEvents.StoredItemSavedEventHandler
          • Miner.Framework.Autoupdaters Namespace
            • Overview
            • Classes
              • CompositeConduitToConductor
                • Overview
                • Members
                • CompositeConduitToConductor Constructor
                • Methods
                  • Execute Method
                  • get_Enabled Method
                    • get_Enabled(IRelationshipClass,IObjectClass,IObjectClass,mmEditEvent) Method
                    • get_Enabled(IRelationshipClass,mmEditEvent) Method
                • Properties
                  • Name Property
              • DeleteDuctConnector
                • Overview
                • Members
                • DeleteDuctConnector Constructor
                • Methods
                  • Execute Method
                  • get_Enabled Method
                • Properties
                  • Name Property
              • DuctBankConduitCross
                • Overview
                • Members
                • DuctBankConduitCross Constructor
                • Methods
                  • Execute Method
                  • get_Enabled Method
                • Properties
                  • ActiveDuctBankOid Property
                  • Name Property
                  • Pause Property
              • DuctConduitCross
                • Overview
                • Members
                • DuctConduitCross Constructor
                • Methods
                  • Execute Method
                  • get_Enabled Method
                • Properties
                  • Name Property
                  • Pause Property
              • FacilityID
                • Overview
                • Members
                • FacilityID Constructor
                • Methods
                  • Execute Method
                  • get_Enabled Method
                • Properties
                  • Name Property
              • PopulateEmptyConduitBlob
                • Overview
                • Members
                • PopulateEmptyConduitBlob Constructor
                • Methods
                  • Execute Method
                  • get_Enabled Method
                    • get_Enabled(IRelationshipClass,IObjectClass,IObjectClass,mmEditEvent) Method
                    • get_Enabled(IRelationshipClass,mmEditEvent) Method
                • Properties
                  • Name Property
              • RelateConductorDuct
                • Overview
                • Members
                • RelateConductorDuct Constructor
                • Methods
                  • Execute Method
                  • get_Enabled Method
                    • get_Enabled(IRelationshipClass,mmEditEvent) Method
                    • get_Enabled(IRelationshipClass,IObjectClass,IObjectClass,mmEditEvent) Method
                • Properties
                  • Name Property
              • RelateConductorToConduit
                • Overview
                • Members
                • RelateConductorToConduit Constructor
                • Methods
                  • Execute Method
                  • get_Enabled Method
                    • get_Enabled(IRelationshipClass,mmEditEvent) Method
                    • get_Enabled(IRelationshipClass,IObjectClass,IObjectClass,mmEditEvent) Method
                • Properties
                  • Name Property
              • ResizeDuct
                • Overview
                • Members
                • ResizeDuct Constructor
                • Methods
                  • Execute Method
                  • get_Enabled Method
                • Properties
                  • Name Property
          • Miner.Framework.Dispatch Namespace
            • Overview
            • Classes
              • MMAppInitializeDispatch
                • Overview
                • Members
                • MMAppInitializeDispatch Constructor
                • Methods
                  • CheckInExtension Method
                  • CheckOutExtension Method
                  • Initialize Method
                  • InitializedProduct Method
                  • IsExtensionCheckedOut Method
                  • IsExtensionCodeAvailable Method
                  • IsProductCodeAvailable Method
                  • Shutdown Method
              • MMAutoupdaterDispatch
                • Overview
                • Members
                • MMAutoupdaterDispatch Constructor
                • Methods
                  • FeatureConnected Method
                  • FeatureDisconnected Method
                  • FeatureMerged Method
                  • FeatureSplit Method
                  • ObjectChanged Method
                  • ObjectCreated Method
                  • ObjectDeleted Method
                  • ObjectInitialized Method
                  • ObjectValidated Method
                  • RelatedObjectChanged Method
                  • RelatedObjectMoved Method
                  • RelatedObjectRotated Method
                  • ShapeInitialized Method
                • Properties
                  • AutoUpdaterMode Property
              • MMRuntimeEnvironmentDispatch
                • Overview
                • Members
                • MMRuntimeEnvironmentDispatch Constructor
                • Properties
                  • RuntimeMode Property
                  • UserInterfaceSupported Property
          • Miner.Framework.Engine.AppMetrics Namespace
            • Overview
            • Classes
              • ApplicationExtension
                • Overview
                • Members
                • ApplicationExtension Constructor
                • Methods
                  • Shutdown Method
                  • Startup Method
                • Properties
                  • Name Property
          • Miner.Framework.Engine.LocateStrategies Namespace
            • Overview
            • Interfaces
              • IResetable
                • Overview
                • Members
                • Methods
                  • Reset Method
          • Miner.Framework.Engine.QaQc.Rules.StandardRules Namespace
            • Overview
            • Classes
              • DeEnergizedRule
                • Overview
                • Members
                • DeEnergizedRule Constructor
                • Methods
                  • get_Enabled Method
                  • GetFeederCache Method
                  • IsValid Method
                • Properties
                  • Bitmap Property
                  • Name Property
              • ElectricLoopRule
                • Overview
                • Members
                • ElectricLoopRule Constructor
                • Methods
                  • get_Enabled Method
                  • GetFeederCache Method
                  • IsValid Method
                • Properties
                  • Bitmap Property
                  • Name Property
              • MultiFeedRule
                • Overview
                • Members
                • MultiFeedRule Constructor
                • Methods
                  • get_Enabled Method
                  • GetFeederCache Method
                  • IsValid Method
                • Properties
                  • Bitmap Property
                  • Name Property
              • OperatingVoltageIncreaseRule
                • Overview
                • Members
                • OperatingVoltageIncreaseRule Constructor
                • Methods
                  • get_Enabled Method
                  • IsValid Method
                • Properties
                  • Bitmap Property
                  • Name Property
              • OperatingVoltageMismatchRule
                • Overview
                • Members
                • OperatingVoltageMismatchRule Constructor
                • Methods
                  • get_Enabled Method
                  • IsValid Method
                • Properties
                  • Bitmap Property
                  • Name Property
              • ServicePointFeederIdNotPopulatedRule
                • Overview
                • Members
                • ServicePointFeederIdNotPopulatedRule Constructor
                • Methods
                  • get_Enabled Method
                  • IsValid Method
                • Properties
                  • Bitmap Property
                  • Name Property
              • ServicePointPhaseDesignationNotPopulatedRule
                • Overview
                • Members
                • ServicePointPhaseDesignationNotPopulatedRule Constructor
                • Methods
                  • get_Enabled Method
                  • IsValid Method
                • Properties
                  • Bitmap Property
                  • Name Property
              • ServicePointPhaseDesignationRule
                • Overview
                • Members
                • ServicePointPhaseDesignationRule Constructor
                • Methods
                  • get_Enabled Method
                  • IsValid Method
                • Properties
                  • Bitmap Property
                  • Name Property
          • Miner.Framework.Gps Namespace
            • Overview
            • Classes
              • GpsInfo
                • Overview
                • Members
                • Properties
                  • IsGpsActive Property
                  • MapPoint Property
                  • RealTimeFeedMgr Property
              • GpsManager
                • Overview
                • Members
                • GpsManager Constructor
                • Methods
                  • GetRealTimeFeedManager Method
          • Miner.Framework.Location Namespace
            • Overview
            • Classes
              • AddressSearchConfig
                • Overview
                • Members
                • AddressSearchConfig Constructor
                • Properties
                  • AddressInput Property
                  • Locator Property
                  • SearchParameters Property
              • AddressSearchResults
                • Overview
                • Members
                • AddressSearchResults Constructor
                • Methods
                  • Equals Method
                  • FoundGeometry Method
                  • GetHashCode Method
                • Properties
                  • AddressLocation Property
                  • Message Property
                  • SearchResultsSet Property
                  • StandardAddressString Property
              • AddressSearchStrategy
                • Overview
                • Members
                • AddressSearchStrategy Constructor
                • Methods
                  • Find Method
              • DirectionSearchConfig
                • Overview
                • Members
                • DirectionSearchConfig Constructor
                • Properties
                  • EndAddressInput Property
                  • Locator Property
                  • RouteSolverOptions Property
                  • SearchParameters Property
                  • StartAddressInput Property
              • DirectionSearchResults
                • Overview
                • Members
                • DirectionSearchResults Constructor
                • Methods
                  • Clear Method
                  • Display Method
                • Properties
                  • CostAttributes Property
                  • DirectionsFileFullName Property
                  • FromAddressName Property
                  • FromSearchResultsSet Property
                  • Message Property
                  • RouteExtent Property
                  • RoutePolyline Property
                  • SelectedCostAttribute Property
                  • ToAddressName Property
                  • ToSearchResultsSet Property
              • DirectionSearchStreetMapSolver
                • Overview
                • Members
                • DirectionSearchStreetMapSolver Constructor
                • Methods
                  • ClearSearch Method
                  • Find Method
                  • InitializeSolver Method
                • Properties
                  • SolverInitialized Property
                  • SolverOptions Property
                  • SolverType Property
              • LocatorsCacheExtension
                • Overview
                • Members
                • LocatorsCacheExtension Constructor
                • Methods
                  • Shutdown Method
                  • Startup Method
                • Properties
                  • Name Property
              • RouteSolverOptions
                • Overview
                • Members
                • RouteSolverOptions Constructor
                • Properties
                  • CostAttributes Property
                  • Restrictions Property
                  • RoadPreference Property
                  • SelectedCostAttribute Property
                  • SolverType Property
          • Miner.Framework.Mobile Namespace
            • Overview
            • Classes
              • GroupLayerProperties
                • Overview
                • Members
                • GroupLayerProperties Constructor
                • Methods
                  • DeleteAllModelNames Method
                  • DeleteModelName Method
                  • GetAllModelNames Method
                  • GetClassID Method
                  • GetSizeMax Method
                  • IsDirty Method
                  • Load Method
                  • ModelNameExists Method
                  • Save Method
                  • SetModelName Method
              • MobileBackdropLayer
                • Overview
                • Members
                • MobileBackdropLayer Constructor
                • Methods
                  • CleanUp Method
                  • Dispose Method
                  • Finalize Method
                  • ILayer_Draw Method
                  • ILayer_get_AreaOfInterest Method
                  • ILayer_get_Cached Method
                  • ILayer_get_MaximumScale Method
                  • ILayer_get_MinimumScale Method
                  • ILayer_get_Name Method
                  • ILayer_get_ShowTips Method
                  • ILayer_get_SupportedDrawPhases Method
                  • ILayer_get_TipText Method
                  • ILayer_get_Valid Method
                  • ILayer_get_Visible Method
                  • ILayer_set_Cached Method
                  • ILayer_set_MaximumScale Method
                  • ILayer_set_MinimumScale Method
                  • ILayer_set_Name Method
                  • ILayer_set_ShowTips Method
                  • ILayer_set_SpatialReference Method
                  • ILayer_set_Visible Method
                  • InitializedOK Method
                  • Load Method
                    • Load(IVariantStream) Method
                  • Save Method
                    • Save(IVariantStream) Method
                • Properties
                  • BackdropLayer Property
                  • ID Property
                  • ILayer_AreaOfInterest Property
                  • ILayer_Cached Property
                  • ILayer_MaximumScale Property
                  • ILayer_MinimumScale Property
                  • ILayer_Name Property
                  • ILayer_ShowTips Property
                  • ILayer_SpatialReference Property
                  • ILayer_SupportedDrawPhases Property
                  • ILayer_TipText Property
                  • ILayer_Valid Property
                  • ILayer_Visible Property
                  • ShadowTable Property
          • Miner.Framework.Objects Namespace
            • Overview
            • Classes
              • VB6ResourceLoader
                • Overview
                • Members
                • VB6ResourceLoader Constructor
                • Methods
                  • LoadCursorHandle Method
                  • LoadIconHandle Method
                  • LoadImageHandle Method
                  • Shutdown Method
                  • Startup Method
                • Properties
                  • Name Property
          • Miner.Framework.Packages Namespace
            • Overview
            • Classes
              • EnvelopePackage
                • Overview
                • Members
                • EnvelopePackage Constructor
                • Methods
                  • GetDirty Method
                  • Load Method
                  • LoadFromStream Method
                  • RecursiveLoadFromStream Method
                  • RecursiveSaveToStream Method
                  • Save Method
                  • SaveToStream Method
                  • SetDirty Method
                • Properties
                  • Envelope Property
                  • ID Property
          • Miner.Framework.QaQc Namespace
            • Overview
            • Classes
              • QaQcNullCallback
                • Overview
                • Members
                • QaQcNullCallback Constructor
                • Methods
                  • CallDoEvents Method
                  • Initialize Method
                  • IsMessageUp Method
                  • IsQAQCCancelled Method
                  • SetMessageWindow Method
                  • SwitchToQATab Method
                  • UnloadMessage Method
                  • UpdateMessage Method
              • QaQcProcessor
                • Overview
                • Members
                • QaQcProcessor Constructor
                • Methods
                  • Dispose Method
                  • Finalize Method
                  • QAAppendList Method
                  • QAList Method
                  • QASingleRow Method
                  • RestartTreeBuilding Method
              • QaQcProcessorResults
                • Overview
                • Members
                • QaQcProcessorResults Constructor
                • Properties
                  • ErrorCount Property
                  • QAResultList Property
          • Miner.Framework.QaQc.Rules.StandardRules Namespace
            • Overview
            • Classes
              • DuplicateGeometry
                • Overview
                • Members
                • DuplicateGeometry Constructor
                • Methods
                  • get_Enabled Method
                  • IsValid Method
                • Properties
                  • Bitmap Property
                  • Name Property
          • Miner.Framework.Search Namespace
            • Overview
            • Classes
              • RowLayerSearchResults
                • Overview
                • Members
                • RowLayerSearchResults Constructor
                • Methods
                  • AddCursor Method
                  • AddRow Method
                  • NextRow Method
                  • Reset Method
                • Properties
                  • Count Property
                  • Layer Property
                  • Threshold Property
              • RowSearchResults
                • Overview
                • Members
                • RowSearchResults Constructor
                • Methods
                  • AddCursor Method
                  • AddRow Method
                  • NextRow Method
                  • Reset Method
                • Properties
                  • Count Property
                  • Threshold Property
          • Miner.Framework.Search.Strategies Namespace
            • Overview
            • Classes
              • FeederManagerSearch
                • Overview
                • Members
                • FeederManagerSearch Constructor
                • Methods
                  • Find Method
              • ObjectEditorSearch
                • Overview
                • Members
                • ObjectEditorSearch Constructor
                • Methods
                  • Find Method
              • PrimaryDisplaySearch
                • Overview
                • Members
                • PrimaryDisplaySearch Constructor
                • Methods
                  • Find Method
              • SearchLayer
                • Overview
                • Members
                • SearchLayer Constructor
                • Methods
                  • Deserialize Method
                  • Serialize Method
                • Properties
                  • Fields Property
                  • Layer Property
                  • Relationships Property
              • SearchLayerCollection
                • Overview
                • Members
                • SearchLayerCollection Constructor
                • Methods
                  • Add Method
                  • Clear Method
                  • Contains Method
                  • CopyTo Method
                  • Deserialize Method
                  • GetEnumerator Method
                  • IndexOf Method
                  • Insert Method
                  • Remove Method
                  • RemoveAt Method
                  • Serialize Method
                • Properties
                  • Count Property
                  • IsReadOnly Property
                  • Item Property
              • SimpleSearch
                • Overview
                • Members
                • SimpleSearch Constructor
                • Methods
                  • Find Method
              • SimpleSearchOptions
                • Overview
                • Members
                • SimpleSearchOptions Constructor
                • Methods
                  • Deserialize Method
                  • Serialize Method
                • Properties
                  • ExactMatch Property
                  • MaxRecords Property
                  • SearchLayers Property
                  • UserQuery Property
              • XYSearch
                • Overview
                • Members
                • XYSearch Constructor
                • Methods
                  • Find Method
                  • Reset Method
          • Miner.Framework.Trace Namespace
            • Overview
            • Classes
              • EdgeElectricTraceWeight
                • Overview
                • Members
                • EdgeElectricTraceWeight Constructor
                  • EdgeElectricTraceWeight Constructor(UInt32)
                  • EdgeElectricTraceWeight Constructor(Int32)
                • Methods
                  • IsConductorPresent Method
                • Properties
                  • ConductorPresentPhases Property
                  • IsNonFeeder Property
                  • VoltageCode Property
              • EdgeElectricTraceWeight.NamedBit
                • Overview
                • Members
                • Fields
                  • ConductorPresentPhaseA Field
                  • ConductorPresentPhaseB Field
                  • ConductorPresentPhaseC Field
                  • ConductorPresentPhases Field
                  • NonFeeder Field
                  • VoltageCode Field
              • ElectricTraceWeight
                • Overview
                • Members
                • Methods
                  • PhasesInCommon Method
                  • ToPhaseChangeCode Method
                  • ToSetOfPhases Method
                  • Validate Method
                    • Validate(SetOfPhases) Method
                    • Validate(PhaseChangeCode) Method
                • Fields
                  • WeightName Field
                  • WeightValue Field
              • JunctionElectricTraceWeight
                • Overview
                • Members
                • JunctionElectricTraceWeight Constructor
                  • JunctionElectricTraceWeight Constructor(UInt32)
                  • JunctionElectricTraceWeight Constructor(Int32)
                • Methods
                  • CloseNormalPhases Method
                  • IsLoadpointDevice Method
                  • IsNormalClosed Method
                  • IsNormalClosedOnAtLeastThesePhases Method
                  • IsNormallyOpenSwitchableDevice Method
                  • IsNormalOpen Method
                  • IsOperational Method
                  • IsProtected Method
                  • IsSubsidiarySourceDevice Method
                  • IsSwitchDevice Method
                  • IsTransformerDevice Method
                  • OpenNormalPhases Method
                • Properties
                  • IsCircuitSource Property
                  • IsGangOperated Property
                  • IsLoadpoint Property
                  • IsSubsidiarySource Property
                  • IsSwitch Property
                  • IsTransformer Property
                  • NormalClosedPhases Property
                  • NormalOpenPhases Property
                  • OperationalPhases Property
                  • PhaseChange Property
                  • ProtectedPhases Property
              • JunctionElectricTraceWeight.NamedBit
                • Overview
                • Members
                • Fields
                  • CircuitSource Field
                  • GangOperated Field
                  • LoadPoint Field
                  • NormalStatusPhaseA Field
                  • NormalStatusPhaseB Field
                  • NormalStatusPhaseC Field
                  • NormalStatusPhases Field
                  • OperationalPhaseA Field
                  • OperationalPhaseB Field
                  • OperationalPhaseC Field
                  • OperationalPhases Field
                  • PhaseChange Field
                  • ProtectedPhaseA Field
                  • ProtectedPhaseB Field
                  • ProtectedPhaseC Field
                  • ProtectedPhases Field
                  • SubsidiarySource Field
                  • Switch Field
                  • Transformer Field
            • Enumerations
              • PhaseChangeCode
          • Miner.Framework.Trace.Results Namespace
            • Overview
            • Classes
              • DisplaySearchResults
                • Overview
                • Members
                • Methods
                  • Clear Method
                  • Display Method
                  • GetDisplayEnvelope Method
                  • InternalDisplayFromEIDs Method
                  • InternalDisplayFromRows Method
                  • ZoomToResults Method
                • Properties
                  • SearchControl Property
              • DisplaySearchResultsGraphics
                • Overview
                • Members
                • DisplaySearchResultsGraphics Constructor
                  • DisplaySearchResultsGraphics Constructor()
                  • DisplaySearchResultsGraphics Constructor(Byte,Double,Double,Int32,Boolean)
                • Methods
                  • Clear Method
                  • InternalDisplayFromEIDs Method
                  • InternalDisplayFromRows Method
              • DisplaySearchResultsSelection
                • Overview
                • Members
                • DisplaySearchResultsSelection Constructor
                  • DisplaySearchResultsSelection Constructor()
                  • DisplaySearchResultsSelection Constructor(IMMSearchControl)
                • Methods
                  • Clear Method
                  • InternalDisplayFromEIDs Method
                  • InternalDisplayFromRows Method
              • TraceResults
                • Overview
                • Members
                • TraceResults Constructor
                • Methods
                  • ClearTraceResults Method
                  • HasTraceResults Method
                  • SetTraceResults Method
                  • ZoomToTraceResults Method
                • Properties
                  • AlreadyZoomedToTraceResults Property
                  • CurrentTraceResults Property
                  • DisplaySearchResults Property
                  • ShouldZoomToTraceResults Property
                  • TraceResultsChanged Property
                  • TraceSearchResults Property
          • Miner.Framework.Trace.Utilities Namespace
            • Overview
            • Classes
              • ClearTraceMarks
                • Overview
                • Members
                • ClearTraceMarks Constructor
                • Methods
                  • ClearAllTraceMarks Method
                  • GetClearTraceMarksFlags Method
                  • RemoveElement Method
                  • RemoveStopper Method
              • ExcludedStoppers
                • Overview
                • Members
                • ExcludedStoppers Constructor
                • Methods
                  • ClearStoppers Method
                  • CountStoppers Method
                  • GetStoppers Method
                  • RemoveStopper Method
              • IncludedStoppers
                • Overview
                • Members
                • IncludedStoppers Constructor
                • Methods
                  • ClearStoppers Method
                  • CountStoppers Method
                  • GetStoppers Method
                  • RemoveStopper Method
              • SourcedStoppers
                • Overview
                • Members
                • SourcedStoppers Constructor
                • Methods
                  • ClearStoppers Method
                  • CountStoppers Method
                  • GetStoppers Method
                  • RemoveStopper Method
              • SqueezeOff
                • Overview
                • Members
                • SqueezeOff Constructor
                • Methods
                  • ClearStoppers Method
                  • CountStoppers Method
                  • GetStoppers Method
                  • RemoveStopper Method
              • TraceBuffer
                • Overview
                • Members
                • TraceBuffer Constructor
                • Methods
                  • CreateBuffer Method
                  • CreateBufferPolygon Method
                  • DeleteBuffer Method
                  • DeleteBufferByMap Method
                  • DrawBufferPolygon Method
                • Properties
                  • TraceBufferDistance Property
              • TraceRun
                • Overview
                • Members
                • TraceRun Constructor
                • Methods
                  • RunTrace Method
          • Miner.Framework.ValidationRules Namespace
            • Overview
            • Classes
              • ElectricConnectRule
                • Overview
                • Members
                • ElectricConnectRule Constructor
                • Methods
                  • get_Enabled Method
                  • IsValid Method
                • Properties
                  • Bitmap Property
                  • Name Property
              • GasConnectRule
                • Overview
                • Members
                • GasConnectRule Constructor
                • Methods
                  • get_Enabled Method
                  • IsValid Method
                • Properties
                  • Bitmap Property
                  • Name Property
              • NonFeederDevicePhaseRule
                • Overview
                • Members
                • NonFeederDevicePhaseRule Constructor
                • Methods
                  • get_Enabled Method
                  • IsValid Method
                • Properties
                  • Bitmap Property
                  • Name Property
              • TraceWeightFeederInfoRule
                • Overview
                • Members
                • TraceWeightFeederInfoRule Constructor
                • Methods
                  • get_Enabled Method
                  • IsValid Method
                • Properties
                  • Bitmap Property
                  • Name Property
          • Miner.Framework.WorkspaceUtilities Namespace
            • Overview
            • Classes
              • RegularExpressionWrapper
                • Overview
                • Members
                • RegularExpressionWrapper Constructor
          • Miner.Framework.Xml.Serialization Namespace
            • Overview
            • Classes
              • ListItemDefinition
                • Overview
                • Members
                • ListItemDefinition Constructor
                • Properties
                  • Property Property
                  • type Property
                  • Value Property
              • ListPropertyDefinition
                • Overview
                • Members
                • ListPropertyDefinition Constructor
                • Properties
                  • ListItem Property
                  • name Property
                  • Operation Property
                  • type Property
              • OperationDefinition
                • Overview
                • Members
                • OperationDefinition Constructor
                • Properties
                  • ListProperty Property
                  • Operation Property
                  • OperationUI Property
                  • Property Property
                  • type Property
              • OperationGroupDefinition
                • Overview
                • Members
                • OperationGroupDefinition Constructor
                • Properties
                  • ActivationOperations Property
                  • DeactivationOperations Property
                  • Operation Property
                  • Property Property
                  • type Property
              • OperationGroupsDefinition
                • Overview
                • Members
                • OperationGroupsDefinition Constructor
                • Properties
                  • OperationGroup Property
              • OperationsLoader
                • Overview
                • Members
                • OperationsLoader Constructor
                • Methods
                  • LoadOperations Method
                    • LoadOperations(String) Method
                    • LoadOperations(XmlDocument) Method
                    • LoadOperations(Stream) Method
                • Fields
                  • _log Field
              • OperationUIDefinition
                • Overview
                • Members
                • OperationUIDefinition Constructor
                • Properties
                  • Context Property
                  • ListProperty Property
                  • Property Property
                  • type Property
              • PropertyDefinition
                • Overview
                • Members
                • PropertyDefinition Constructor
                • Properties
                  • name Property
                  • Operation Property
                  • type Property
                  • Value Property
      • Miner.Responder.Framework Assembly
        • Overview
        • Namespaces
          • Miner.Responder.Framework Namespace
            • Overview
            • Classes
              • 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
                  • GetCurrentStatusAsWeightValueInternal Method
                  • ResetExclude Method
                  • ToString Method
                • Properties
                  • 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
              • 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
                  • 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
                  • 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.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
                  • SubstationId Property
            • Interfaces
              • ICircuitSourceManager
                • Overview
                • Members
                • Methods
                  • GetActualInfoforFeature Method
                  • GetNormalInfoforFeature Method
                  • GetSourceInfo Method
                • Properties
                  • IsExtendedFeederManager Property
                  • Sources Property
          • 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
              • ClassFromModelNameRequest
                • Overview
                • Members
                • ClassFromModelNameRequest Constructor
                • Properties
                  • ClassAlias Property
                  • ClassID Property
                  • ClassName 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
                • 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
              • FindAffectedXfrsForIncidentRequest
                • Overview
                • Members
                • FindAffectedXfrsForIncidentRequest Constructor
              • 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
                • Properties
                  • CurrentFeederID 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(NonGlobalObjectId)
                • 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
              • FindMappedDevices
                • Overview
                • Members
                • FindMappedDevices Constructor
                  • FindMappedDevices Constructor(Int32,Int32)
                  • FindMappedDevices Constructor(Int32,Int32,Int32)
                • Properties
                  • FoundMappedDevices 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
                • 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
              • GetResurrectedIncidents
                • Overview
                • Members
                • GetResurrectedIncidents Constructor
                • Methods
                  • TransformCallRow Method
                  • TransformIncidentDevicesToDeviceStepsRow Method
                  • TransformIncidentDevicesToOperationRow Method
                  • TransformIncidentRow Method
                • Properties
                  • Calls Property
                  • CallsArc Property
                  • IncDevArc Property
                  • IncDevSteps Property
                  • IncDevStepsArc Property
                  • Incidents Property
                  • IncidentsArc Property
                  • Operations Property
                  • OperationsArc Property
                  • TagGroundSteps Property
                  • TagGroundStepsArc 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(NonGlobalObjectId)
                  • InsertGlobalIdRecordRequest Constructor(ReplicationObjectInformation[])
                  • InsertGlobalIdRecordRequest Constructor(NonGlobalObjectId[])
              • 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
              • 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
              • Action
            • 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.Processors Assembly
        • Overview
        • Namespaces
          • Miner.Responder.Processors Namespace
            • Overview
            • Classes
              • NetworkElement
                • Overview
                • Members
                • NetworkElement Constructor
                  • NetworkElement Constructor(Int32,esriElementType)
                  • NetworkElement Constructor(Int32,Int32,Int32)
                  • NetworkElement Constructor(Int32,Int32,Int32,Int32,esriElementType)
                  • NetworkElement Constructor(DeviceInfo)
                  • NetworkElement Constructor(ITracedElement)
                  • NetworkElement Constructor(DataRow)
                  • NetworkElement Constructor(FeatureID)
                  • NetworkElement Constructor(IncidentDevicesObject)
                • Methods
                  • CalculateActualFeederDetails Method
                  • CompareTo Method
                  • Equals Method
                    • Equals(Object) Method
                    • Equals(Int32,esriElementType) Method
                    • Equals(NetworkElement) Method
                    • Equals(FeatureID) Method
                    • Equals(ITracedElement) Method
                  • GetElementType Method
                  • GetHashCode Method
                  • GetNormalStatusObject Method
                  • GetStatusObject Method
                  • IsProtected Method
                  • ToDeviceInfo Method
                  • ToElement Method
                  • ToSqlString Method
                  • ToString Method
                • Properties
                  • EdgeElement Property
                  • EID Property
                  • ElectricTraceWeight Property
                  • ElementType Property
                  • ExpectedStatus Property
                  • FacilityID Property
                  • FCID Property
                  • FeatureKey Property
                  • IsJunction Property
                  • NormalFeederID Property
                  • NormalSubstationID Property
                  • OID Property
                  • OperationalPhases Property
                  • Point Property
                  • SubID Property
                  • Switching Property
              • ProcessHelper
                • Overview
                • Members
                • ProcessHelper Constructor
                • Methods
                  • IsRunning Method
                    • IsRunning(String) Method
                    • IsRunning(Connection) Method
                  • ProcessCount Method
              • SubmitRule
                • Overview
                • Members
                • Methods
                  • ApplyPostCommitRules Method
                  • ApplyPostSubmitRules Method
                  • ApplyPreSubmitRules Method
                  • ApplyRule Method
                  • PerformAction Method
                    • PerformAction(IDictionary) Method
                    • PerformAction(DataSource,DataSession,DataRow) Method
                • Properties
                  • Context Property
                  • Session Property
                  • ShouldSubRulesBeApplied Property
                  • Source Property
          • Miner.Responder.Processors.ConnectionTests Namespace
            • Overview
            • Classes
              • ConnectionExtensions
                • Overview
                • Members
                • Methods
                  • Contains Method
                  • Description Method
                  • IsValidSingle Method
              • ConnectionTestAttribute
                • Overview
                • Members
                • ConnectionTestAttribute Constructor
                • Properties
                  • Connections Property
                  • Name Property
            • Enumerations
              • Connection
            • Interfaces
              • IConnectionMetadata
                • Overview
                • Members
                • Properties
                  • Connections Property
                  • Name Property
              • IConnectionTest
                • Overview
                • Members
                • Methods
                  • Test Method
          • Miner.Responder.Processors.ConnectionTests.Tests Namespace
            • Overview
            • Classes
              • ArchiveDbTest
                • Overview
                • Members
                • ArchiveDbTest Constructor
                • Methods
                  • Test Method
              • ArchiveServicesConnectionTest
                • Overview
                • Members
                • ArchiveServicesConnectionTest Constructor
                • Methods
                  • Test Method
              • DataServicesConnectionTest
                • Overview
                • Members
                • DataServicesConnectionTest Constructor
                • Methods
                  • Test Method
              • GISConnectionTest
                • Overview
                • Members
                • GISConnectionTest Constructor
                • Methods
                  • Test Method
              • LinedisplayServicesConnectionTest
                • Overview
                • Members
                • LinedisplayServicesConnectionTest Constructor
                • Methods
                  • Test Method
              • PredictionServicesConnectionTest
                • Overview
                • Members
                • PredictionServicesConnectionTest Constructor
                • Methods
                  • Test Method
              • RxDbTest
                • Overview
                • Members
                • RxDbTest Constructor
                • Methods
                  • Test Method
          • Miner.Responder.Processors.JumperJunctionsManager Namespace
            • Overview
            • Classes
              • JumperJunctionSelectionManager
                • Overview
                • Members
                • JumperJunctionSelectionManager Constructor
                • Methods
                  • PopulateJunctionsForIncidentDevice Method
                  • PopulateJunctionsForNewJumper 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_CustLoadPointsArchive Field
                  • IncidentsArchive_AffectedXfrsArchive 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
                  • LoadPointsArchive_CustLoadPointsArchive Field
                  • OperationsArchive_IncDeviceStepsArchive Field
                  • OperationsArchive_TagGroundStepsArchive Field
                  • RequestsArchive_FeaturesArchive Field
                  • SwitchingOrdersArchive_OperationsArchive Field
                  • SwitchingOrdersArchive_RequestsArchive Field
              • ArchiveTables
                • Overview
                • Members
                • ArchiveTables Constructor
                • Methods
                  • AllTables Method
                • Fields
                  • AffectedXfrsArchive Field
                  • CallsArchive Field
                  • CrewAssignmentsArchive Field
                  • CrewMembersArchive Field
                  • CrewsArchive Field
                  • CrewSubAssignmentsArchive Field
                  • CustLoadPointsArchive 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
                  • LoadPointsArchive Field
                  • OperationsArchive Field
                  • PreviousIncidentsArchive Field
                  • RegionCustomers Field
                  • SwitchingOrderFeaturesArchive Field
                  • SwitchingOrderRequestsArchive Field
                  • SwitchingOrdersArchive Field
                  • TagGroundStepsArchive Field
                  • TagsAndGroundsArchive Field
                  • TMajorEventDay Field
                  • TrucksArchive Field
              • ArchiveTables.TableAffectedXfrsArchive
                • Overview
                • Members
                • ArchiveTables.TableAffectedXfrsArchive Constructor
                • Fields
                  • AffectedXfrID Field
                  • ChangeDate Field
                  • DeviceFCID Field
                  • DeviceOID Field
                  • FeatureClassName Field
                  • ID Field
                  • IncidentDeviceFCID Field
                  • IncidentDeviceFeatureClassName Field
                  • IncidentDeviceOID Field
                  • IncidentDeviceSubID Field
                  • IncidentID Field
                  • Operation Field
                  • TimeOutage Field
                  • TimeRestored Field
                  • UserCreated Field
                  • UserUpdated Field
                  • UserUpdatedArch 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
                  • 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.TableCustLoadPointsArchive
                • Overview
                • Members
                • ArchiveTables.TableCustLoadPointsArchive Constructor
                • Fields
                  • City Field
                  • ConnectStatus Field
                  • CriticalCustomer Field
                  • CustomerAccount Field
                  • FirstName Field
                  • ID Field
                  • LastName Field
                  • LoadpointID Field
                  • PostalCode Field
                  • State Field
                  • Street Field
                  • Telephone 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.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
              • 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
              • 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
              • ExceededRetryThresholdException
                • Overview
                • Members
                • ExceededRetryThresholdException Constructor
                  • ExceededRetryThresholdException Constructor()
                  • ExceededRetryThresholdException Constructor(Exception)
                  • ExceededRetryThresholdException Constructor(String)
                  • ExceededRetryThresholdException Constructor(String,Exception)
                  • ExceededRetryThresholdException Constructor(SerializationInfo,StreamingContext)
              • 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
              • IncidentDeviceAlreadyExistsException
                • Overview
                • Members
                • IncidentDeviceAlreadyExistsException Constructor
                  • IncidentDeviceAlreadyExistsException Constructor()
                  • IncidentDeviceAlreadyExistsException Constructor(String)
                  • IncidentDeviceAlreadyExistsException Constructor(String,Exception)
                  • IncidentDeviceAlreadyExistsException Constructor(SerializationInfo,StreamingContext)
              • 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
              • MultipleMatchingFacilitiesException
                • Overview
                • Members
                • MultipleMatchingFacilitiesException Constructor
                  • MultipleMatchingFacilitiesException Constructor()
                  • MultipleMatchingFacilitiesException Constructor(String)
                  • MultipleMatchingFacilitiesException Constructor(String,Exception)
                  • MultipleMatchingFacilitiesException Constructor(SerializationInfo,StreamingContext)
              • NetworkLevel
                • Overview
                • Members
                • Fields
                  • Circuit Field
                  • Fuse Field
                  • Primary Field
                  • Secondary Field
                  • ServicePoint Field
                  • Substation Field
                  • Supply Field
                  • Transformer Field
                  • Transmission Field
                  • Unspecified Field
              • NoClassFoundForModelNameException
                • Overview
                • Members
                • NoClassFoundForModelNameException Constructor
                  • NoClassFoundForModelNameException Constructor()
                  • NoClassFoundForModelNameException Constructor(String)
                  • NoClassFoundForModelNameException Constructor(String,Exception)
                  • NoClassFoundForModelNameException Constructor(SerializationInfo,StreamingContext)
              • NoFieldFoundForModelNameException
                • Overview
                • Members
                • NoFieldFoundForModelNameException Constructor
                  • NoFieldFoundForModelNameException Constructor()
                  • NoFieldFoundForModelNameException Constructor(String)
                  • NoFieldFoundForModelNameException Constructor(String,Exception)
                  • NoFieldFoundForModelNameException Constructor(String,String)
                  • NoFieldFoundForModelNameException Constructor(String,String,String,Exception)
                  • NoFieldFoundForModelNameException Constructor(SerializationInfo,StreamingContext)
                • Methods
                  • GetObjectData Method
                • Properties
                  • FeatureClass Property
                  • Message Property
                  • ModelName Property
              • 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
                  • 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
              • RegionsModeAssignmentTableNotFoundException
                • Overview
                • Members
                • RegionsModeAssignmentTableNotFoundException Constructor
                  • RegionsModeAssignmentTableNotFoundException Constructor()
                  • RegionsModeAssignmentTableNotFoundException Constructor(String)
                  • RegionsModeAssignmentTableNotFoundException Constructor(String,Exception)
                  • RegionsModeAssignmentTableNotFoundException Constructor(SerializationInfo,StreamingContext)
              • RegionsNotConfiguredException
                • Overview
                • Members
                • RegionsNotConfiguredException Constructor
                  • RegionsNotConfiguredException Constructor()
                  • RegionsNotConfiguredException Constructor(String)
                  • RegionsNotConfiguredException Constructor(String,Exception)
                  • RegionsNotConfiguredException Constructor(SerializationInfo,StreamingContext)
              • 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
              • 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_AffectedXfrs Field
                  • Incidents_Calls Field
                  • Incidents_CrewAssignments Field
                  • Incidents_FaultLocations 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_PendingEdits Field
                  • Operations_TagAndGroundSteps Field
                  • RegionParents_Regions Field
                  • Regions_RegionAssignments Field
                  • SwitchingOrderRequests_SwitchingOrderAffectedLoadPoints Field
                  • SwitchingOrderRequests_SwitchingOrderAffectedXfrs 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
                  • 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
                  • AffectedXfrs Field
                  • AffectedXfrsHistory Field
                  • 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
                  • EventsFeederLock Field
                  • FaultLocations 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
                  • LoadPoints Field
                  • LoadPointsHistory Field
                  • OfflineProperties 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
                  • SwitchingOrderAffectedXfrs 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.TableAffectedXfrs
                • Overview
                • Members
                • ResponderTables.TableAffectedXfrs Constructor
                • Fields
                  • DeviceFCID Field
                  • DeviceOID Field
                  • ID Field
                  • IncidentDeviceFCID Field
                  • IncidentDeviceOID Field
                  • IncidentDeviceSubID Field
                  • IncidentID Field
                  • TimeOutage Field
                  • TimeRestored Field
                  • UserCreated Field
                  • UserUpdated Field
              • ResponderTables.TableAffectedXfrsHistory
                • Overview
                • Members
                • ResponderTables.TableAffectedXfrsHistory Constructor
                • Fields
                  • AffectedXfrID Field
                  • ChangeDate Field
                  • DeviceFCID Field
                  • DeviceOID Field
                  • ID Field
                  • IncidentDeviceFCID Field
                  • IncidentDeviceOID Field
                  • IncidentDeviceSubID Field
                  • IncidentID Field
                  • Operation Field
                  • TimeOutage Field
                  • TimeRestored Field
                  • UserCreated Field
                  • UserUpdated 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
                  • CookTimeUTC Field
                  • CriticalCustomer Field
                  • CustomerAccount Field
                  • DeviceFCID Field
                  • DeviceOID Field
                  • Duration Field
                  • FirstName Field
                  • Hazard Field
                  • ID Field
                  • IncidentID Field
                  • LastName 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
                  • 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
                  • 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.TableEventsFeederLock
                • Overview
                • Members
                • ResponderTables.TableEventsFeederLock Constructor
                • Fields
                  • FeederID Field
                  • MachineName Field
                  • ProcessID Field
                  • TimeCreated Field
              • ResponderTables.TableFaultLocations
                • Overview
                • Members
                • ResponderTables.TableFaultLocations Constructor
                • Fields
                  • FacilityID Field
                  • FCID Field
                  • ID Field
                  • Idx Field
                  • IncidentID Field
                  • OID Field
                  • Probability Field
                  • SubID Field
                  • UserCreated Field
                  • UserUpdated Field
                  • X Field
                  • Y 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
                  • DeviceOID Field
                  • DeviceOperation 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
                  • 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
                  • 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
                  • 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.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.TableOfflineProperties
                • Overview
                • Members
                • ResponderTables.TableOfflineProperties Constructor
                • Fields
                  • BackDateInitialized Field
                  • CreatedBy Field
                  • ID Field
                  • TimeBegin Field
                  • TimeEnd Field
                  • TimeGDBConnection Field
                  • TimeLastOperation Field
              • ResponderTables.TableOperations
                • Overview
                • Members
                • ResponderTables.TableOperations Constructor
                • Fields
                  • Context Field
                  • Description 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.TableSwitchingOrderAffectedXfrs
                • Overview
                • Members
                • ResponderTables.TableSwitchingOrderAffectedXfrs 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
              • RetryException
                • Overview
                • Members
                • RetryException Constructor
                  • RetryException Constructor()
                  • RetryException Constructor(String)
                  • RetryException Constructor(String,Exception)
                  • RetryException Constructor(SerializationInfo,StreamingContext)
                • Methods
                  • Find Method
                • Fields
                  • OneWayDelay Field
                  • OneWayThreshold Field
                  • TwoWayDelay Field
                  • TwoWayThreshold 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
              • 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
              • TagAction
                • Overview
                • Members
                • Fields
                  • Place Field
                  • Remove Field
              • TagOrigination
                • Overview
                • Members
                • Fields
                  • DMS Field
                  • Manual Field
                  • SCADA Field
                  • SwitchingOrder Field
              • TagPreventsDeviceOperationException
                • Overview
                • Members
                • TagPreventsDeviceOperationException Constructor
                  • TagPreventsDeviceOperationException Constructor()
                  • TagPreventsDeviceOperationException Constructor(String)
                  • TagPreventsDeviceOperationException Constructor(String,Exception)
                  • TagPreventsDeviceOperationException Constructor(SerializationInfo,StreamingContext)
              • 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
            • Delegates
              • ArchiveDb.ConfiguratorResolveEventHandler
              • RxDb.ConfiguratorResolveEventHandler
          • Miner.Responder.Shared.DataTransferObjects Namespace
            • Overview
            • Classes
              • FeatureID
                • Overview
                • Members
                • FeatureID Constructor
                  • FeatureID Constructor()
                  • FeatureID Constructor(Int32,Int32,Int32)
                • Methods
                  • Empty Method
                  • Equals Method
                    • Equals(FeatureID) Method
                    • Equals(Object) Method
                  • GetHashCode Method
                  • ToString Method
                • Properties
                  • FCID Property
                  • OID Property
                  • SubID Property
                • Operators
                  • Equality Operator
                  • Inequality Operator
              • JumperFeatureID
                • Overview
                • Members
                • JumperFeatureID Constructor
                  • JumperFeatureID Constructor(Int32,Int32,Int32,IEnumerable<XYPoint>)
                  • JumperFeatureID Constructor(IFeatureID,IEnumerable<XYPoint>)
                  • JumperFeatureID Constructor()
                • Methods
                  • Equals Method
                    • Equals(JumperFeatureID) Method
                    • Equals(Object) Method
                  • GetHashCode Method
                • Properties
                  • Coordinates 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
              • DeviceNotFoundException
                • Overview
                • Members
                • DeviceNotFoundException Constructor
                  • DeviceNotFoundException Constructor()
                  • DeviceNotFoundException Constructor(FeatureID)
                  • DeviceNotFoundException Constructor(String)
                  • DeviceNotFoundException Constructor(SerializationInfo,StreamingContext)
              • MultipleFeedPathsFoundException
                • Overview
                • Members
                • MultipleFeedPathsFoundException Constructor
                  • MultipleFeedPathsFoundException Constructor()
                  • MultipleFeedPathsFoundException Constructor(String)
                  • MultipleFeedPathsFoundException Constructor(SerializationInfo,StreamingContext)
              • NoFeedPathFoundException
                • Overview
                • Members
                • NoFeedPathFoundException Constructor
                  • NoFeedPathFoundException Constructor()
                  • NoFeedPathFoundException Constructor(String)
                  • NoFeedPathFoundException Constructor(SerializationInfo,StreamingContext)
              • UnconfirmedNestedDeviceException
                • Overview
                • Members
                • UnconfirmedNestedDeviceException Constructor
                  • UnconfirmedNestedDeviceException Constructor(String)
                  • UnconfirmedNestedDeviceException Constructor(SerializationInfo,StreamingContext)
          • 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.Requests Namespace
            • Overview
            • Classes
              • ArchiveConfiguratorRequest
                • Overview
                • Members
                • ArchiveConfiguratorRequest Constructor
                • Methods
                  • RemoteExecute Method
                    • RemoteExecute() Method
                    • RemoteExecute(IArchiveServices) Method
                • Properties
                  • RequestedConfigurator 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
              • 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
              • 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
              • 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
                  • RxCanaryClass 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.SchemaObjects Namespace
            • Overview
            • Classes
              • AffectedXfrsArchiveObject
                • Overview
                • Members
                • AffectedXfrsArchiveObject Constructor
                  • AffectedXfrsArchiveObject Constructor(DataRow)
                  • AffectedXfrsArchiveObject Constructor(DataTable)
                  • AffectedXfrsArchiveObject Constructor(DataSet)
                  • AffectedXfrsArchiveObject Constructor(AffectedXfrsArchiveObject)
                • Methods
                  • FindAll Method
                    • FindAll(DataSet) Method
                    • FindAll(DataTable) Method
                    • FindAll(IEnumerable<DataRow>) Method
                  • GetOriginalValue<T> Method
                  • HasValue<TProp> Method
                  • New Method
                    • New() Method
                    • New(DataSet) Method
                    • New(DataTable) Method
                • Properties
                  • AffectedXfrID Property
                  • ChangeDate Property
                  • DeviceFCID Property
                  • DeviceOID Property
                  • FeatureClassName Property
                  • FeatureID Property
                  • ID Property
                  • IncidentDeviceFCID Property
                  • IncidentDeviceFeatureClassName Property
                  • IncidentDeviceOID Property
                  • IncidentDeviceSubID Property
                  • IncidentID Property
                  • Operation Property
                  • ParentIncident Property
                  • Represents Property
                  • TimeOutage Property
                  • TimeRestored Property
                  • UserCreated Property
                  • UserUpdated Property
                  • UserUpdatedArch Property
              • AffectedXfrsObject
                • Overview
                • Members
                • AffectedXfrsObject Constructor
                  • AffectedXfrsObject Constructor(DataRow)
                  • AffectedXfrsObject Constructor(DataTable)
                  • AffectedXfrsObject Constructor(DataSet)
                  • AffectedXfrsObject Constructor(AffectedXfrsObject)
                • Methods
                  • FindAll Method
                    • FindAll(DataSet) Method
                    • FindAll(DataTable) Method
                    • FindAll(IEnumerable<DataRow>) Method
                  • GetOriginalValue<T> Method
                  • HasValue<TProp> Method
                  • New Method
                    • New() Method
                    • New(DataSet) Method
                    • New(DataTable) Method
                • Properties
                  • DeviceFCID Property
                  • DeviceOID Property
                  • FeatureID Property
                  • ID Property
                  • IncidentDeviceFCID Property
                  • IncidentDeviceOID Property
                  • IncidentDeviceSubID Property
                  • IncidentFeatureID Property
                  • IncidentID Property
                  • IsResponsibleDeviceChanging Property
                  • ParentIncident Property
                  • Represents Property
                  • TimeOutage Property
                  • TimeRestored Property
                  • UserCreated Property
                  • UserUpdated Property
              • AlertsObject
                • Overview
                • Members
                • AlertsObject Constructor
                  • AlertsObject Constructor(DataRow)
                  • AlertsObject Constructor(DataTable)
                  • AlertsObject Constructor(DataSet)
                  • AlertsObject Constructor(AlertsObject)
                • Methods
                  • FindAll Method
                    • FindAll(DataSet) Method
                    • FindAll(DataTable) Method
                    • FindAll(IEnumerable<DataRow>) Method
                  • GetOriginalValue<T> Method
                  • HasValue<TProp> Method
                  • New Method
                    • New() Method
                    • New(DataSet) Method
                    • New(DataTable) Method
                • Properties
                  • Caption Property
                  • Category Property
                  • Description Property
                  • Key Property
                  • Moniker Property
                  • Represents Property
                  • SnoozeUntil Property
                  • Time Property
              • CallbacksObject
                • Overview
                • Members
                • CallbacksObject Constructor
                  • CallbacksObject Constructor(DataRow)
                  • CallbacksObject Constructor(DataTable)
                  • CallbacksObject Constructor(DataSet)
                  • CallbacksObject Constructor(CallbacksObject)
                • Methods
                  • FindAll Method
                    • FindAll(DataSet) Method
                    • FindAll(DataTable) Method
                    • FindAll(IEnumerable<DataRow>) Method
                  • GetOriginalValue<T> Method
                  • HasValue<TProp> Method
                  • New Method
                    • New() Method
                    • New(DataSet) Method
                    • New(DataTable) Method
                • 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
                  • Represents Property
                  • RetryCount Property
              • CallsArchiveObject
                • Overview
                • Members
                • CallsArchiveObject Constructor
                  • CallsArchiveObject Constructor(DataRow)
                  • CallsArchiveObject Constructor(DataTable)
                  • CallsArchiveObject Constructor(DataSet)
                  • CallsArchiveObject Constructor(CallsArchiveObject)
                • Methods
                  • FindAll Method
                    • FindAll(DataSet) Method
                    • FindAll(DataTable) Method
                    • FindAll(IEnumerable<DataRow>) Method
                  • GetOriginalValue<T> Method
                  • HasValue<TProp> Method
                  • New Method
                    • New() Method
                    • New(DataSet) Method
                    • New(DataTable) Method
                • 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
                  • ParentCustomer Property
                  • ParentIncident Property
                  • Region Property
                  • Remarks Property
                  • Represents 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)
                  • CallsObject Constructor(CallsObject)
                • Methods
                  • FindAll Method
                    • FindAll(DataSet) Method
                    • FindAll(DataTable) Method
                    • FindAll(IEnumerable<DataRow>) Method
                  • GetOriginalValue<T> Method
                  • HasValue<TProp> Method
                  • New Method
                    • New() Method
                    • New(DataSet) Method
                    • New(DataTable) Method
                  • RemoveIncidentID Method
                • Properties
                  • Analyzing Property
                  • AnalyzingExpiresUTC Property
                  • CallbackRequested Property
                  • CallbackStatus Property
                  • Cause Property
                  • CookTimeUTC Property
                  • CriticalCustomer Property
                  • CustomerAccount Property
                  • DeviceFCID Property
                  • DeviceOID Property
                  • FeatureID Property
                  • Hazard Property
                  • Hazards Property
                  • ID Property
                  • IncidentID Property
                  • IsNoPowerCall Property
                  • IsTroubleCall Property
                  • ParentCustomer Property
                  • ParentIncident Property
                  • Region Property
                  • Remarks Property
                  • Represents 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)
                  • CrewAssignmentsArchiveObject Constructor(CrewAssignmentsArchiveObject)
                • Methods
                  • FindAll Method
                    • FindAll(DataSet) Method
                    • FindAll(DataTable) Method
                    • FindAll(IEnumerable<DataRow>) Method
                  • GetOriginalValue<T> Method
                  • HasValue<TProp> Method
                  • New Method
                    • New() Method
                    • New(DataSet) Method
                    • New(DataTable) Method
                • Properties
                  • ChangeDate Property
                  • CrewAssignmentID Property
                  • CrewID Property
                  • ID Property
                  • IncidentID Property
                  • IsLeadCrew Property
                  • Operation Property
                  • ParentCrew Property
                  • ParentIncident Property
                  • Represents 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)
                  • CrewAssignmentsObject Constructor(CrewAssignmentsObject)
                • Methods
                  • FindAll Method
                    • FindAll(DataSet) Method
                    • FindAll(DataTable) Method
                    • FindAll(IEnumerable<DataRow>) Method
                  • GetOriginalValue<T> Method
                  • HasValue<TProp> Method
                  • New Method
                    • New() Method
                    • New(DataSet) Method
                    • New(DataTable) Method
                • Properties
                  • CrewID Property
                  • HazardAssignments Property
                  • ID Property
                  • IncDevAssignments Property
                  • IncFeatAssignments Property
                  • IncidentID Property
                  • IsLeadCrew Property
                  • MobileCrewEnabled Property
                  • ParentCrew Property
                  • ParentIncident Property
                  • PreviousTime Property
                  • Represents 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)
                  • CrewMembersArchiveObject Constructor(CrewMembersArchiveObject)
                • Methods
                  • FindAll Method
                    • FindAll(DataSet) Method
                    • FindAll(DataTable) Method
                    • FindAll(IEnumerable<DataRow>) Method
                  • GetOriginalValue<T> Method
                  • HasValue<TProp> Method
                  • New Method
                    • New() Method
                    • New(DataSet) Method
                    • New(DataTable) Method
                • 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
                  • Represents 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)
                  • CrewMembersObject Constructor(CrewMembersObject)
                • Methods
                  • FindAll Method
                    • FindAll(DataSet) Method
                    • FindAll(DataTable) Method
                    • FindAll(IEnumerable<DataRow>) Method
                  • GetOriginalValue<T> Method
                  • HasValue<TProp> Method
                  • New Method
                    • New() Method
                    • New(DataSet) Method
                    • New(DataTable) Method
                • 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
                  • Represents Property
                  • Title Property
                  • UserCreated Property
                  • UserUpdated Property
                  • UtilityType Property
              • CrewsArchiveObject
                • Overview
                • Members
                • CrewsArchiveObject Constructor
                  • CrewsArchiveObject Constructor(DataRow)
                  • CrewsArchiveObject Constructor(DataTable)
                  • CrewsArchiveObject Constructor(DataSet)
                  • CrewsArchiveObject Constructor(CrewsArchiveObject)
                • Methods
                  • FindAll Method
                    • FindAll(DataSet) Method
                    • FindAll(DataTable) Method
                    • FindAll(IEnumerable<DataRow>) Method
                  • GetOriginalValue<T> Method
                  • HasValue<TProp> Method
                  • New Method
                    • New() Method
                    • New(DataSet) Method
                    • New(DataTable) Method
                • 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
                  • Represents 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)
                  • CrewsObject Constructor(CrewsObject)
                • Methods
                  • FindAll Method
                    • FindAll(DataSet) Method
                    • FindAll(DataTable) Method
                    • FindAll(IEnumerable<DataRow>) Method
                  • GetOriginalValue<T> Method
                  • HasValue<TProp> Method
                  • New Method
                    • New() Method
                    • New(DataSet) Method
                    • New(DataTable) Method
                • Properties
                  • Company Property
                  • CrewAssignments Property
                  • CrewMembers Property
                  • CrewType Property
                  • ForemanEmpID Property
                  • ID Property
                  • MobileCrew Property
                  • Name Property
                  • Region Property
                  • Represents Property
                  • Status Property
                  • Trucks Property
                  • UserCreated Property
                  • UserUpdated Property
              • CrewSubAssignmentsArchiveObject
                • Overview
                • Members
                • CrewSubAssignmentsArchiveObject Constructor
                  • CrewSubAssignmentsArchiveObject Constructor(DataRow)
                  • CrewSubAssignmentsArchiveObject Constructor(DataTable)
                  • CrewSubAssignmentsArchiveObject Constructor(DataSet)
                  • CrewSubAssignmentsArchiveObject Constructor(CrewSubAssignmentsArchiveObject)
                • Methods
                  • FindAll Method
                    • FindAll(DataSet) Method
                    • FindAll(DataTable) Method
                    • FindAll(IEnumerable<DataRow>) Method
                  • GetOriginalValue<T> Method
                  • HasValue<TProp> Method
                  • New Method
                    • New() Method
                    • New(DataSet) Method
                    • New(DataTable) Method
                • Properties
                  • ChangeDate Property
                  • CrewArchiveID Property
                  • CrewName Property
                  • FacilityID Property
                  • FCID Property
                  • FeatureID Property
                  • IncidentChildType Property
                  • IncidentID Property
                  • OID Property
                  • Operation Property
                  • ParentIncident Property
                  • Represents Property
                  • SubAssignmentID Property
              • CustLoadPointsArchiveObject
                • Overview
                • Members
                • CustLoadPointsArchiveObject Constructor
                  • CustLoadPointsArchiveObject Constructor(DataRow)
                  • CustLoadPointsArchiveObject Constructor(DataTable)
                  • CustLoadPointsArchiveObject Constructor(DataSet)
                  • CustLoadPointsArchiveObject Constructor(CustLoadPointsArchiveObject)
                • Methods
                  • FindAll Method
                    • FindAll(DataSet) Method
                    • FindAll(DataTable) Method
                    • FindAll(IEnumerable<DataRow>) Method
                  • GetOriginalValue<T> Method
                  • HasValue<TProp> Method
                  • New Method
                    • New() Method
                    • New(DataSet) Method
                    • New(DataTable) Method
                • Properties
                  • CustomerAccount Property
                  • ID Property
                  • LoadpointID Property
                  • ParentCustomer Property
                  • ParentLoadPoint Property
                  • Represents Property
              • CustomerCountByFeederObject
                • Overview
                • Members
                • CustomerCountByFeederObject Constructor
                  • CustomerCountByFeederObject Constructor(DataRow)
                  • CustomerCountByFeederObject Constructor(DataTable)
                  • CustomerCountByFeederObject Constructor(DataSet)
                  • CustomerCountByFeederObject Constructor(CustomerCountByFeederObject)
                • Methods
                  • FindAll Method
                    • FindAll(DataSet) Method
                    • FindAll(DataTable) Method
                    • FindAll(IEnumerable<DataRow>) Method
                  • GetOriginalValue<T> Method
                  • HasValue<TProp> Method
                  • New Method
                    • New() Method
                    • New(DataSet) Method
                    • New(DataTable) Method
                • Properties
                  • CurrentCustomerCount Property
                  • CurrentTiedFeeders Property
                  • DateTime Property
                  • Feeder Property
                  • NormalCustomerCount Property
                  • NormalTiedFeeders Property
                  • Represents Property
                  • Substation Property
                  • TotalAffectedCustomerCount Property
                  • TotalCustomerCount Property
              • CustomerIncidentObject
                • Overview
                • Members
                • CustomerIncidentObject Constructor
                  • CustomerIncidentObject Constructor(DataRow)
                  • CustomerIncidentObject Constructor(DataTable)
                  • CustomerIncidentObject Constructor(DataSet)
                  • CustomerIncidentObject Constructor(CustomerIncidentObject)
                • Methods
                  • FindAll Method
                    • FindAll(DataSet) Method
                    • FindAll(DataTable) Method
                    • FindAll(IEnumerable<DataRow>) Method
                  • GetOriginalValue<T> Method
                  • HasValue<TProp> Method
                  • New Method
                    • New() Method
                    • New(DataSet) Method
                    • New(DataTable) Method
                • Properties
                  • IncidentID Property
                  • Represents Property
                  • TimeOutage Property
                  • TimeRestoredEst Property
              • CustomersArchiveObject
                • Overview
                • Members
                • CustomersArchiveObject Constructor
                  • CustomersArchiveObject Constructor(DataRow)
                  • CustomersArchiveObject Constructor(DataTable)
                  • CustomersArchiveObject Constructor(DataSet)
                  • CustomersArchiveObject Constructor(CustomersArchiveObject)
                • Methods
                  • FindAll Method
                    • FindAll(DataSet) Method
                    • FindAll(DataTable) Method
                    • FindAll(IEnumerable<DataRow>) Method
                  • GetOriginalValue<T> Method
                  • HasValue<TProp> Method
                  • New Method
                    • New() Method
                    • New(DataSet) Method
                    • New(DataTable) Method
                • Properties
                  • Account Property
                  • AccountType Property
                  • CallbackNumber Property
                  • CallsArchive Property
                  • ChangeDate Property
                  • City Property
                  • ConnectStatus Property
                  • County Property
                  • CriticalCustomer Property
                  • CustLoadPointsArchive Property
                  • DeviceFCID Property
                  • DeviceOID Property
                  • DisconnectTime Property
                  • FeatureClassName Property
                  • FeatureID Property
                  • FirstName Property
                  • ID Property
                  • LastName Property
                  • Meter Property
                  • Operation Property
                  • PostalCode Property
                  • PriorityCustomer Property
                  • ReconnectTime Property
                  • Region Property
                  • Represents 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)
                  • CustomersObject Constructor(CustomersObject)
                • Methods
                  • FindAll Method
                    • FindAll(DataSet) Method
                    • FindAll(DataTable) Method
                    • FindAll(IEnumerable<DataRow>) Method
                  • GetOriginalValue<T> Method
                  • HasValue<TProp> Method
                  • New Method
                    • New() Method
                    • New(DataSet) Method
                    • New(DataTable) 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
                  • Represents 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)
                  • DownstreamSubsourcesObject Constructor(DownstreamSubsourcesObject)
                • Methods
                  • FindAll Method
                    • FindAll(DataSet) Method
                    • FindAll(DataTable) Method
                    • FindAll(IEnumerable<DataRow>) Method
                  • GetOriginalValue<T> Method
                  • HasValue<TProp> Method
                  • New Method
                    • New() Method
                    • New(DataSet) Method
                    • New(DataTable) Method
                • Properties
                  • CheckBox Property
                  • DeviceFCID Property
                  • DeviceOID Property
                  • FeatureID Property
                  • FeederID Property
                  • Represents Property
                  • SubsourceParentDeviceOID Property
              • EventsFeederLockObject
                • Overview
                • Members
                • EventsFeederLockObject Constructor
                  • EventsFeederLockObject Constructor(DataRow)
                  • EventsFeederLockObject Constructor(DataTable)
                  • EventsFeederLockObject Constructor(DataSet)
                  • EventsFeederLockObject Constructor(EventsFeederLockObject)
                • Methods
                  • FindAll Method
                    • FindAll(DataSet) Method
                    • FindAll(DataTable) Method
                    • FindAll(IEnumerable<DataRow>) Method
                  • GetOriginalValue<T> Method
                  • HasValue<TProp> Method
                  • New Method
                    • New() Method
                    • New(DataSet) Method
                    • New(DataTable) Method
                • Properties
                  • FeederID Property
                  • MachineName Property
                  • ProcessID Property
                  • Represents Property
                  • TimeCreated Property
              • FaultLocationsObject
                • Overview
                • Members
                • FaultLocationsObject Constructor
                  • FaultLocationsObject Constructor(DataRow)
                  • FaultLocationsObject Constructor(DataTable)
                  • FaultLocationsObject Constructor(DataSet)
                  • FaultLocationsObject Constructor(FaultLocationsObject)
                • Methods
                  • FindAll Method
                    • FindAll(DataSet) Method
                    • FindAll(DataTable) Method
                    • FindAll(IEnumerable<DataRow>) Method
                  • GetOriginalValue<T> Method
                  • HasValue<TProp> Method
                  • New Method
                    • New() Method
                    • New(DataSet) Method
                    • New(DataTable) Method
                • Properties
                  • FacilityID Property
                  • FCID Property
                  • FeatureID Property
                  • ID Property
                  • Idx Property
                  • IncidentID Property
                  • OID Property
                  • ParentIncident Property
                  • Point Property
                  • Probability Property
                  • Represents Property
                  • SubID Property
                  • UserCreated Property
                  • UserUpdated Property
                  • X Property
                  • Y Property
              • FeederCustomersObject
                • Overview
                • Members
                • FeederCustomersObject Constructor
                  • FeederCustomersObject Constructor(DataRow)
                  • FeederCustomersObject Constructor(DataTable)
                  • FeederCustomersObject Constructor(DataSet)
                  • FeederCustomersObject Constructor(FeederCustomersObject)
                • Methods
                  • FindAll Method
                    • FindAll(DataSet) Method
                    • FindAll(DataTable) Method
                    • FindAll(IEnumerable<DataRow>) Method
                  • GetOriginalValue<T> Method
                  • HasValue<TProp> Method
                  • New Method
                    • New() Method
                    • New(DataSet) Method
                    • New(DataTable) Method
                • Properties
                  • CountDate Property
                  • CriticalCustomerCount Property
                  • CustomerCount Property
                  • FeederID Property
                  • ID Property
                  • PriorityCustomerCount Property
                  • Represents Property
              • HazardAssignArchiveObject
                • Overview
                • Members
                • HazardAssignArchiveObject Constructor
                  • HazardAssignArchiveObject Constructor(DataRow)
                  • HazardAssignArchiveObject Constructor(DataTable)
                  • HazardAssignArchiveObject Constructor(DataSet)
                  • HazardAssignArchiveObject Constructor(HazardAssignArchiveObject)
                • Methods
                  • FindAll Method
                    • FindAll(DataSet) Method
                    • FindAll(DataTable) Method
                    • FindAll(IEnumerable<DataRow>) Method
                  • GetOriginalValue<T> Method
                  • HasValue<TProp> Method
                  • New Method
                    • New() Method
                    • New(DataSet) Method
                    • New(DataTable) Method
                • Properties
                  • ChangeDate Property
                  • CrewAssignmentID Property
                  • HazardAssignID Property
                  • HazardID Property
                  • ID Property
                  • IncidentID Property
                  • Operation Property
                  • Represents Property
                  • UserCreated Property
                  • UserUpdated Property
                  • UserUpdatedArch Property
              • HazardAssignmentsObject
                • Overview
                • Members
                • HazardAssignmentsObject Constructor
                  • HazardAssignmentsObject Constructor(DataRow)
                  • HazardAssignmentsObject Constructor(DataTable)
                  • HazardAssignmentsObject Constructor(DataSet)
                  • HazardAssignmentsObject Constructor(HazardAssignmentsObject)
                • Methods
                  • FindAll Method
                    • FindAll(DataSet) Method
                    • FindAll(DataTable) Method
                    • FindAll(IEnumerable<DataRow>) Method
                  • GetOriginalValue<T> Method
                  • HasValue<TProp> Method
                  • New Method
                    • New() Method
                    • New(DataSet) Method
                    • New(DataTable) Method
                • Properties
                  • CrewAssignmentID Property
                  • HazardID Property
                  • ID Property
                  • ParentCrewAssignment Property
                  • ParentHazard Property
                  • Represents Property
                  • UserCreated Property
                  • UserUpdated Property
              • HazardCrewsObject
                • Overview
                • Members
                • HazardCrewsObject Constructor
                  • HazardCrewsObject Constructor(DataRow)
                  • HazardCrewsObject Constructor(DataTable)
                  • HazardCrewsObject Constructor(DataSet)
                  • HazardCrewsObject Constructor(HazardCrewsObject)
                • Methods
                  • FindAll Method
                    • FindAll(DataSet) Method
                    • FindAll(DataTable) Method
                    • FindAll(IEnumerable<DataRow>) Method
                  • GetOriginalValue<T> Method
                  • HasValue<TProp> Method
                  • New Method
                    • New() Method
                    • New(DataSet) Method
                    • New(DataTable) Method
                • Properties
                  • CrewName Property
                  • HazardID Property
                  • IsLeadCrew Property
                  • ParentHazard Property
                  • Represents Property
                  • Status Property
                  • TimeAssigned Property
              • HazardsArchiveObject
                • Overview
                • Members
                • HazardsArchiveObject Constructor
                  • HazardsArchiveObject Constructor(DataRow)
                  • HazardsArchiveObject Constructor(DataTable)
                  • HazardsArchiveObject Constructor(DataSet)
                  • HazardsArchiveObject Constructor(HazardsArchiveObject)
                • Methods
                  • FindAll Method
                    • FindAll(DataSet) Method
                    • FindAll(DataTable) Method
                    • FindAll(IEnumerable<DataRow>) Method
                  • GetOriginalValue<T> Method
                  • HasValue<TProp> Method
                  • New Method
                    • New() Method
                    • New(DataSet) Method
                    • New(DataTable) Method
                • 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
                  • Represents 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)
                  • HazardsObject Constructor(HazardsObject)
                • Methods
                  • FindAll Method
                    • FindAll(DataSet) Method
                    • FindAll(DataTable) Method
                    • FindAll(IEnumerable<DataRow>) Method
                  • GetOriginalValue<T> Method
                  • HasValue<TProp> Method
                  • New Method
                    • New() Method
                    • New(DataSet) Method
                    • New(DataTable) Method
                • 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
                  • Represents 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)
                  • IncDevAssignArchiveObject Constructor(IncDevAssignArchiveObject)
                • Methods
                  • FindAll Method
                    • FindAll(DataSet) Method
                    • FindAll(DataTable) Method
                    • FindAll(IEnumerable<DataRow>) Method
                  • GetOriginalValue<T> Method
                  • HasValue<TProp> Method
                  • New Method
                    • New() Method
                    • New(DataSet) Method
                    • New(DataTable) Method
                • Properties
                  • ChangeDate Property
                  • CrewAssignmentID Property
                  • ID Property
                  • IncDeviceAssignID Property
                  • IncidentDeviceID Property
                  • IncidentID Property
                  • Operation Property
                  • Represents Property
                  • UserCreated Property
                  • UserUpdated Property
                  • UserUpdatedArch Property
              • IncDevAssignmentsObject
                • Overview
                • Members
                • IncDevAssignmentsObject Constructor
                  • IncDevAssignmentsObject Constructor(DataRow)
                  • IncDevAssignmentsObject Constructor(DataTable)
                  • IncDevAssignmentsObject Constructor(DataSet)
                  • IncDevAssignmentsObject Constructor(IncDevAssignmentsObject)
                • Methods
                  • FindAll Method
                    • FindAll(DataSet) Method
                    • FindAll(DataTable) Method
                    • FindAll(IEnumerable<DataRow>) Method
                  • GetOriginalValue<T> Method
                  • HasValue<TProp> Method
                  • New Method
                    • New() Method
                    • New(DataSet) Method
                    • New(DataTable) Method
                • Properties
                  • CrewAssignmentID Property
                  • ID Property
                  • IncidentDeviceID Property
                  • ParentCrewAssignment Property
                  • ParentIncidentDevice Property
                  • Represents Property
                  • UserCreated Property
                  • UserUpdated Property
              • IncFeatAssignArchiveObject
                • Overview
                • Members
                • IncFeatAssignArchiveObject Constructor
                  • IncFeatAssignArchiveObject Constructor(DataRow)
                  • IncFeatAssignArchiveObject Constructor(DataTable)
                  • IncFeatAssignArchiveObject Constructor(DataSet)
                  • IncFeatAssignArchiveObject Constructor(IncFeatAssignArchiveObject)
                • Methods
                  • FindAll Method
                    • FindAll(DataSet) Method
                    • FindAll(DataTable) Method
                    • FindAll(IEnumerable<DataRow>) Method
                  • GetOriginalValue<T> Method
                  • HasValue<TProp> Method
                  • New Method
                    • New() Method
                    • New(DataSet) Method
                    • New(DataTable) Method
                • Properties
                  • ChangeDate Property
                  • CrewAssignmentID Property
                  • ID Property
                  • IncFeatureAssignID Property
                  • IncidentFeatureID Property
                  • IncidentID Property
                  • Operation Property
                  • Represents Property
                  • UserCreated Property
                  • UserUpdated Property
                  • UserUpdatedArch Property
              • IncFeatAssignmentsObject
                • Overview
                • Members
                • IncFeatAssignmentsObject Constructor
                  • IncFeatAssignmentsObject Constructor(DataRow)
                  • IncFeatAssignmentsObject Constructor(DataTable)
                  • IncFeatAssignmentsObject Constructor(DataSet)
                  • IncFeatAssignmentsObject Constructor(IncFeatAssignmentsObject)
                • Methods
                  • FindAll Method
                    • FindAll(DataSet) Method
                    • FindAll(DataTable) Method
                    • FindAll(IEnumerable<DataRow>) Method
                  • GetOriginalValue<T> Method
                  • HasValue<TProp> Method
                  • New Method
                    • New() Method
                    • New(DataSet) Method
                    • New(DataTable) Method
                • Properties
                  • CrewAssignmentID Property
                  • ID Property
                  • IncidentFeatureID Property
                  • ParentCrewAssignment Property
                  • ParentIncidentFeature Property
                  • Represents Property
                  • UserCreated Property
                  • UserUpdated Property
              • IncidentCallbacksObject
                • Overview
                • Members
                • IncidentCallbacksObject Constructor
                  • IncidentCallbacksObject Constructor(DataRow)
                  • IncidentCallbacksObject Constructor(DataTable)
                  • IncidentCallbacksObject Constructor(DataSet)
                  • IncidentCallbacksObject Constructor(IncidentCallbacksObject)
                • Methods
                  • FindAll Method
                    • FindAll(DataSet) Method
                    • FindAll(DataTable) Method
                    • FindAll(IEnumerable<DataRow>) Method
                  • GetOriginalValue<T> Method
                  • HasValue<TProp> Method
                  • New Method
                    • New() Method
                    • New(DataSet) Method
                    • New(DataTable) Method
                • Properties
                  • CallbackCount Property
                  • IncidentID Property
                  • ParentIncident Property
                  • Represents Property
              • IncidentCauseStatisticsObject
                • Overview
                • Members
                • IncidentCauseStatisticsObject Constructor
                  • IncidentCauseStatisticsObject Constructor(DataRow)
                  • IncidentCauseStatisticsObject Constructor(DataTable)
                  • IncidentCauseStatisticsObject Constructor(DataSet)
                  • IncidentCauseStatisticsObject Constructor(IncidentCauseStatisticsObject)
                • Methods
                  • FindAll Method
                    • FindAll(DataSet) Method
                    • FindAll(DataTable) Method
                    • FindAll(IEnumerable<DataRow>) Method
                  • GetOriginalValue<T> Method
                  • HasValue<TProp> Method
                  • New Method
                    • New() Method
                    • New(DataSet) Method
                    • New(DataTable) Method
                • Properties
                  • Cause Property
                  • CauseDescription Property
                  • CustomerServed Property
                  • DurationSum Property
                  • OutageCount Property
                  • Represents Property
                  • Saidi Property
              • IncidentDeviceCrewsObject
                • Overview
                • Members
                • IncidentDeviceCrewsObject Constructor
                  • IncidentDeviceCrewsObject Constructor(DataRow)
                  • IncidentDeviceCrewsObject Constructor(DataTable)
                  • IncidentDeviceCrewsObject Constructor(DataSet)
                  • IncidentDeviceCrewsObject Constructor(IncidentDeviceCrewsObject)
                • Methods
                  • FindAll Method
                    • FindAll(DataSet) Method
                    • FindAll(DataTable) Method
                    • FindAll(IEnumerable<DataRow>) Method
                  • GetOriginalValue<T> Method
                  • HasValue<TProp> Method
                  • New Method
                    • New() Method
                    • New(DataSet) Method
                    • New(DataTable) Method
                • Properties
                  • CrewName Property
                  • IncidentDeviceID Property
                  • IsLeadCrew Property
                  • ParentIncidentDevice Property
                  • Represents Property
                  • Status Property
                  • TimeAssigned Property
              • IncidentDevicesArchiveObject
                • Overview
                • Members
                • IncidentDevicesArchiveObject Constructor
                  • IncidentDevicesArchiveObject Constructor(DataRow)
                  • IncidentDevicesArchiveObject Constructor(DataTable)
                  • IncidentDevicesArchiveObject Constructor(DataSet)
                  • IncidentDevicesArchiveObject Constructor(IncidentDevicesArchiveObject)
                • Methods
                  • FindAll Method
                    • FindAll(DataSet) Method
                    • FindAll(DataTable) Method
                    • FindAll(IEnumerable<DataRow>) Method
                  • GetOriginalValue<T> Method
                  • HasValue<TProp> Method
                  • New Method
                    • New() Method
                    • New(DataSet) Method
                    • New(DataTable) Method
                • 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
                  • Represents 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)
                  • IncidentDevicesObject Constructor(IncidentDevicesObject)
                • Methods
                  • Equals Method
                    • Equals(Object) Method
                    • Equals(IncidentDevicesObject) Method
                  • FindAll Method
                    • FindAll(DataSet) Method
                    • FindAll(DataTable) Method
                    • FindAll(IEnumerable<DataRow>) Method
                  • GetHashCode Method
                  • GetOriginalValue<T> Method
                  • HasValue<TProp> Method
                  • New Method
                    • New() Method
                    • New(DataSet) Method
                    • New(DataTable) Method
                  • ToString Method
                • Properties
                  • ActualStatus Property
                  • Address Property
                  • CancelReason Property
                  • Confirmed Property
                  • CriticalCustomerCount Property
                  • CustomerCount Property
                  • DeviceFCID Property
                  • DeviceOID Property
                  • DeviceOperation Property
                  • ExpectedStatus Property
                  • FacilityID Property
                  • FeatureID Property
                  • FeederID Property
                  • ID Property
                  • IncDevAssignments Property
                  • IncidentDeviceCrews Property
                  • IncidentID Property
                  • IsTimeOrStatusChanging Property
                  • Origination Property
                  • OwnerState Property
                  • ParentIncident Property
                  • Point Property
                  • PriorityCustomerCount Property
                  • Region Property
                  • Remarks Property
                  • Represents 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)
                  • IncidentDeviceStepsArchiveObject Constructor(IncidentDeviceStepsArchiveObject)
                • Methods
                  • FindAll Method
                    • FindAll(DataSet) Method
                    • FindAll(DataTable) Method
                    • FindAll(IEnumerable<DataRow>) Method
                  • GetOriginalValue<T> Method
                  • HasValue<TProp> Method
                  • New Method
                    • New() Method
                    • New(DataSet) Method
                    • New(DataTable) Method
                • 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
                  • Represents Property
                  • StepID Property
                  • UserCreated Property
                  • UserUpdated Property
                  • UserUpdatedArch Property
              • IncidentDeviceStepsObject
                • Overview
                • Members
                • IncidentDeviceStepsObject Constructor
                  • IncidentDeviceStepsObject Constructor(DataRow)
                  • IncidentDeviceStepsObject Constructor(DataTable)
                  • IncidentDeviceStepsObject Constructor(DataSet)
                  • IncidentDeviceStepsObject Constructor(IncidentDeviceStepsObject)
                • Methods
                  • FindAll Method
                    • FindAll(DataSet) Method
                    • FindAll(DataTable) Method
                    • FindAll(IEnumerable<DataRow>) Method
                  • GetOriginalValue<T> Method
                  • HasValue<TProp> Method
                  • New Method
                    • New() Method
                    • New(DataSet) Method
                    • New(DataTable) Method
                • 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
                  • Represents Property
                  • UserCreated Property
                  • UserUpdated Property
              • IncidentFeatureCrewsObject
                • Overview
                • Members
                • IncidentFeatureCrewsObject Constructor
                  • IncidentFeatureCrewsObject Constructor(DataRow)
                  • IncidentFeatureCrewsObject Constructor(DataTable)
                  • IncidentFeatureCrewsObject Constructor(DataSet)
                  • IncidentFeatureCrewsObject Constructor(IncidentFeatureCrewsObject)
                • Methods
                  • FindAll Method
                    • FindAll(DataSet) Method
                    • FindAll(DataTable) Method
                    • FindAll(IEnumerable<DataRow>) Method
                  • GetOriginalValue<T> Method
                  • HasValue<TProp> Method
                  • New Method
                    • New() Method
                    • New(DataSet) Method
                    • New(DataTable) Method
                • Properties
                  • CrewName Property
                  • IncidentFeatureID Property
                  • IsLeadCrew Property
                  • ParentIncidentFeature Property
                  • Represents Property
                  • Status Property
                  • TimeAssigned Property
              • IncidentFeaturesArchiveObject
                • Overview
                • Members
                • IncidentFeaturesArchiveObject Constructor
                  • IncidentFeaturesArchiveObject Constructor(DataRow)
                  • IncidentFeaturesArchiveObject Constructor(DataTable)
                  • IncidentFeaturesArchiveObject Constructor(DataSet)
                  • IncidentFeaturesArchiveObject Constructor(IncidentFeaturesArchiveObject)
                • Methods
                  • FindAll Method
                    • FindAll(DataSet) Method
                    • FindAll(DataTable) Method
                    • FindAll(IEnumerable<DataRow>) Method
                  • GetOriginalValue<T> Method
                  • HasValue<TProp> Method
                  • New Method
                    • New() Method
                    • New(DataSet) Method
                    • New(DataTable) Method
                • 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
                  • Represents 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)
                  • IncidentFeaturesObject Constructor(IncidentFeaturesObject)
                • Methods
                  • FindAll Method
                    • FindAll(DataSet) Method
                    • FindAll(DataTable) Method
                    • FindAll(IEnumerable<DataRow>) Method
                  • GetOriginalValue<T> Method
                  • HasValue<TProp> Method
                  • New Method
                    • New() Method
                    • New(DataSet) Method
                    • New(DataTable) Method
                • 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
                  • Represents 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)
                  • IncidentsArchiveObject Constructor(IncidentsArchiveObject)
                • Methods
                  • FindAll Method
                    • FindAll(DataSet) Method
                    • FindAll(DataTable) Method
                    • FindAll(IEnumerable<DataRow>) Method
                  • GetOriginalValue<T> Method
                  • HasValue<TProp> Method
                  • New Method
                    • New() Method
                    • New(DataSet) Method
                    • New(DataTable) Method
                • Properties
                  • Address Property
                  • AffectedXfrsArchive 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
                  • Represents 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)
                  • IncidentsObject Constructor(IncidentsObject)
                • Methods
                  • FindAll Method
                    • FindAll(DataSet) Method
                    • FindAll(DataTable) Method
                    • FindAll(IEnumerable<DataRow>) Method
                  • GetOriginalValue<T> Method
                  • HasValue<TProp> Method
                  • New Method
                    • New() Method
                    • New(DataSet) Method
                    • New(DataTable) Method
                • Properties
                  • Address Property
                  • AffectedXfrs Property
                  • AMIEvent Property
                  • Calls Property
                  • CancelReason Property
                  • Cause Property
                  • Confirmed Property
                  • CrewAssignments Property
                  • CrewName Property
                  • CriticalCustomer Property
                  • CriticalCustomerCount Property
                  • CustomerCount Property
                  • Equipment Property
                  • FaultLocations Property
                  • FeederID Property
                  • Hazards Property
                  • ID Property
                  • IncidentCallbacks Property
                  • IncidentDevices Property
                  • IncidentFeatures Property
                  • IsCanceledStepDownOrRolledUp Property
                  • Jumpers Property
                  • LoadPoints Property
                  • NetworkLevel Property
                  • Origination Property
                  • Owner Property
                  • ParentUser Property
                  • PriorityCustomerCount Property
                  • Region Property
                  • RemarksDispatch Property
                  • RemarksField Property
                  • Represents 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)
                  • JumpersArchiveObject Constructor(JumpersArchiveObject)
                • Methods
                  • FindAll Method
                    • FindAll(DataSet) Method
                    • FindAll(DataTable) Method
                    • FindAll(IEnumerable<DataRow>) Method
                  • GetCordinates Method
                  • GetOriginalValue<T> Method
                  • HasValue<TProp> Method
                  • New Method
                    • New() Method
                    • New(DataSet) Method
                    • New(DataTable) 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
                  • Represents 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)
                  • JumpersObject Constructor(JumpersObject)
                • Methods
                  • FindAll Method
                    • FindAll(DataSet) Method
                    • FindAll(DataTable) Method
                    • FindAll(IEnumerable<DataRow>) Method
                  • GetCordinates Method
                  • GetOriginalValue<T> Method
                  • HasValue<TProp> Method
                  • New Method
                    • New() Method
                    • New(DataSet) Method
                    • New(DataTable) Method
                  • SetCordinates Method
                • Properties
                  • Comments Property
                  • CrewMember Property
                  • Dispatcher Property
                  • EdgeEid1 Property
                  • EdgeEid2 Property
                  • FeatureID Property
                  • FeederID Property
                  • ID Property
                  • IncidentID Property
                  • JumperFCID Property
                  • JumperName Property
                  • JumperOID Property
                  • JunctionEid1 Property
                  • JunctionEid2 Property
                  • Location Property
                  • ParentIncident Property
                  • Points Property
                  • Region Property
                  • Represents Property
                  • Substation Property
                  • TimeOperation Property
                  • TimeRemoval Property
                  • TraceWeight Property
                  • UserCreated Property
                  • UserUpdated Property
                  • WeightDescription Property
              • LoadPointsArchiveObject
                • Overview
                • Members
                • LoadPointsArchiveObject Constructor
                  • LoadPointsArchiveObject Constructor(DataRow)
                  • LoadPointsArchiveObject Constructor(DataTable)
                  • LoadPointsArchiveObject Constructor(DataSet)
                  • LoadPointsArchiveObject Constructor(LoadPointsArchiveObject)
                • Methods
                  • FindAll Method
                    • FindAll(DataSet) Method
                    • FindAll(DataTable) Method
                    • FindAll(IEnumerable<DataRow>) Method
                  • GetOriginalValue<T> Method
                  • HasValue<TProp> Method
                  • New Method
                    • New() Method
                    • New(DataSet) Method
                    • New(DataTable) Method
                • Properties
                  • ChangeDate Property
                  • CriticalCustomerCount Property
                  • CustLoadPointsArchive 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
                  • ParentIncident Property
                  • PriorityCustomerCount Property
                  • Represents 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)
                  • LoadPointsObject Constructor(LoadPointsObject)
                • Methods
                  • FindAll Method
                    • FindAll(DataSet) Method
                    • FindAll(DataTable) Method
                    • FindAll(IEnumerable<DataRow>) Method
                  • GetOriginalValue<T> Method
                  • HasValue<TProp> Method
                  • New Method
                    • New() Method
                    • New(DataSet) Method
                    • New(DataTable) Method
                  • 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
                  • Represents Property
                  • TimeOutage Property
                  • TimeRestored Property
                  • UserCreated Property
                  • UserUpdated Property
              • OperationsArchiveObject
                • Overview
                • Members
                • OperationsArchiveObject Constructor
                  • OperationsArchiveObject Constructor(DataRow)
                  • OperationsArchiveObject Constructor(DataTable)
                  • OperationsArchiveObject Constructor(DataSet)
                  • OperationsArchiveObject Constructor(OperationsArchiveObject)
                • Methods
                  • FindAll Method
                    • FindAll(DataSet) Method
                    • FindAll(DataTable) Method
                    • FindAll(IEnumerable<DataRow>) Method
                  • GetOriginalValue<T> Method
                  • HasValue<TProp> Method
                  • New Method
                    • New() Method
                    • New(DataSet) Method
                    • New(DataTable) Method
                • 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
                  • LineType Property
                  • OID Property
                  • Operation Property
                  • OperationID Property
                  • OperationStatus Property
                  • OrderID Property
                  • OwnerState Property
                  • ParentSequenceId Property
                  • ParentSwitchingOrder Property
                  • Point Property
                  • Remarks Property
                  • Represents 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)
                  • OperationsObject Constructor(OperationsObject)
                • Methods
                  • FindAll Method
                    • FindAll(DataSet) Method
                    • FindAll(DataTable) Method
                    • FindAll(IEnumerable<DataRow>) Method
                  • GetOriginalValue<T> Method
                  • HasValue<TProp> Method
                  • New Method
                    • New() Method
                    • New(DataSet) Method
                    • New(DataTable) Method
                • Properties
                  • Context Property
                  • Description Property
                  • ExecutedBy Property
                  • ExecutedByName Property
                  • FacilityID Property
                  • FCID Property
                  • FeatureID Property
                  • FeederID Property
                  • ID Property
                  • IncidentDeviceSteps Property
                  • LineType Property
                  • OID Property
                  • OperationStatus Property
                  • OrderID Property
                  • OwnerState Property
                  • ParentSequenceId Property
                  • ParentSwitchingOrder Property
                  • PendingEdits Property
                  • Point Property
                  • Remarks Property
                  • Represents 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)
                  • PendingEditsObject Constructor(PendingEditsObject)
                • Methods
                  • FindAll Method
                    • FindAll(DataSet) Method
                    • FindAll(DataTable) Method
                    • FindAll(IEnumerable<DataRow>) Method
                  • GetOriginalValue<T> Method
                  • HasValue<TProp> Method
                  • New Method
                    • New() Method
                    • New(DataSet) Method
                    • New(DataTable) Method
                • Properties
                  • Feature Property
                  • Feeder Property
                  • IncidentID Property
                  • Operation Property
                  • OperationID Property
                  • ParentOperation Property
                  • Region Property
                  • Remarks Property
                  • Represents Property
                  • Substation Property
                  • TimeStarted Property
              • PreviousCallsObject
                • Overview
                • Members
                • PreviousCallsObject Constructor
                  • PreviousCallsObject Constructor(DataRow)
                  • PreviousCallsObject Constructor(DataTable)
                  • PreviousCallsObject Constructor(DataSet)
                  • PreviousCallsObject Constructor(PreviousCallsObject)
                • Methods
                  • FindAll Method
                    • FindAll(DataSet) Method
                    • FindAll(DataTable) Method
                    • FindAll(IEnumerable<DataRow>) Method
                  • GetOriginalValue<T> Method
                  • HasValue<TProp> Method
                  • New Method
                    • New() Method
                    • New(DataSet) Method
                    • New(DataTable) Method
                • Properties
                  • CallbackRequested Property
                  • Cause Property
                  • Duration Property
                  • Hazard Property
                  • ID Property
                  • Remarks Property
                  • Represents 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)
                  • PreviousIncidentsArchiveObject Constructor(PreviousIncidentsArchiveObject)
                • Methods
                  • FindAll Method
                    • FindAll(DataSet) Method
                    • FindAll(DataTable) Method
                    • FindAll(IEnumerable<DataRow>) Method
                  • GetOriginalValue<T> Method
                  • HasValue<TProp> Method
                  • New Method
                    • New() Method
                    • New(DataSet) Method
                    • New(DataTable) Method
                • Properties
                  • Cause Property
                  • ChangeDate Property
                  • Duration Property
                  • Hazard Property
                  • ID Property
                  • RemarksDispatch Property
                  • RemarksField Property
                  • Represents Property
                  • TimeOutage Property
                  • TimeRestored Property
                  • Weather Property
              • PreviousIncidentsObject
                • Overview
                • Members
                • PreviousIncidentsObject Constructor
                  • PreviousIncidentsObject Constructor(DataRow)
                  • PreviousIncidentsObject Constructor(DataTable)
                  • PreviousIncidentsObject Constructor(DataSet)
                  • PreviousIncidentsObject Constructor(PreviousIncidentsObject)
                • Methods
                  • FindAll Method
                    • FindAll(DataSet) Method
                    • FindAll(DataTable) Method
                    • FindAll(IEnumerable<DataRow>) Method
                  • GetOriginalValue<T> Method
                  • HasValue<TProp> Method
                  • New Method
                    • New() Method
                    • New(DataSet) Method
                    • New(DataTable) Method
                • Properties
                  • Cause Property
                  • ChangeDate Property
                  • Duration Property
                  • Hazard Property
                  • ID Property
                  • RemarksDispatch Property
                  • RemarksField Property
                  • Represents Property
                  • TimeOutage Property
                  • TimeRestored Property
                  • Weather Property
              • RegionAssignmentsObject
                • Overview
                • Members
                • RegionAssignmentsObject Constructor
                  • RegionAssignmentsObject Constructor(DataRow)
                  • RegionAssignmentsObject Constructor(DataTable)
                  • RegionAssignmentsObject Constructor(DataSet)
                  • RegionAssignmentsObject Constructor(RegionAssignmentsObject)
                • Methods
                  • FindAll Method
                    • FindAll(DataSet) Method
                    • FindAll(DataTable) Method
                    • FindAll(IEnumerable<DataRow>) Method
                  • GetOriginalValue<T> Method
                  • HasValue<TProp> Method
                  • New Method
                    • New() Method
                    • New(DataSet) Method
                    • New(DataTable) Method
                • Properties
                  • ID Property
                  • ParentRegion Property
                  • ParentUser Property
                  • RegionID Property
                  • Represents Property
                  • UserCreated Property
                  • UserID Property
                  • UserUpdated Property
              • RegionCustomersObject
                • Overview
                • Members
                • RegionCustomersObject Constructor
                  • RegionCustomersObject Constructor(DataRow)
                  • RegionCustomersObject Constructor(DataTable)
                  • RegionCustomersObject Constructor(DataSet)
                  • RegionCustomersObject Constructor(RegionCustomersObject)
                • Methods
                  • FindAll Method
                    • FindAll(DataSet) Method
                    • FindAll(DataTable) Method
                    • FindAll(IEnumerable<DataRow>) Method
                  • GetOriginalValue<T> Method
                  • HasValue<TProp> Method
                  • New Method
                    • New() Method
                    • New(DataSet) Method
                    • New(DataTable) Method
                • Properties
                  • CountDate Property
                  • CriticalCustomerCount Property
                  • CustomerCount Property
                  • ID Property
                  • PriorityCustomerCount Property
                  • RegionID Property
                  • Represents Property
              • RegionParentsObject
                • Overview
                • Members
                • RegionParentsObject Constructor
                  • RegionParentsObject Constructor(DataRow)
                  • RegionParentsObject Constructor(DataTable)
                  • RegionParentsObject Constructor(DataSet)
                  • RegionParentsObject Constructor(RegionParentsObject)
                • Methods
                  • FindAll Method
                    • FindAll(DataSet) Method
                    • FindAll(DataTable) Method
                    • FindAll(IEnumerable<DataRow>) Method
                  • GetOriginalValue<T> Method
                  • HasValue<TProp> Method
                  • New Method
                    • New() Method
                    • New(DataSet) Method
                    • New(DataTable) Method
                • Properties
                  • Category Property
                  • Name Property
                  • Regions Property
                  • Represents Property
              • RegionsObject
                • Overview
                • Members
                • RegionsObject Constructor
                  • RegionsObject Constructor(DataRow)
                  • RegionsObject Constructor(DataTable)
                  • RegionsObject Constructor(DataSet)
                  • RegionsObject Constructor(RegionsObject)
                • Methods
                  • FindAll Method
                    • FindAll(DataSet) Method
                    • FindAll(DataTable) Method
                    • FindAll(IEnumerable<DataRow>) Method
                  • GetOriginalValue<T> Method
                  • HasValue<TProp> Method
                  • New Method
                    • New() Method
                    • New(DataSet) Method
                    • New(DataTable) Method
                • Properties
                  • ID Property
                  • Name Property
                  • ParentName Property
                  • ParentRegionParent Property
                  • RegionAssignments Property
                  • Represents Property
              • SimulatedSwitchingOrderLoadpointsObject
                • Overview
                • Members
                • SimulatedSwitchingOrderLoadpointsObject Constructor
                  • SimulatedSwitchingOrderLoadpointsObject Constructor(DataRow)
                  • SimulatedSwitchingOrderLoadpointsObject Constructor(DataTable)
                  • SimulatedSwitchingOrderLoadpointsObject Constructor(DataSet)
                  • SimulatedSwitchingOrderLoadpointsObject Constructor(SimulatedSwitchingOrderLoadpointsObject)
                • Methods
                  • FindAll Method
                    • FindAll(DataSet) Method
                    • FindAll(DataTable) Method
                    • FindAll(IEnumerable<DataRow>) Method
                  • GetOriginalValue<T> Method
                  • HasValue<TProp> Method
                  • New Method
                    • New() Method
                    • New(DataSet) Method
                    • New(DataTable) Method
                • Properties
                  • FCID Property
                  • FeatureID Property
                  • ID Property
                  • OID Property
                  • OrderID Property
                  • ParentSwitchingOrder Property
                  • Represents Property
              • StepsObject
                • Overview
                • Members
                • StepsObject Constructor
                  • StepsObject Constructor(DataRow)
                  • StepsObject Constructor(DataTable)
                  • StepsObject Constructor(DataSet)
                  • StepsObject Constructor(StepsObject)
                • Methods
                  • FindAll Method
                    • FindAll(DataSet) Method
                    • FindAll(DataTable) Method
                    • FindAll(IEnumerable<DataRow>) Method
                  • GetOriginalValue<T> Method
                  • HasValue<TProp> Method
                  • New Method
                    • New() Method
                    • New(DataSet) Method
                    • New(DataTable) Method
                • Properties
                  • Caption Property
                  • Category Property
                  • Key Property
                  • Represents Property
                  • Rule Property
              • SwitchingLibraryFoldersObject
                • Overview
                • Members
                • SwitchingLibraryFoldersObject Constructor
                  • SwitchingLibraryFoldersObject Constructor(DataRow)
                  • SwitchingLibraryFoldersObject Constructor(DataTable)
                  • SwitchingLibraryFoldersObject Constructor(DataSet)
                  • SwitchingLibraryFoldersObject Constructor(SwitchingLibraryFoldersObject)
                • Methods
                  • FindAll Method
                    • FindAll(DataSet) Method
                    • FindAll(DataTable) Method
                    • FindAll(IEnumerable<DataRow>) Method
                  • GetOriginalValue<T> Method
                  • HasValue<TProp> Method
                  • New Method
                    • New() Method
                    • New(DataSet) Method
                    • New(DataTable) Method
                • Properties
                  • Id Property
                  • Name Property
                  • ParentFolderId Property
                  • Represents Property
                  • SwitchingLibraryFolders Property
                  • SwitchingOrders Property
              • SwitchingOrderAffectedLoadpointsObject
                • Overview
                • Members
                • SwitchingOrderAffectedLoadpointsObject Constructor
                  • SwitchingOrderAffectedLoadpointsObject Constructor(DataRow)
                  • SwitchingOrderAffectedLoadpointsObject Constructor(DataTable)
                  • SwitchingOrderAffectedLoadpointsObject Constructor(DataSet)
                  • SwitchingOrderAffectedLoadpointsObject Constructor(SwitchingOrderAffectedLoadpointsObject)
                • Methods
                  • FindAll Method
                    • FindAll(DataSet) Method
                    • FindAll(DataTable) Method
                    • FindAll(IEnumerable<DataRow>) Method
                  • GetOriginalValue<T> Method
                  • HasValue<TProp> Method
                  • New Method
                    • New() Method
                    • New(DataSet) Method
                    • New(DataTable) Method
                • Properties
                  • FCID Property
                  • FeatureID Property
                  • ID Property
                  • OID Property
                  • ParentSwitchingOrderRequest Property
                  • Represents Property
                  • RequestID Property
                  • UserCreated Property
                  • UserUpdated Property
              • SwitchingOrderAffectedXfrsObject
                • Overview
                • Members
                • SwitchingOrderAffectedXfrsObject Constructor
                  • SwitchingOrderAffectedXfrsObject Constructor(DataRow)
                  • SwitchingOrderAffectedXfrsObject Constructor(DataTable)
                  • SwitchingOrderAffectedXfrsObject Constructor(DataSet)
                  • SwitchingOrderAffectedXfrsObject Constructor(SwitchingOrderAffectedXfrsObject)
                • Methods
                  • FindAll Method
                    • FindAll(DataSet) Method
                    • FindAll(DataTable) Method
                    • FindAll(IEnumerable<DataRow>) Method
                  • GetOriginalValue<T> Method
                  • HasValue<TProp> Method
                  • New Method
                    • New() Method
                    • New(DataSet) Method
                    • New(DataTable) Method
                • Properties
                  • FCID Property
                  • FeatureID Property
                  • ID Property
                  • OID Property
                  • ParentSwitchingOrderRequest Property
                  • Represents Property
                  • RequestID Property
                  • UserCreated Property
                  • UserUpdated Property
              • SwitchingOrderFeaturesArchiveObject
                • Overview
                • Members
                • SwitchingOrderFeaturesArchiveObject Constructor
                  • SwitchingOrderFeaturesArchiveObject Constructor(DataRow)
                  • SwitchingOrderFeaturesArchiveObject Constructor(DataTable)
                  • SwitchingOrderFeaturesArchiveObject Constructor(DataSet)
                  • SwitchingOrderFeaturesArchiveObject Constructor(SwitchingOrderFeaturesArchiveObject)
                • Methods
                  • FindAll Method
                    • FindAll(DataSet) Method
                    • FindAll(DataTable) Method
                    • FindAll(IEnumerable<DataRow>) Method
                  • GetOriginalValue<T> Method
                  • HasValue<TProp> Method
                  • New Method
                    • New() Method
                    • New(DataSet) Method
                    • New(DataTable) Method
                • 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
                  • Represents 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)
                  • SwitchingOrderFeaturesObject Constructor(SwitchingOrderFeaturesObject)
                • Methods
                  • FindAll Method
                    • FindAll(DataSet) Method
                    • FindAll(DataTable) Method
                    • FindAll(IEnumerable<DataRow>) Method
                  • GetOriginalValue<T> Method
                  • HasValue<TProp> Method
                  • New Method
                    • New() Method
                    • New(DataSet) Method
                    • New(DataTable) Method
                • 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
                  • Represents 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)
                  • SwitchingOrderRequestsArchiveObject Constructor(SwitchingOrderRequestsArchiveObject)
                • Methods
                  • FindAll Method
                    • FindAll(DataSet) Method
                    • FindAll(DataTable) Method
                    • FindAll(IEnumerable<DataRow>) Method
                  • GetOriginalValue<T> Method
                  • HasValue<TProp> Method
                  • New Method
                    • New() Method
                    • New(DataSet) Method
                    • New(DataTable) Method
                • 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
                  • Represents 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)
                  • SwitchingOrderRequestsObject Constructor(SwitchingOrderRequestsObject)
                • Methods
                  • FindAll Method
                    • FindAll(DataSet) Method
                    • FindAll(DataTable) Method
                    • FindAll(IEnumerable<DataRow>) Method
                  • GetOriginalValue<T> Method
                  • HasValue<TProp> Method
                  • New Method
                    • New() Method
                    • New(DataSet) Method
                    • New(DataTable) Method
                • 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
                  • Represents Property
                  • ShortDescription Property
                  • Status Property
                  • SwitchingOrderAffectedLoadpoints Property
                  • SwitchingOrderAffectedXfrs Property
                  • SwitchingOrderFeatures Property
                  • TotalCustomersCount Property
                  • UserCreated Property
                  • UserUpdated Property
              • SwitchingOrdersArchiveObject
                • Overview
                • Members
                • SwitchingOrdersArchiveObject Constructor
                  • SwitchingOrdersArchiveObject Constructor(DataRow)
                  • SwitchingOrdersArchiveObject Constructor(DataTable)
                  • SwitchingOrdersArchiveObject Constructor(DataSet)
                  • SwitchingOrdersArchiveObject Constructor(SwitchingOrdersArchiveObject)
                • Methods
                  • FindAll Method
                    • FindAll(DataSet) Method
                    • FindAll(DataTable) Method
                    • FindAll(IEnumerable<DataRow>) Method
                  • GetOriginalValue<T> Method
                  • HasValue<TProp> Method
                  • New Method
                    • New() Method
                    • New(DataSet) Method
                    • New(DataTable) Method
                • 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
                  • Represents 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)
                  • SwitchingOrdersObject Constructor(SwitchingOrdersObject)
                • Methods
                  • FindAll Method
                    • FindAll(DataSet) Method
                    • FindAll(DataTable) Method
                    • FindAll(IEnumerable<DataRow>) Method
                  • GetOriginalValue<T> Method
                  • HasValue<TProp> Method
                  • New Method
                    • New() Method
                    • New(DataSet) Method
                    • New(DataTable) Method
                • Properties
                  • ApprovedBy Property
                  • CreatedBy Property
                  • FolderId Property
                  • ID Property
                  • IncidentID Property
                  • Name Property
                  • Operations Property
                  • ParentIncident Property
                  • ParentSwitchingLibraryFolder Property
                  • Region Property
                  • Remarks Property
                  • Represents 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
              • TagAndGroundStepsObject
                • Overview
                • Members
                • TagAndGroundStepsObject Constructor
                  • TagAndGroundStepsObject Constructor(DataRow)
                  • TagAndGroundStepsObject Constructor(DataTable)
                  • TagAndGroundStepsObject Constructor(DataSet)
                  • TagAndGroundStepsObject Constructor(TagAndGroundStepsObject)
                • Methods
                  • FindAll Method
                    • FindAll(DataSet) Method
                    • FindAll(DataTable) Method
                    • FindAll(IEnumerable<DataRow>) Method
                  • GetOriginalValue<T> Method
                  • HasValue<TProp> Method
                  • New Method
                    • New() Method
                    • New(DataSet) Method
                    • New(DataTable) Method
                • Properties
                  • Action Property
                  • Ground Property
                  • ID Property
                  • OperationID Property
                  • ParentOperation Property
                  • Phases Property
                  • Represents 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)
                  • TagGroundStepsArchiveObject Constructor(TagGroundStepsArchiveObject)
                • Methods
                  • FindAll Method
                    • FindAll(DataSet) Method
                    • FindAll(DataTable) Method
                    • FindAll(IEnumerable<DataRow>) Method
                  • GetOriginalValue<T> Method
                  • HasValue<TProp> Method
                  • New Method
                    • New() Method
                    • New(DataSet) Method
                    • New(DataTable) Method
                • Properties
                  • Action Property
                  • ChangeDate Property
                  • Ground Property
                  • ID Property
                  • IncidentID Property
                  • Operation Property
                  • OperationID Property
                  • ParentOperation Property
                  • Phases Property
                  • Represents 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)
                  • TagsAndGroundsArchiveObject Constructor(TagsAndGroundsArchiveObject)
                • Methods
                  • FindAll Method
                    • FindAll(DataSet) Method
                    • FindAll(DataTable) Method
                    • FindAll(IEnumerable<DataRow>) Method
                  • GetOriginalValue<T> Method
                  • HasValue<TProp> Method
                  • New Method
                    • New() Method
                    • New(DataSet) Method
                    • New(DataTable) Method
                • 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
                  • Represents 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)
                  • TagsAndGroundsObject Constructor(TagsAndGroundsObject)
                • Methods
                  • FindAll Method
                    • FindAll(DataSet) Method
                    • FindAll(DataTable) Method
                    • FindAll(IEnumerable<DataRow>) Method
                  • GetOriginalValue<T> Method
                  • HasValue<TProp> Method
                  • New Method
                    • New() Method
                    • New(DataSet) Method
                    • New(DataTable) Method
                • 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
                  • Represents 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)
                  • TMajorEventDayObject Constructor(TMajorEventDayObject)
                • Methods
                  • FindAll Method
                    • FindAll(DataSet) Method
                    • FindAll(DataTable) Method
                    • FindAll(IEnumerable<DataRow>) Method
                  • GetOriginalValue<T> Method
                  • HasValue<TProp> Method
                  • New Method
                    • New() Method
                    • New(DataSet) Method
                    • New(DataTable) Method
                • Properties
                  • EndDate Property
                  • ID Property
                  • Represents Property
                  • StartDate Property
                  • Tmed Property
              • TrucksArchiveObject
                • Overview
                • Members
                • TrucksArchiveObject Constructor
                  • TrucksArchiveObject Constructor(DataRow)
                  • TrucksArchiveObject Constructor(DataTable)
                  • TrucksArchiveObject Constructor(DataSet)
                  • TrucksArchiveObject Constructor(TrucksArchiveObject)
                • Methods
                  • FindAll Method
                    • FindAll(DataSet) Method
                    • FindAll(DataTable) Method
                    • FindAll(IEnumerable<DataRow>) Method
                  • GetOriginalValue<T> Method
                  • HasValue<TProp> Method
                  • New Method
                    • New() Method
                    • New(DataSet) Method
                    • New(DataTable) Method
                • 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
                  • Represents 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)
                  • TrucksObject Constructor(TrucksObject)
                • Methods
                  • FindAll Method
                    • FindAll(DataSet) Method
                    • FindAll(DataTable) Method
                    • FindAll(IEnumerable<DataRow>) Method
                  • GetOriginalValue<T> Method
                  • HasValue<TProp> Method
                  • New Method
                    • New() Method
                    • New(DataSet) Method
                    • New(DataTable) Method
                • Properties
                  • Company Property
                  • CrewID Property
                  • ID Property
                  • Number Property
                  • ParentCrew Property
                  • Radio1 Property
                  • Radio2 Property
                  • Region Property
                  • Represents Property
                  • Status Property
                  • TruckType Property
                  • UserCreated Property
                  • UserUpdated Property
              • UsersObject
                • Overview
                • Members
                • UsersObject Constructor
                  • UsersObject Constructor(DataRow)
                  • UsersObject Constructor(DataTable)
                  • UsersObject Constructor(DataSet)
                  • UsersObject Constructor(UsersObject)
                • Methods
                  • FindAll Method
                    • FindAll(DataSet) Method
                    • FindAll(DataTable) Method
                    • FindAll(IEnumerable<DataRow>) Method
                  • GetOriginalValue<T> Method
                  • HasValue<TProp> Method
                  • New Method
                    • New() Method
                    • New(DataSet) Method
                    • New(DataTable) Method
                • Properties
                  • FirstName Property
                  • ID Property
                  • Incidents Property
                  • IsAnonymous Property
                  • LastActivityDate Property
                  • LastExplorerLoginDate Property
                  • LastName Property
                  • NTUserName Property
                  • RegionAssignments Property
                  • Represents Property
                  • UserCreated Property
                  • UserLocDept Property
                  • UserUpdated Property
            • Enumerations
              • AccountTypeDomain
              • AffectsEnergizationTypeDomain
              • AmiEventDomain
              • CallbackReasonDomain
              • CallbackResultDomain
              • CallbackStatusDomain
              • CallerTypeDomain
              • CallTroubleDomain
              • CallUrgencyDomain
              • CancelReasonDomain
              • CauseDomain
              • CauseRusDomain
              • ConfirmedStateDomain
              • ConnectStatusDomain
              • CrewAssignmentStatusDomain
              • CrewAvailabilityStatusDomain
              • CrewCompanyDomain
              • CrewTypeDomain
              • CriticalDomain
              • CriticalTypeDomain
              • DeviceOperationDomain
              • ExpertiseDomain
              • HazardStatusDomain
              • HazardTypeDomain
              • HazardWireOwnerDomain
              • IncidentChildTypeDomain
              • IncidentDeviceStepActionDomain
              • IncidentStatusDomain
              • 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
      • Miner.Responder.Windows Assembly
        • Overview
        • Namespaces
          • Miner.Responder.Windows Namespace
            • Overview
            • Classes
              • DataManager
                • Overview
                • Members
                • DataManager Constructor
                • Methods
                  • BeginUpdate Method
                  • ChangeCultureTimeMode Method
                  • EndUpdate Method
                  • GeospatialToolDeactivated Method
                  • GetSelectedData Method
                  • HandleConcurrencyError Method
                  • OnDataRowActivated Method
                  • OnDataRowSelected Method
                  • OnFeatureSelectionChanged Method
                  • OnGeoRowActivated Method
                  • OnGeoRowsActivated Method
                  • OnRefreshed Method
                    • OnRefreshed() Method
                    • OnRefreshed(RefreshType) Method
                  • OnRefreshing Method
                  • OnReinitialize Method
                  • OnSubmitted Method
                  • OnSubmitting Method
                  • OnUpdateData Method
                  • RefreshConfigurator Method
                  • RefreshMap Method
                  • RegionName Method
                  • SaveSelectedData Method
                  • Submit Method
                    • Submit(DataSet) Method
                    • Submit(DataSet,Boolean,Boolean) Method
                • Properties
                  • ClientRules Property
                  • Configurator Property
                  • DataQueries Property
                  • Instance Property
                  • LastSelectedRow Property
                  • RefreshRate Property
                  • Styles Property
                  • SyncLock Property
                  • UserIsEditing Property
                • Fields
                  • ExplorerData Field
                • Events
                  • DataRowActivated Event
                  • DataRowSelected Event
                  • DispatcherChanged Event
                  • FeatureSelectionChanged Event
                  • GeoRowActivated Event
                  • Refreshed Event
                  • Refreshing Event
                  • Reinitialize Event
                  • RolledUpIncidentNotification Event
                  • Submitted Event
                  • Submitting Event
                  • ToolDeactivated Event
                  • UpdateData Event
            • Delegates
              • DataManager.DataRowActivatedEventHandler
              • DataManager.GeoRowActivatedEventHandler
      • 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
                  • 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
          • 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
                  • 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