C# 클래스 Rhino.Xmlimpl.Namespace

상속: Rhino.IdScriptableObject
파일 보기 프로젝트 열기: hazzik/Rhino.Net 1 사용 예제들

공개 메소드들

메소드 설명
Equals ( object obj ) : bool
ExecIdCall ( IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, object args ) : object
ExportAsJSClass ( bool @sealed ) : void
GetClassName ( ) : string
GetDefaultValue ( Type hint ) : object
GetHashCode ( ) : int
Prefix ( ) : string
ToLocaleString ( ) : string
ToString ( ) : string
Uri ( ) : string

보호된 메소드들

메소드 설명
EquivalentValues ( object value ) : object
FindInstanceIdInfo ( string s ) : int
FindPrototypeId ( string s ) : int
GetInstanceIdName ( int id ) : string
GetInstanceIdValue ( int id ) : object
GetMaxInstanceId ( ) : int
InitPrototypeId ( int id ) : void

비공개 메소드들

메소드 설명
CastToNamespace ( object namespaceObj ) : Namespace
ConstructNamespace ( ) : Namespace
ConstructNamespace ( object uriValue ) : Namespace
ConstructNamespace ( object prefixValue, object uriValue ) : Namespace
Create ( Scriptable scope, Rhino prototype, Rhino @namespace ) : Namespace
Equals ( Rhino n ) : bool
GetDelegate ( ) : Rhino.Xmlimpl.XmlNode.Namespace
JsConstructor ( Context cx, bool inNewExpr, object args ) : object
Js_toSource ( ) : string
Namespace ( ) : System
NewNamespace ( string uri ) : Namespace
NewNamespace ( string prefix, string uri ) : Namespace
RealThis ( Scriptable thisObj, IdFunctionObject f ) : Namespace
ToSourceImpl ( string prefix, string uri, StringBuilder sb ) : void

메소드 상세

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

EquivalentValues() 보호된 메소드

protected EquivalentValues ( object value ) : object
value object
리턴 object

ExecIdCall() 공개 메소드

public ExecIdCall ( IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, object args ) : object
f Rhino.IdFunctionObject
cx Rhino.Context
scope Scriptable
thisObj Scriptable
args object
리턴 object

ExportAsJSClass() 공개 메소드

public ExportAsJSClass ( bool @sealed ) : void
@sealed bool
리턴 void

FindInstanceIdInfo() 보호된 메소드

protected FindInstanceIdInfo ( string s ) : int
s string
리턴 int

FindPrototypeId() 보호된 메소드

protected FindPrototypeId ( string s ) : int
s string
리턴 int

GetClassName() 공개 메소드

public GetClassName ( ) : string
리턴 string

GetDefaultValue() 공개 메소드

public GetDefaultValue ( Type hint ) : object
hint System.Type
리턴 object

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

GetInstanceIdName() 보호된 메소드

protected GetInstanceIdName ( int id ) : string
id int
리턴 string

GetInstanceIdValue() 보호된 메소드

protected GetInstanceIdValue ( int id ) : object
id int
리턴 object

GetMaxInstanceId() 보호된 메소드

protected GetMaxInstanceId ( ) : int
리턴 int

InitPrototypeId() 보호된 메소드

protected InitPrototypeId ( int id ) : void
id int
리턴 void

Prefix() 공개 메소드

public Prefix ( ) : string
리턴 string

ToLocaleString() 공개 메소드

public ToLocaleString ( ) : string
리턴 string

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

Uri() 공개 메소드

public Uri ( ) : string
리턴 string