Skip to main content
A newer version of this page is available. .

WcfDataServerHelper.GetKnownTypes(ICustomAttributeProvider) Method

Gets a list of types that are known by the WCF data service’s contract.

Namespace: DevExpress.ExpressApp.Security.ClientServer.Wcf

Assembly: DevExpress.ExpressApp.Security.Xpo.v19.1.dll

Declaration

public static IEnumerable<Type> GetKnownTypes(
    ICustomAttributeProvider provider
)

Parameters

Name Type Description
provider ICustomAttributeProvider

An ICustomAttributeProvider object.

Returns

Type Description
IEnumerable<Type>

An IEnumerable<Type> list of types that are known by the WCF data service’s contract.

Remarks

This method is not intended to be called from your code.

See Also