DataServiceConfiguration.RegisterKnownType(Type) Method

Definition

Adds a type to the list of types that are recognized by the data service.

public:
 virtual void RegisterKnownType(Type ^ type);
public void RegisterKnownType (Type type);
abstract member RegisterKnownType : Type -> unit
override this.RegisterKnownType : Type -> unit
Public Sub RegisterKnownType (type As Type)

Parameters

type
Type

Type to add to the collection of known types.

Implements

Remarks

A provider can use the RegisterKnownType method to register a type when it cannot be detected by the runtime by using the default set of rules.

Applies to

See also