封装DateTimePicker并使用绑定时遇到的问题
生活随笔
收集整理的這篇文章主要介紹了
封装DateTimePicker并使用绑定时遇到的问题
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
請教各位高手:
我想把一個控件封裝起來.DateTimePicker
因為他的value的類型為DateTime所以不可以為Null
但是數據庫里有一些日期是為空的.如離職日期
現在我寫了一個類繼承至DateTimePicker
使用public?object?Value覆蓋了基類的Value方法
這樣它就可以為NULL了.
在使用時.我使用的是綁定
private?MDateTimePicker?dtpQuotationDate;
this.dtpQuotationDate.DataBindings.Add("Value",?this.bindingSource1,?"QuotationDate");
但是他一直只使用我這個類Value的Set方法,不使用我這個類的Value的Get方法,還是調動Base.Value.不知道為什么啊 ,請各位高手指點.謝謝!
using?System;
using?System.Collections.Generic;
using?System.Text;
using?System.Windows.Forms;
using?System.ComponentModel;
using?System.Text.RegularExpressions;
namespace?WinUI
{
????/**////?<summary>
????///?用于處理DBNull問題的DateTimePicker
????///?</summary>
????public?class?MDateTimePicker?:DateTimePicker
????{
????????private?object?dateValue;
????????public?new?string?Text
????????{
????????????get
????????????{
????????????????return?this.dateValue.ToString();
????????????}
????????????set
????????????{
????????????????this.dateValue?=?value;
????????????}
????????}
????????public?object?Value
????????{
????????????get
????????????{
????????????????if?(dateValue==null)
????????????????{
????????????????????Format?=?DateTimePickerFormat.Custom;?this.CustomFormat?=?"?";
????????????????}
????????????????else
????????????????{
????????????????????this.Format?=?DateTimePickerFormat.Short;
????????????????}
????????????????return?dateValue;
????????????}
????????????set
????????????{
????????????????dateValue?=?value;
????????????????base.Value?=?Convert.ToDateTime(value);
????????????}
????????}
????????protected?override?void?OnTextChanged(EventArgs?e)
????????{
????????????//base.OnTextChanged(e);
????????????//if?(Convert.ToDateTime(Value)?==?MaxDate)
????????????//{
????????????//????Format?=?DateTimePickerFormat.Custom;
????????????//????CustomFormat?=?"?";
????????????//}
????????????//else
????????????//{
????????????//????Format?=?DateTimePickerFormat.Long;
????????????//}
????????}
????????protected?override?void?OnClick(EventArgs?e)
????????{
????????????//base.OnClick(e);
????????????//onEdit();
????????}
????????protected?override?void?OnKeyDown(KeyEventArgs?e)
????????{
????????????base.OnKeyDown(e);
????????????if?(e.KeyCode?==?Keys.Delete)
????????????{
????????????????this.Value?=?null;
????????????}
????????????else
????????????{
????????????????//onEdit();
????????????}
????????}
????????private?void?onEdit()
????????{
????????????Format?=?DateTimePickerFormat.Long;
????????????Value?=?DateTime.Now;
????????}
????????
????}
}
?
我想把一個控件封裝起來.DateTimePicker
因為他的value的類型為DateTime所以不可以為Null
但是數據庫里有一些日期是為空的.如離職日期
現在我寫了一個類繼承至DateTimePicker
使用public?object?Value覆蓋了基類的Value方法
這樣它就可以為NULL了.
在使用時.我使用的是綁定
private?MDateTimePicker?dtpQuotationDate;
this.dtpQuotationDate.DataBindings.Add("Value",?this.bindingSource1,?"QuotationDate");
但是他一直只使用我這個類Value的Set方法,不使用我這個類的Value的Get方法,還是調動Base.Value.不知道為什么啊 ,請各位高手指點.謝謝!
using?System;
using?System.Collections.Generic;
using?System.Text;
using?System.Windows.Forms;
using?System.ComponentModel;
using?System.Text.RegularExpressions;
namespace?WinUI
{
????/**////?<summary>
????///?用于處理DBNull問題的DateTimePicker
????///?</summary>
????public?class?MDateTimePicker?:DateTimePicker
????{
????????private?object?dateValue;
????????public?new?string?Text
????????{
????????????get
????????????{
????????????????return?this.dateValue.ToString();
????????????}
????????????set
????????????{
????????????????this.dateValue?=?value;
????????????}
????????}
????????public?object?Value
????????{
????????????get
????????????{
????????????????if?(dateValue==null)
????????????????{
????????????????????Format?=?DateTimePickerFormat.Custom;?this.CustomFormat?=?"?";
????????????????}
????????????????else
????????????????{
????????????????????this.Format?=?DateTimePickerFormat.Short;
????????????????}
????????????????return?dateValue;
????????????}
????????????set
????????????{
????????????????dateValue?=?value;
????????????????base.Value?=?Convert.ToDateTime(value);
????????????}
????????}
????????protected?override?void?OnTextChanged(EventArgs?e)
????????{
????????????//base.OnTextChanged(e);
????????????//if?(Convert.ToDateTime(Value)?==?MaxDate)
????????????//{
????????????//????Format?=?DateTimePickerFormat.Custom;
????????????//????CustomFormat?=?"?";
????????????//}
????????????//else
????????????//{
????????????//????Format?=?DateTimePickerFormat.Long;
????????????//}
????????}
????????protected?override?void?OnClick(EventArgs?e)
????????{
????????????//base.OnClick(e);
????????????//onEdit();
????????}
????????protected?override?void?OnKeyDown(KeyEventArgs?e)
????????{
????????????base.OnKeyDown(e);
????????????if?(e.KeyCode?==?Keys.Delete)
????????????{
????????????????this.Value?=?null;
????????????}
????????????else
????????????{
????????????????//onEdit();
????????????}
????????}
????????private?void?onEdit()
????????{
????????????Format?=?DateTimePickerFormat.Long;
????????????Value?=?DateTime.Now;
????????}
????????
????}
}
?
轉載于:https://www.cnblogs.com/tonyepaper/archive/2008/05/19/1202308.html
總結
以上是生活随笔為你收集整理的封装DateTimePicker并使用绑定时遇到的问题的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: Winson.SqlPager 2.5
- 下一篇: 亚比之魂兑换