C# Класс org.GraphDefined.Vanaheimr.Balder.JurassicGraph.JSGraphElement

A wrapper to access a graph element from JavaScript.
Наследование: Jurassic.Library.ObjectInstance
Показать файл Открыть проект

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

Метод Описание
JSGraphElement ( IGraphElement GraphElement, ScriptEngine JavaScriptEngine ) : System

Create a new graph element wrapper for JavaScript.

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

Метод Описание
GetMissingPropertyValue ( String PropertyKey ) : Object

Retrieves the value of a property which doesn't exist on the object. This method can be overridden to effectively construct properties on the fly. The default behavior is to return undefined.

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

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

Retrieves the value of a property which doesn't exist on the object. This method can be overridden to effectively construct properties on the fly. The default behavior is to return undefined.
protected GetMissingPropertyValue ( String PropertyKey ) : Object
PropertyKey String The name of the missing property.
Результат Object

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

Create a new graph element wrapper for JavaScript.
public JSGraphElement ( IGraphElement GraphElement, ScriptEngine JavaScriptEngine ) : System
GraphElement IGraphElement A graph element.
JavaScriptEngine ScriptEngine An instance of a JavaScript engine.
Результат System