Overload | Description |
---|---|
SubscribeNode(Boolean,Object) | Subscribes or unsubscribes all designated model members of the given node. |
SubscribeNode(Boolean,Object,String) | Subscribes or unsubscribes model members of the given node that are tagged with the specified tag. |
SubscribeNode(Boolean,Object,Predicate<IEnumerable<String>>) | Subscribes or unsubscribes model members of the given node whose tags satisfy given specified predicate. |