Search Results for

    Show / Hide Table of Contents

    Class PhoneNumberTextBox

    Interaction logic for PhoneNumberTextBox.xaml

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

    Constructors

    | Improve this Doc View Source

    PhoneNumberTextBox()

    Initializew new phone number textbox

    Declaration
    public PhoneNumberTextBox()

    Fields

    | Improve this Doc View Source

    InstanceDataGuidProperty

    Gets or sets the instance data guid for the phone number that is currently called. If the Guid is not empty, no phone number resolving will be done.

    Declaration
    public static readonly DependencyProperty InstanceDataGuidProperty
    Field Value
    Type Description
    DependencyProperty
    | Improve this Doc View Source

    TextProperty

    Dependency property for the text member

    Declaration
    public static readonly DependencyProperty TextProperty
    Field Value
    Type Description
    DependencyProperty

    Properties

    | Improve this Doc View Source

    InputTextBox

    Gets or sets the input textbox

    Declaration
    public TextBox InputTextBox { get; set; }
    Property Value
    Type Description
    TextBox
    | Improve this Doc View Source

    InstanceDataGuid

    Gets or sets the instance data guid for the phone number that is currently called. If the Guid is not empty, no phone number resolving will be done.

    Declaration
    public Guid InstanceDataGuid { get; set; }
    Property Value
    Type Description
    Guid
    | Improve this Doc View Source

    Text

    Gets or sets the phone number

    Declaration
    public string Text { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    ValueBindingPropertyName

    Gets or sets the old simplic value binding type

    Declaration
    public string ValueBindingPropertyName { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    | Improve this Doc View Source

    GetBindingValue()

    Get value for old simplic binding

    Declaration
    public object GetBindingValue()
    Returns
    Type Description
    System.Object
    | Improve this Doc View Source

    SetBindingValue(Object)

    Set value from old simplic binding

    Declaration
    public void SetBindingValue(object Binding)
    Parameters
    Type Name Description
    System.Object Binding

    Events

    | Improve this Doc View Source

    ResolveInstanceDataGuid

    Will be called before calling someone to resolve its instancedata guid

    Declaration
    public event PhoneNumberTextBox.ResolveInstanceDataGuidEventHandle ResolveInstanceDataGuid
    Event Type
    Type Description
    PhoneNumberTextBox.ResolveInstanceDataGuidEventHandle

    Implements

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