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.v24.1.dll
NuGet Package: DevExpress.ExpressApp.Security.Xpo
Declaration
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