Class DateTimeControl
Interaktionslogik für DateTimeControl.xaml
Inheritance
System.Object
DateTimeControl
Implements
INotifyPropertyChanged
Assembly: Simplic.Framework.DBUI.dll
Syntax
public class DateTimeControl : UserControl, IValidable, IValueBinding
Constructors
|
Improve this Doc
View Source
DateTimeControl()
Declaration
Fields
|
Improve this Doc
View Source
DateTimeValueProperty
Declaration
public static readonly DependencyProperty DateTimeValueProperty
Field Value
Type |
Description |
DependencyProperty |
|
Properties
|
Improve this Doc
View Source
DateTextBox
Declaration
public SyTextBox DateTextBox { get; }
Property Value
|
Improve this Doc
View Source
DateTimeValue
Declaration
public DateTime DateTimeValue { get; set; }
Property Value
Type |
Description |
DateTime |
|
|
Improve this Doc
View Source
TimeTextBox
Declaration
public SyTextBox TimeTextBox { get; }
Property Value
|
Improve this Doc
View Source
ValueBindingPropertyName
Declaration
public string ValueBindingPropertyName { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
GetBindingValue()
Declaration
public object GetBindingValue()
Returns
Type |
Description |
System.Object |
|
|
Improve this Doc
View Source
OnPropertyChanged(String)
Declaration
public void OnPropertyChanged(string PropertyName)
Parameters
Type |
Name |
Description |
System.String |
PropertyName |
|
|
Improve this Doc
View Source
Remove()
Declaration
|
Improve this Doc
View Source
SetBindingValue(Object)
Declaration
public void SetBindingValue(object Binding)
Parameters
Type |
Name |
Description |
System.Object |
Binding |
|
|
Improve this Doc
View Source
Valid()
Declaration
public KeyValuePair<bool, string> Valid()
Returns
Type |
Description |
KeyValuePair<System.Boolean, System.String> |
|
Events
|
Improve this Doc
View Source
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
Description |
PropertyChangedEventHandler |
|
Implements
INotifyPropertyChanged