ITypeReflector Interface
Provides a way to create custom type reflectors to decipher the value contained by a TypeDescriptor object in the Business Data Catalog.
Namespace: Microsoft.Office.Server.ApplicationRegistry.Infrastructure
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public Interface ITypeReflector
'Usage
Dim instance As ITypeReflector
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public interface ITypeReflector
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.Infrastructure Namespace