わんくま同盟 大阪勉強会 #4
BindingContainerクラスC
•private object GetMappingData
• (IBindingControl bindingControl)
•{
• PropertyInfo propertyInfo =  GetTargetPropertyInfo(bindingControl.MappingName);
• if(propertyInfo==null){return null;}
• return propertyInfo.GetValue(this.bindingData,null);
•}
四角形吹き出し: マッピング名に該当するプロパティからデータを取得している。(即ち、画面表示)
マッピング名に該当するプロパティからデータを取得している。(即ち、画面表示)