Method | Description | |
---|---|---|
Browse ( bool isArea, string filter ) : IList |
Browses the current branch.
|
|
BrowseDown ( string targetName ) : void |
Moves the current browse position down.
|
|
BrowseTo ( string itemId ) : void |
Moves the current browse position to the specified item.
|
|
BrowseUp ( ) : void |
Moves the current browse position up.
|
|
ComAe2Browser ( |
Initializes a new instance of the ComHdaBrowser class.
|
|
Dispose ( ) : void |
Frees any unmanaged resources.
|
|
GetQualifiedName ( string targetName, bool isArea ) : string |
Gets the qualified name.
|
|
IsValidQualifiedName ( string itemId, bool isArea ) : bool |
Checks if the item id identified by the is a valid area or source.
|
|
SearchByQualifiedName ( string pattern, bool isArea ) : List |
Returns the areas or sources that meet search pattern.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
An overrideable version of the Dispose.
|
Method | Description | |
---|---|---|
Browse ( |
Fetches the children from the server.
|
|
Browse ( |
Finds the children that match the pattern (updates cache if required).
|
|
Find ( |
Finds an element identified by the path from the root.
|
|
Find ( |
Finds the area/source with the specified identifier.
|
|
FindRoot ( string itemId, Stack |
Parses the item if looking for a known root element.
|
|
IsWildcardChar ( char ch ) : bool |
Returns true if char is one of the special chars that must be escaped.
|
|
ThrowIfDisposed ( ) : void |
Throws if disposed.
|
public Browse ( bool isArea, string filter ) : IList |
||
isArea | bool | |
filter | string | |
return | IList |
public BrowseDown ( string targetName ) : void | ||
targetName | string | |
return | void |
public ComAe2Browser ( |
||
server | ||
configuration | ||
mapper | ||
return | System |
public GetQualifiedName ( string targetName, bool isArea ) : string | ||
targetName | string | |
isArea | bool | |
return | string |
public IsValidQualifiedName ( string itemId, bool isArea ) : bool | ||
itemId | string | |
isArea | bool | |
return | bool |
public SearchByQualifiedName ( string pattern, bool isArea ) : List |
||
pattern | string | |
isArea | bool | |
return | List |