import ServiceResponse from 'devapt-core-common/js/services/service_response.js'
Constructor Summary
Public Constructor | ||
public |
constructor(arg_values: object): nothing Create a Service response instance. |
Member Summary
Public Members | ||
public |
Class type flag. |
Inherited Summary
From class Introspectable | ||
public |
Property getter. |
|
public |
Property tester. |
|
public |
Property setter. |
|
public |
[_name]: any Property value. |
|
public |
[name]: any Property value. |
|
public |
Class type flag. |
|
private |
Methods map. |
|
private |
_methods_names: array Methods names array. |
|
private |
Properties map. |
|
private |
_properties_names: array Properties names array. |
|
public |
add_property(arg_record: object): boolean Test if instance has given named property. |
|
public |
Get properties values. |
|
public |
get_property_value(arg_name: string): any Get a property value. |
|
public |
has_method(arg_name: string): boolean Test if instance has given named method. |
|
public |
has_property(arg_name: string): boolean Test if instance has given named property. |
|
public |
set_properties_values(arg_values: object | array): boolean Set properties values. |
|
public |
set_property_value(arg_name: string, arg_value: any, arg_this_name: string): boolean Set a property value. |
Public Constructors
public constructor(arg_values: object): nothing source
Create a Service response instance.
Override:
Introspectable#constructorParams:
Name | Type | Attribute | Description |
arg_values | object | values object. |
Return:
nothing |