IDataServiceConfiguration.RegisterKnownType(Type) Method

Definition

Registers a resource type for use by the data service.

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

Parameters

type
Type

The resource type to register.

Applies to