Method GetBindingsForType
GetBindingsForType(Type)
Find the bindings for a give NodeType.
Declaration
public static List<BindingDescriptor> GetBindingsForType(Type containerType)
Parameters
| Type | Name | Description | 
|---|---|---|
| Type | containerType | Type of the node to check the bindings for  | 
    
Returns
| Type | Description | 
|---|---|
| List<BindingDescriptor> | List of bindings in the give node type  |