IModelTypesLocator Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public interface class IModelTypesLocator
public interface IModelTypesLocator
type IModelTypesLocator = interface
Public Interface IModelTypesLocator
- Derived
Methods
| GetAllTypes() | |
| GetType(String) |
Returns the types matching a type name. The method returns types for which the full name matches the given typeName exactly. However, if there are none exactly matching, then it returns all the types whose type name (without the namespace name) matches the given type name. This allows the callers to pass in a short type name and get the results. Caller has to decide what to do when there are multiple matches. |