C# Class ArcGIS4LocalGovernment.AAState

Show file Open project: Esri/local-government-desktop-addins Class Usage Examples

Public Properties

Property Type Description
_CheckEnvelope bool
_Suspend bool
_clearLastValue bool
_currentUserInfo A4LGSharedFunctions.CurrentUserInfo
_defaultsTableName string
_dt System.Data.DataTable
_dv System.Data.DataView
_editEvents IEditEvents_Event
_editEvents2 IEditEvents2_Event
_editor IEditor
_fabricInMemTablesLookUp ITable>.Dictionary
_fabricLayers IArray
_fabricObjectClassIds List
_fabricObjectClasses IArray
_filePath string
_gentab ITable
_gentabWorkspace IWorkspaceEdit2
_objectClassEventList List
_onStopOperationEvent bool
_processCount int
_sequenceTableName string
_sr1 ISpatialReference
_sw System.IO.StreamWriter
_tab ITable
bmpOff System.Drawing.Bitmap
bmpOn System.Drawing.Bitmap
commandItem ICommandItem
indent string
lastValueProperties ESRI.ArcGIS.esriSystem.IPropertySet2
rCalc A4LGSharedFunctions.RotationCalculator

Public Methods

Method Description
Debug ( ) : string
FabricGeometryRowChange ( ESRI obj ) : void
FabricRowChange ( ESRI obj ) : void
FabricRowCreate ( ESRI obj ) : void
FeatureChange ( ESRI obj ) : void
FeatureCreate ( ESRI obj ) : void
FeatureGeoChange ( ESRI obj ) : void
FeatureManual ( ESRI obj ) : void
LoadBitmaps ( ) : void
LoadCommand ( ) : void
StartChangeMonitor ( ) : void
StopChangeMonitor ( ) : void
StopOperation ( ) : void
WriteLine ( string valToWrite ) : void
createLastValuePropertySet ( ) : void
initDynTable ( ) : void
initEditing ( ) : void
initTable ( ) : bool
promptLastValueProperrtySet ( ) : void
promptLastValueProperrtySetOneForm ( ) : void
reInitExt ( ) : bool
setIcon ( ) : void
unInitEditing ( ) : void

Private Methods

Method Description
InMemTableExistsForRow ( ESRI obj ) : bool
getConfigDataTable ( ) : DataTable

Method Details

Debug() public static method

public static Debug ( ) : string
return string

FabricGeometryRowChange() public static method

public static FabricGeometryRowChange ( ESRI obj ) : void
obj ESRI
return void

FabricRowChange() public static method

public static FabricRowChange ( ESRI obj ) : void
obj ESRI
return void

FabricRowCreate() public static method

public static FabricRowCreate ( ESRI obj ) : void
obj ESRI
return void

FeatureChange() public static method

public static FeatureChange ( ESRI obj ) : void
obj ESRI
return void

FeatureCreate() public static method

public static FeatureCreate ( ESRI obj ) : void
obj ESRI
return void

FeatureGeoChange() public static method

public static FeatureGeoChange ( ESRI obj ) : void
obj ESRI
return void

FeatureManual() public static method

public static FeatureManual ( ESRI obj ) : void
obj ESRI
return void

LoadBitmaps() public static method

public static LoadBitmaps ( ) : void
return void

LoadCommand() public static method

public static LoadCommand ( ) : void
return void

StartChangeMonitor() public static method

public static StartChangeMonitor ( ) : void
return void

StopChangeMonitor() public static method

public static StopChangeMonitor ( ) : void
return void

StopOperation() public static method

public static StopOperation ( ) : void
return void

WriteLine() public static method

public static WriteLine ( string valToWrite ) : void
valToWrite string
return void

createLastValuePropertySet() public static method

public static createLastValuePropertySet ( ) : void
return void

initDynTable() public static method

public static initDynTable ( ) : void
return void

initEditing() public static method

public static initEditing ( ) : void
return void

initTable() public static method

public static initTable ( ) : bool
return bool

promptLastValueProperrtySet() public static method

public static promptLastValueProperrtySet ( ) : void
return void

promptLastValueProperrtySetOneForm() public static method

public static promptLastValueProperrtySetOneForm ( ) : void
return void

reInitExt() public static method

public static reInitExt ( ) : bool
return bool

setIcon() public static method

public static setIcon ( ) : void
return void

unInitEditing() public static method

public static unInitEditing ( ) : void
return void

Property Details

_CheckEnvelope public static property

public static bool _CheckEnvelope
return bool

_Suspend public static property

public static bool _Suspend
return bool

_clearLastValue public static property

public static bool _clearLastValue
return bool

_currentUserInfo public static property

public static CurrentUserInfo,A4LGSharedFunctions _currentUserInfo
return A4LGSharedFunctions.CurrentUserInfo

_defaultsTableName public static property

public static string _defaultsTableName
return string

_dt public static property

public static DataTable,System.Data _dt
return System.Data.DataTable

_dv public static property

public static DataView,System.Data _dv
return System.Data.DataView

_editEvents public static property

public static IEditEvents_Event _editEvents
return IEditEvents_Event

_editEvents2 public static property

public static IEditEvents2_Event _editEvents2
return IEditEvents2_Event

_editor public static property

public static IEditor _editor
return IEditor

_fabricInMemTablesLookUp public static property

public static Dictionary _fabricInMemTablesLookUp
return ITable>.Dictionary

_fabricLayers public static property

public static IArray _fabricLayers
return IArray

_fabricObjectClassIds public static property

public static List _fabricObjectClassIds
return List

_fabricObjectClasses public static property

public static IArray _fabricObjectClasses
return IArray

_filePath public static property

public static string _filePath
return string

_gentab public static property

public static ITable _gentab
return ITable

_gentabWorkspace public static property

public static IWorkspaceEdit2 _gentabWorkspace
return IWorkspaceEdit2

_objectClassEventList public static property

public static List _objectClassEventList
return List

_onStopOperationEvent public static property

public static bool _onStopOperationEvent
return bool

_processCount public static property

public static int _processCount
return int

_sequenceTableName public static property

public static string _sequenceTableName
return string

_sr1 public static property

public static ISpatialReference _sr1
return ISpatialReference

_sw public static property

public static StreamWriter,System.IO _sw
return System.IO.StreamWriter

_tab public static property

public static ITable _tab
return ITable

bmpOff public static property

public static Bitmap,System.Drawing bmpOff
return System.Drawing.Bitmap

bmpOn public static property

public static Bitmap,System.Drawing bmpOn
return System.Drawing.Bitmap

commandItem public static property

public static ICommandItem commandItem
return ICommandItem

indent public static property

public static string indent
return string

lastValueProperties public static property

public static IPropertySet2,ESRI.ArcGIS.esriSystem lastValueProperties
return ESRI.ArcGIS.esriSystem.IPropertySet2

rCalc public static property

public static RotationCalculator,A4LGSharedFunctions rCalc
return A4LGSharedFunctions.RotationCalculator