WcfDataServerHelper.GetKnownTypes(ICustomAttributeProvider) Method
In This Article
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.v24.2.dll
NuGet Package: DevExpress.ExpressApp.Security.Xpo
#Declaration
public static IEnumerable<Type> GetKnownTypes(
ICustomAttributeProvider provider
)
#Parameters
Name | Type | Description |
---|---|---|
provider | ICustom |
An ICustom |
#Returns
Type | Description |
---|---|
IEnumerable<Type> | An IEnumerable |
#Remarks
This method is not intended to be called from your code.
See Also