Class PhoneNumberTextBox
Interaction logic for PhoneNumberTextBox.xaml
Inheritance
System.Object
    PhoneNumberTextBox
  Implements
Namespace: Simplic.Framework.DBUI
Assembly: Simplic.Framework.DBUI.dll
Syntax
public class PhoneNumberTextBox : UserControl, IValueBinding
  Constructors
| Improve this Doc View SourcePhoneNumberTextBox()
Initializew new phone number textbox
Declaration
public PhoneNumberTextBox()
  Fields
| Improve this Doc View SourceInstanceDataGuidProperty
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 | 
TextProperty
Dependency property for the text member
Declaration
public static readonly DependencyProperty TextProperty
  Field Value
| Type | Description | 
|---|---|
| DependencyProperty | 
Properties
| Improve this Doc View SourceInputTextBox
Gets or sets the input textbox
Declaration
public TextBox InputTextBox { get; set; }
  Property Value
| Type | Description | 
|---|---|
| TextBox | 
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 | 
Text
Gets or sets the phone number
Declaration
public string Text { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
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 SourceGetBindingValue()
Get value for old simplic binding
Declaration
public object GetBindingValue()
  Returns
| Type | Description | 
|---|---|
| System.Object | 
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 SourceResolveInstanceDataGuid
Will be called before calling someone to resolve its instancedata guid
Declaration
public event PhoneNumberTextBox.ResolveInstanceDataGuidEventHandle ResolveInstanceDataGuid
  Event Type
| Type | Description | 
|---|---|
| PhoneNumberTextBox.ResolveInstanceDataGuidEventHandle |