C# 클래스 DLaB.EarlyBoundGenerator.OptionSetSpecifierDialog

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

Private Properties

프로퍼티 타입 설명
BtnAdd_Click void
CmbAttributes_SelectedIndexChanged void
CmbEntities_SelectedIndexChanged void
CmbOptionSets_SelectedIndexChanged void
Enable void
LoadEntities void
LoadOptionSets void
LoadOrRetrieveEntities void
LocalOptionSetSpecifierDialog_Load void
MakeLocalVisible void
RdoGlobal_CheckedChanged void
RdoLocal_CheckedChanged void

공개 메소드들

메소드 설명
OptionSetSpecifierDialog ( ) : System
OptionSetSpecifierDialog ( PluginControlBase callingControl, bool selectOptionSetsForEntity, string title = null ) : System
RetrieveAttributes ( ) : void
RetrieveOptionSets ( ) : void

비공개 메소드들

메소드 설명
BtnAdd_Click ( object sender, EventArgs e ) : void
CmbAttributes_SelectedIndexChanged ( object sender, EventArgs e ) : void
CmbEntities_SelectedIndexChanged ( object sender, EventArgs e ) : void
CmbOptionSets_SelectedIndexChanged ( object sender, EventArgs e ) : void
Enable ( bool enable ) : void
LoadEntities ( IEnumerable entities ) : void
LoadOptionSets ( IEnumerable optionSets ) : void
LoadOrRetrieveEntities ( ) : void
LocalOptionSetSpecifierDialog_Load ( object sender, EventArgs e ) : void
MakeLocalVisible ( Boolean value ) : void
RdoGlobal_CheckedChanged ( object sender, EventArgs e ) : void
RdoLocal_CheckedChanged ( object sender, EventArgs e ) : void

메소드 상세

OptionSetSpecifierDialog() 공개 메소드

public OptionSetSpecifierDialog ( ) : System
리턴 System

OptionSetSpecifierDialog() 공개 메소드

public OptionSetSpecifierDialog ( PluginControlBase callingControl, bool selectOptionSetsForEntity, string title = null ) : System
callingControl PluginControlBase
selectOptionSetsForEntity bool
title string
리턴 System

RetrieveAttributes() 공개 메소드

public RetrieveAttributes ( ) : void
리턴 void

RetrieveOptionSets() 공개 메소드

public RetrieveOptionSets ( ) : void
리턴 void