C# Class Rhino.Xmlimpl.Namespace

Inheritance: Rhino.IdScriptableObject
Afficher le fichier Open project: hazzik/Rhino.Net Class Usage Examples

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
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

Private Methods

Méthode Description
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

Method Details

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

EquivalentValues() protected méthode

protected EquivalentValues ( object value ) : object
value object
Résultat object

ExecIdCall() public méthode

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
Résultat object

ExportAsJSClass() public méthode

public ExportAsJSClass ( bool @sealed ) : void
@sealed bool
Résultat void

FindInstanceIdInfo() protected méthode

protected FindInstanceIdInfo ( string s ) : int
s string
Résultat int

FindPrototypeId() protected méthode

protected FindPrototypeId ( string s ) : int
s string
Résultat int

GetClassName() public méthode

public GetClassName ( ) : string
Résultat string

GetDefaultValue() public méthode

public GetDefaultValue ( Type hint ) : object
hint System.Type
Résultat object

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

GetInstanceIdName() protected méthode

protected GetInstanceIdName ( int id ) : string
id int
Résultat string

GetInstanceIdValue() protected méthode

protected GetInstanceIdValue ( int id ) : object
id int
Résultat object

GetMaxInstanceId() protected méthode

protected GetMaxInstanceId ( ) : int
Résultat int

InitPrototypeId() protected méthode

protected InitPrototypeId ( int id ) : void
id int
Résultat void

Prefix() public méthode

public Prefix ( ) : string
Résultat string

ToLocaleString() public méthode

public ToLocaleString ( ) : string
Résultat string

ToString() public méthode

public ToString ( ) : string
Résultat string

Uri() public méthode

public Uri ( ) : string
Résultat string