IExtensionLocator Interface

Definition

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)

Returns a list of domain model types that extend the specified domain model, either directly or indirectly

GetExtendingDomainModels(Type, Boolean)

Returns a list of domain model types that extend the specified domain model.

Applies to