C# Class Neutronium.Core.Binding.GlueObject.IJSCSGlueExtender

Mostra file Open project: David-Desmaisons/MVVM.CEF.Glue

Public Methods

Method Description
ApplyOnListenable ( this @this, IListenableObjectVisitor ivisitor ) : void
GetAllChildren ( this @this, bool includeMySelf = false ) : IEnumerable
GetJSSessionValue ( this @this ) : IJavascriptObject
IsBasic ( this @this ) : bool

Private Methods

Method Description
AutoMap ( this @this ) : void
GetAllChildren ( this @this, bool includeMySelf, ISet res ) : void

Method Details

ApplyOnListenable() public static method

public static ApplyOnListenable ( this @this, IListenableObjectVisitor ivisitor ) : void
@this this
ivisitor IListenableObjectVisitor
return void

GetAllChildren() public static method

public static GetAllChildren ( this @this, bool includeMySelf = false ) : IEnumerable
@this this
includeMySelf bool
return IEnumerable

GetJSSessionValue() public static method

public static GetJSSessionValue ( this @this ) : IJavascriptObject
@this this
return IJavascriptObject

IsBasic() public static method

public static IsBasic ( this @this ) : bool
@this this
return bool