TrSearchMercResult class

Inheritance

Constructors

TrSearchMercResult()

Properties

asDataList List<DataFace>
Devuelve un List de los attributos del objeto
no setterinherited
asDataMap Map<String, DataFace>
Devuelve un Map con los attributos del objeto
no setterinherited
autoRequestReference bool
no setterinherited
cantidad Cantidad
final
changed bool
verifica si hay cambios
no setterinherited
completed Future
no setterinherited
descrip Descrip
final
descuento Descuento
final
disponible Cantidad
final
dtasa Dtasa
final
dvalor Dvalor
final
enabled bool
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
idOfList int
getter/setter pairinherited
imagen Imagen
final
isData bool
finalinherited
isEmpty bool
no setterinherited
isNotEmpty → dynamic
no setterinherited
itasa iTasa
final
itbis Itbis
final
label String
getter/setter pairinherited
memberList List<DataFace>
Devuelve la lista de miembros del objeto
no setterinherited
memberMap Map<String, DataFace>
Devuelve un Map de miembros del objeto
no setterinherited
merc MercId
final
moneda MonedaId
final
msg String
getter/setter pairinherited
name String
finalinherited
neto Neto
final
no_update bool
getter/setter pairinherited
objectId int
finalinherited
parent DataFace?
getter/setter pairinherited
precio Precio
final
process List<Future>
getter/setter pairinherited
referencia Referencia
final
required bool
getter/setter pairinherited
rules List<DataRule>
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
total Total
final
type DataType
finalinherited
unidad UnidadId
final
valor Valor
final

Methods

activeAllAutoRequestReferences({bool active = true}) → dynamic
inherited
bind({required List<DataFace> members}) → void
conecta elementos al contenedor
inherited
cancelEventByName(String name) → dynamic
inherited
changes(dynamic x) bool
obtiene los cambios realizados
inherited
get() Map<String, dynamic>
devuelve el contenido del objeto expresado en un Map
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
on(String name, EventFn fn) EventHandler
inherited
onChange(DataFace? data) → void
disponible para sobreescribir y validar
inherited
oneTimeOn(String name, EventFn fn) EventHandler
inherited
onValid(dynamic fn(DataFace data)) → dynamic
inherited
refresh() → void
permite actualizar cuando el objeto esta conectado a componentes graficos
inherited
request({dynamic key}) Future
inherited
requestReferences() → dynamic
inherited
resetTo({dynamic value, dynamic justValue}) → void
resetea los valores a partir de un map
inherited
resetToDefault() → dynamic
resetea los valores a su valor por defecto
inherited
setTo({dynamic value}) → void
permite asignarle valor al objeto mediante un Map
inherited
toString() String
A string representation of this object.
inherited
trigger(String name, [dynamic arg]) Future<void>
inherited
undo() → void
deshace los cambios realizados
inherited
valid() → void
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited