BindingScope
Assembly: uMod.Core.dll
Inheritance Object BindingScope
Implements IBindingScope
Summary
BindingScope class
Constructors
Name | Summary |
|---|---|
BindingScope ( | Create a binding scope object with the specified context types |
Properties
Name | Summary |
|---|---|
BindCallback | Gets a callback to determine if binding scope applies to context |
BindCallbackWithParameter | Gets a callback to determine if binding scope applies to context |
BindMethod | Gets a method to determine if binding scope applies to context |
BindMethodParameters | Gets an array of parameters used by the bind method |
BindMethodTarget | Gets the target of the bound method |
BoundObject | Gets the object that binding scope should return |
Context | List of types where this binding scope applies |
IsAnonymousMethod | Check if bound method is anonymous |
NeedsType | Gets the type that depends on the context |
Methods
Name | Summary |
|---|---|
Bind ( | Bind the object that binding scope should return |
Assign the specified callback to determine if object applies to context | |
Assign the specified callback to determine if object applies to context | |
Assign the specified callback to determine if object applies to context | |
Assign the specified callback to determine if object applies to context | |
Bind ( | Assign the specified method to determine if object applies to context |
Needs ( | Assign the type that depends on the context |