コード例 #1
0
 public static void Set_ScorpGunluk_Layouts_List_ListLayoutBase_EndOfScrollCommand(global::ScorpGunluk.Layouts.List.ListLayoutBase obj, global::System.Windows.Input.ICommand value, string targetNullValue)
 {
     if (value == null && targetNullValue != null)
     {
         value = (global::System.Windows.Input.ICommand)global::Windows.UI.Xaml.Markup.XamlBindingHelper.ConvertValue(typeof(global::System.Windows.Input.ICommand), targetNullValue);
     }
     obj.EndOfScrollCommand = value;
 }
コード例 #2
0
 public static void Set_ScorpGunluk_Layouts_List_ListLayoutBase_ItemsSource(global::ScorpGunluk.Layouts.List.ListLayoutBase obj, global::System.Object value, string targetNullValue)
 {
     if (value == null && targetNullValue != null)
     {
         value = (global::System.Object)global::Windows.UI.Xaml.Markup.XamlBindingHelper.ConvertValue(typeof(global::System.Object), targetNullValue);
     }
     obj.ItemsSource = value;
 }