OPC Studio User's Guide and Reference
IAliasRepository Interface Members
Methods 

OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Aliasing Namespace : IAliasRepository Interface

The following tables list the members exposed by IAliasRepository.

Public Methods
 NameDescription
 MethodAdds a new alias to the repository.  
 MethodFinds an alias specified by its name. (Inherited from OpcLabs.BaseLib.Aliasing.IAliasProvider)
 MethodGets information about the specified alias. (Inherited from OpcLabs.BaseLib.Aliasing.IReadOnlyAliasRepository)
 MethodGets names of aliases that satisfy the specified filter. (Inherited from OpcLabs.BaseLib.Aliasing.IReadOnlyAliasRepository)
 MethodGets names of alias categories in the repository. (Inherited from OpcLabs.BaseLib.Aliasing.IReadOnlyAliasRepository)
 MethodGets alias namespaces under the given parent namespace. (Inherited from OpcLabs.BaseLib.Aliasing.IReadOnlyAliasRepository)
 MethodGets types of aliases in the repository. (Inherited from OpcLabs.BaseLib.Aliasing.IReadOnlyAliasRepository)
 MethodModifies an existing alias in the repository.  
 MethodRemoves existing aliases from the repository.  
 MethodRenames an existing alias in the repository.  
 MethodSets an alias value, and optionally its metadata, in the repository.  
Top
Extension Methods
 NameDescription
Public Extension MethodAdds a new alias to the repository, with default alias metadata.
Public Extension MethodGets names of all aliases in the repository.
Public Extension MethodGets alias namespaces under the root namespace.
Public Extension MethodModifies an existing alias value in the repository, keeping its alias metadata unchanged.
Public Extension MethodRemoves existing aliases in the root namespace from the repository.
Public Extension MethodSets an alias value in the repository.
Top
See Also

Reference

IAliasRepository Interface
OpcLabs.BaseLib.Aliasing Namespace