Referencia de la Clase sage.ew.objetos.Widgets.IntConverter

Propiedades : formato de texto que solo acepta valores numéricos. Convertidor de String a Int y viceversa Más...

Diagrama de herencias de sage.ew.objetos.Widgets.IntConverter

Métodos públicos

override bool CanConvertFrom (ITypeDescriptorContext context, Type sourceType)
 Overrides the CanConvertFrom method of TypeConverter. The ITypeDescriptorContext interface provides the context for the conversion. Typically, this interface is used at design time to provide information about the design-time container. Más...
 
override object ConvertFrom (ITypeDescriptorContext context, CultureInfo culture, object value)
 Overrides the ConvertFrom method of TypeConverter. Más...
 
override object ConvertTo (ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType)
 Overrides the ConvertTo method of TypeConverter. Más...
 

Descripción detallada

Propiedades : formato de texto que solo acepta valores numéricos. Convertidor de String a Int y viceversa

Definición en la línea 765 del archivo PropertiesClass.cs.

Documentación de las funciones miembro

◆ CanConvertFrom()

override bool sage.ew.objetos.Widgets.IntConverter.CanConvertFrom ( ITypeDescriptorContext  context,
Type  sourceType 
)
inline

Overrides the CanConvertFrom method of TypeConverter. The ITypeDescriptorContext interface provides the context for the conversion. Typically, this interface is used at design time to provide information about the design-time container.

Parámetros
context
sourceType
Devuelve

Definición en la línea 776 del archivo PropertiesClass.cs.

◆ ConvertFrom()

override object sage.ew.objetos.Widgets.IntConverter.ConvertFrom ( ITypeDescriptorContext  context,
CultureInfo  culture,
object  value 
)
inline

Overrides the ConvertFrom method of TypeConverter.

Parámetros
context
culture
value
Devuelve

Definición en la línea 789 del archivo PropertiesClass.cs.

◆ ConvertTo()

override object sage.ew.objetos.Widgets.IntConverter.ConvertTo ( ITypeDescriptorContext  context,
CultureInfo  culture,
object  value,
Type  destinationType 
)
inline

Overrides the ConvertTo method of TypeConverter.

Parámetros
context
culture
value
destinationType
Devuelve

Definición en la línea 808 del archivo PropertiesClass.cs.


La documentación para esta clase fue generada a partir del siguiente fichero: