Search Results for

    Show / Hide Table of Contents

    Class DateTimeControl

    Interaktionslogik für DateTimeControl.xaml

    Inheritance
    System.Object
    DateTimeControl
    Implements
    IValidable
    INotifyPropertyChanged
    IValueBinding
    Namespace: Simplic.Framework.DBUI
    Assembly: Simplic.Framework.DBUI.dll
    Syntax
    public class DateTimeControl : UserControl, IValidable, IValueBinding

    Constructors

    | Improve this Doc View Source

    DateTimeControl()

    Declaration
    public DateTimeControl()

    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
    Type Description
    SyTextBox
    | 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
    Type Description
    SyTextBox
    | 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)

    property Changed

    Declaration
    public void OnPropertyChanged(string PropertyName)
    Parameters
    Type Name Description
    System.String PropertyName
    | Improve this Doc View Source

    Remove()

    Declaration
    public void Remove()
    | 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

    IValidable
    INotifyPropertyChanged
    IValueBinding
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx