Method | Description | |
---|---|---|
ElementsRegistry ( ) : System.Collections.Generic | ||
FindElement ( |
||
FindElement ( string rootRegisteredId, |
||
FindElements ( |
||
FindElements ( string rootRegisteredId, |
||
GetRegistredElement ( string registeredId ) : |
||
RegisterElement ( |
||
ToString ( ) : string |
public ElementsRegistry ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
public FindElement ( |
||
root | ||
strategy | ||
return | string |
public FindElement ( string rootRegisteredId, |
||
rootRegisteredId | string | |
strategy | ||
return | string |
public FindElements ( |
||
root | ||
strategy | ||
return | List |
public FindElements ( string rootRegisteredId, |
||
rootRegisteredId | string | |
strategy | ||
return | List |
public GetRegistredElement ( string registeredId ) : |
||
registeredId | string | |
return |
public RegisterElement ( |
||
element | ||
return | string |