Reference Source
public class | source

ServiceRequest

Extends:

Introspectable → ServiceRequest

Service request class.

Constructor Summary

Public Constructor
public

constructor(arg_values: object): nothing

Create a Service request instance.

Member Summary

Public Members
public

Class type flag.

Method Summary

Public Methods
public

get_operand(arg_index: integer): any

Get operand by index.

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.

private

Properties map.

private

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

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 request instance.

Override:

Introspectable#constructor

Params:

NameTypeAttributeDescription
arg_values object

values object.

Return:

nothing

Public Members

public is_service_request: boolean source

Class type flag.

Public Methods

public get_operand(arg_index: integer): any source

Get operand by index.

Params:

NameTypeAttributeDescription
arg_index integer

operand array index.

Return:

any