IExtensionLocator 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.
This interface provides a way for the generated serializers to resolve a schema target namespace to a domain model.
public interface class IExtensionLocator
public interface IExtensionLocator
type IExtensionLocator = interface
Public Interface IExtensionLocator
- Derived
Methods
GetExtendingDomainModels(Type, Boolean) |
Returns a list of domain model types that extend the specified domain model. |
GetExtendingDomainModels(Type) |
Returns a list of domain model types that extend the specified domain model, either directly or indirectly |