C# Класс CustomRulesPageCS.FrmNodeReductionRule

Наследование: System.Windows.Forms.Form
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
TxtDescription System.Windows.Forms.TextBox
chkKeepVertices System.Windows.Forms.CheckBox
chkLinkAttribute System.Windows.Forms.CheckBox
cmbAttributeName System.Windows.Forms.ComboBox
cmbReducedNodeClass System.Windows.Forms.ComboBox
cmbTargetSuperspanClass System.Windows.Forms.ComboBox
lblAttributeName System.Windows.Forms.Label
lblDescription System.Windows.Forms.Label
lblGroup System.Windows.Forms.GroupBox
lblReducedNode System.Windows.Forms.Label
lblTargetSuperspan System.Windows.Forms.Label
txtLinkAttribute System.Windows.Forms.TextBox

Открытые методы

Метод Описание
FrmNodeReductionRule ( ) : System

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
Changed ( object sender, System e ) : void
FillAttNames ( object sender, EventArgs e ) : void
GetElementClass ( ESRI.ArcGIS.Schematic enumElementClass, string linkCClassName ) : ESRI.ArcGIS.Schematic.ISchematicElementClass
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

IsFieldNumeriqueAndEditable ( string fieldName, ESRI.ArcGIS.Schematic elementClass ) : bool
chkLinkAttribute_CheckedChanged ( object sender, EventArgs e ) : void

Описание методов

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

FrmNodeReductionRule() публичный Метод

public FrmNodeReductionRule ( ) : System
Результат System

Описание свойств

TxtDescription публичное свойство

public System.Windows.Forms.TextBox TxtDescription
Результат System.Windows.Forms.TextBox

chkKeepVertices публичное свойство

public System.Windows.Forms.CheckBox chkKeepVertices
Результат System.Windows.Forms.CheckBox

chkLinkAttribute публичное свойство

public System.Windows.Forms.CheckBox chkLinkAttribute
Результат System.Windows.Forms.CheckBox

cmbAttributeName публичное свойство

public System.Windows.Forms.ComboBox cmbAttributeName
Результат System.Windows.Forms.ComboBox

cmbReducedNodeClass публичное свойство

public System.Windows.Forms.ComboBox cmbReducedNodeClass
Результат System.Windows.Forms.ComboBox

cmbTargetSuperspanClass публичное свойство

public System.Windows.Forms.ComboBox cmbTargetSuperspanClass
Результат System.Windows.Forms.ComboBox

lblAttributeName публичное свойство

public System.Windows.Forms.Label lblAttributeName
Результат System.Windows.Forms.Label

lblDescription публичное свойство

public System.Windows.Forms.Label lblDescription
Результат System.Windows.Forms.Label

lblGroup публичное свойство

public System.Windows.Forms.GroupBox lblGroup
Результат System.Windows.Forms.GroupBox

lblReducedNode публичное свойство

public System.Windows.Forms.Label lblReducedNode
Результат System.Windows.Forms.Label

lblTargetSuperspan публичное свойство

public System.Windows.Forms.Label lblTargetSuperspan
Результат System.Windows.Forms.Label

txtLinkAttribute публичное свойство

public System.Windows.Forms.TextBox txtLinkAttribute
Результат System.Windows.Forms.TextBox