C# 클래스 DLaB.EarlyBoundGenerator.SpecifyAttributesDialog

상속: DialogBase
파일 보기 프로젝트 열기: daryllabar/DLaB.Xrm.XrmToolBoxTools 1 사용 예제들

공개 메소드들

메소드 설명
SpecifyAttributesDialog ( ) : System
SpecifyAttributesDialog ( PluginControlBase callingControl ) : System

보호된 메소드들

메소드 설명
AddRow ( string entityName, string attribute ) : void
OpenAddDialog ( ) : void

비공개 메소드들

메소드 설명
BtnAdd_Click ( object sender, EventArgs e ) : void
BtnSave_Click ( object sender, EventArgs e ) : void
SpecifyAttributesDialog_Load ( object sender, EventArgs e ) : void
dataGridView1_CellClick ( object sender, System.Windows.Forms.DataGridViewCellEventArgs e ) : void

메소드 상세

AddRow() 보호된 메소드

protected AddRow ( string entityName, string attribute ) : void
entityName string
attribute string
리턴 void

OpenAddDialog() 보호된 메소드

protected OpenAddDialog ( ) : void
리턴 void

SpecifyAttributesDialog() 공개 메소드

public SpecifyAttributesDialog ( ) : System
리턴 System

SpecifyAttributesDialog() 공개 메소드

public SpecifyAttributesDialog ( PluginControlBase callingControl ) : System
callingControl PluginControlBase
리턴 System