Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Wisej.Web.BindingCompleteEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Represents the delegate that handles the BindingComplete event.
Name | Type | Description |
---|---|---|
Name | Description |
---|---|
Wisej.Web.Binding
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Represents the simple binding between the property value of an object and the property value of a IBindableComponent.
Initializes a new instance of the Binding class that simple-binds the indicated control property to the specified data member of the data source.
Name | Type | Description |
---|---|---|
Throws:
Exception propertyName is neither a valid property of a control nor an empty string ("").
ArgumentException The property given by propertyName does not exist on the control.
Initializes a new instance of the Binding class that binds the indicated control property to the specified data member of the data source, and optionally enables formatting to be applied.
Name | Type | Description |
---|---|---|
Throws:
ArgumentException The property given by propertyName does not exist on the control; or the property given is a read-only property.
Exception Formatting is disabled and propertyName is neither a valid property of a control nor an empty string ("").
Initializes a new instance of the Binding class that binds the specified control property to the specified data member of the specified data source. Optionally enables formatting and propagates values to the data source based on the specified update setting.
Throws:
ArgumentException The property given by propertyName does not exist on the control; or the data source or data member or control property specified are associated with another binding in the collection.
Initializes a new instance of the Binding class that binds the indicated control property to the specified data member of the specified data source. Optionally enables formatting, propagates values to the data source based on the specified update setting, and sets the property to the specified value when a DBNull is returned from the data source.
Throws:
ArgumentException The property given by propertyName does not exist on the control; or the data source or data member or control property specified are associated with another binding in the collection.
Initializes a new instance of the Binding class that binds the specified control property to the specified data member of the specified data source. Optionally enables formatting with the specified format string; propagates values to the data source based on the specified update setting; and sets the property to the specified value when a DBNull is returned from the data source.
Throws:
ArgumentException The property given by propertyName does not exist on the control; or the data source or data member or control property specified are associated with another binding in the collection.
Initializes a new instance of the Binding class with the specified control property to the specified data member of the specified data source. Optionally enables formatting with the specified format string; propagates values to the data source based on the specified update setting; enables formatting with the specified format string; sets the property to the specified value when a DBNull is returned from the data source; and sets the specified format provider.
Throws:
ArgumentException The property given by propertyName does not exist on the control; or the data source or data member or control property specified are associated with another binding in the collection.
IBindableComponent: Returns the IBindableComponent this Binding is associated with. (Default: null
)
BindingMemberInfo: Return the binding information based on the dataMember parameter in the #ctor constructor.
Control: Returns the control that the binding belongs to. (Default: null
)
ControlUpdateMode: Returns or sets when changes to the data source are propagated to the bound control property. (Default: OnPropertyChanged
)
Object: Returns the data source for this binding.
Object: Returns or sets the value to be stored in the data source if the control value is null or empty.
DataSourceUpdateMode: Returns or sets a value that indicates when changes to the bound control property are propagated to the data source. (Default: OnValidation
)
IFormatProvider: Returns or sets the IFormatProvider that provides custom formatting behavior. (Default: null
)
String: Returns or sets the format specifier characters that indicate how a value is to be displayed.
Boolean: Returns or sets a value indicating whether type conversion and formatting is applied to the control property data. (Default: False
)
Boolean: Returns whether the binding is active.
Object: Returns or sets the Object to be set as the control property when the data source contains a DBNull value.
String: Returns the name of the control's data-bound property. (Default: ""
)
Sets the control property to the value read from the data source.
Reads the current value from the control property and writes it to the data source.
BindingCompleteEventHandler Fired when the FormattingEnabled property true and a binding operation is completed.
ConvertEventHandler Fired when the property of a control is bound to a data value.
ConvertEventHandler Fired when the value of a data-bound control changes.
Wisej.Web.BindingContext
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Manages the collection of BindingManagerBase objects for any object that inherits from the Control class.
Creates a new instance of BindingContext.
Boolean: Returns whether the collection is read-only.
BindingManagerBase: Returns the BindingManagerBase that is associated with the data source.
BindingManagerBase: Returns a BindingManagerBase that is associated with the data source and data member.
Throws:
Exception The specified dataMember does not exist in the specified data source.
Returns whether the BindingContext contains the BindingManagerBase associated with the data source.
Returns: Boolean. true if the BindingContext contains the BindingManagerBase; otherwise, false.
Returns whether the BindingContext contains the BindingManagerBase associated with the data source and data member.
Returns: Boolean. true if the BindingContext contains the BindingManagerBase; otherwise, false.
Associates a Binding with a new BindingContext.
CollectionChangeEventHandler Fired when the collection of data sources changes.
Wisej.Web.BindingManagerDataErrorEventHandler