ListBindingConverter
Wisej.Web.ListBindingConverter
Last updated
Was this helpful?
Wisej.Web.ListBindingConverter
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
Provides a type converter to convert objects to and from various other representations.
Initializes a new instance of the class.
Returns whether this converter can convert the object to the specified type using the specified context.
context
destinationType
Returns: . true if this converter can perform the conversion; otherwise, false.
Converts the given value object to the specified type, using the specified context and culture information.
context
culture
value
destinationType
context
propertyValues
context
An that provides a format context.
A that represents the type you want to convert to.
An that provides a format context.
A . If null is passed, the current culture is assumed.
The to convert.
The to convert the value parameter to.
Returns: . An that represents the converted value.
Creates an instance of the type that this is associated with, using the specified context, given a set of property values for the object.
An that provides a format context.
An of new property values.
Returns: . An representing the given , or null if the object cannot be created. This method always returns null.
Returns whether changing a value on this object requires a call to the method to create a new value.
An that provides a format context.
Returns: . true if changing a property on this object requires a call to to create a new value; otherwise, false.