C# Класс Enterra.V8x1C.DOM.BaseObject

Base 1C object
Показать файл Открыть проект

Открытые методы

Метод Описание
ClearCache ( ) : void

Clear cache

Equals ( object obj ) : bool
GetHashCode ( ) : int

Защищенные методы

Метод Описание
GetFromCache ( string name, GetValueHandler getValue ) : object

Get from cache

GetIndexerFromCache ( string name, GetValueHandler getValue ) : object

Get indexer value from cache

OnPtrRequired ( ) : void

Raise on get Ptr property when there is null

PutToCache ( string name, object value ) : void

Put to cache

PutToIndexerCache ( string name, object value ) : void

Put to indexer cache

Приватные методы

Метод Описание
GetProperty ( string name, object>.Converter converter ) : object

Get property and convert

GetProperty ( string name, bool byInvokeV8, object>.Converter converter ) : object

Get property and convert

GetV8Property ( object target, string name ) : object

Get property

GetV8Property ( string name ) : object

Get property (return value type or _COMObject)

InvokeV8Method ( object target, string name, object args ) : object

Invoke method

InvokeV8Method ( string name ) : object

Invoke method

Release ( ) : void

Release

SetProperty ( string name, object value ) : void

Set property

SetV8Property ( object target, string name, object value ) : void

Set property

SetV8Property ( string name, object value ) : void

Set property

Описание методов

ClearCache() публичный Метод

Clear cache
public ClearCache ( ) : void
Результат void

Equals() публичный Метод

public Equals ( object obj ) : bool
obj object
Результат bool

GetFromCache() защищенный Метод

Get from cache
protected GetFromCache ( string name, GetValueHandler getValue ) : object
name string
getValue GetValueHandler
Результат object

GetHashCode() публичный Метод

public GetHashCode ( ) : int
Результат int

GetIndexerFromCache() защищенный Метод

Get indexer value from cache
protected GetIndexerFromCache ( string name, GetValueHandler getValue ) : object
name string
getValue GetValueHandler
Результат object

OnPtrRequired() защищенный Метод

Raise on get Ptr property when there is null
protected OnPtrRequired ( ) : void
Результат void

PutToCache() защищенный Метод

Put to cache
protected PutToCache ( string name, object value ) : void
name string
value object
Результат void

PutToIndexerCache() защищенный Метод

Put to indexer cache
protected PutToIndexerCache ( string name, object value ) : void
name string
value object
Результат void