C# 클래스 org.GraphDefined.Vanaheimr.Balder.JurassicGraph.JSGraphElement

A wrapper to access a graph element from JavaScript.
상속: Jurassic.Library.ObjectInstance
파일 보기 프로젝트 열기: Vanaheimr/Balder

공개 메소드들

메소드 설명
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