C# Class Enterra.V8x1C.DOM.BaseSessionObject

Base sessioned 1C object
Inheritance: BaseObject
Datei anzeigen Open project: EnterraInc/1C-.Net-Adapter Class Usage Examples

Protected Methods

Method Description
ConvertV8Value ( object obj ) : object
ConvertV8Value ( object obj, TypeDescription typeDescription ) : object
IsInternalV8Object ( object val ) : bool

Private Methods

Method Description
BaseSessionObject ( Session session, object ptr ) : System
GetProperty ( string name ) : object

Get property. Use only for value types

InvokeMethod ( string name ) : object

Invoke method

Method Details

ConvertV8Value() protected method

protected ConvertV8Value ( object obj ) : object
obj object
return object

ConvertV8Value() protected method

protected ConvertV8Value ( object obj, TypeDescription typeDescription ) : object
obj object
typeDescription TypeDescription
return object

IsInternalV8Object() protected static method

protected static IsInternalV8Object ( object val ) : bool
val object
return bool