ITypeReflector Members
Include Protected Members
Include Inherited Members
NOTE: This API is now obsolete.
Provides a way to create custom type reflectors to decipher the value contained by a TypeDescriptor object in the Business Data Catalog.
The ITypeReflector type exposes the following members.
Methods
Name | Description | |
---|---|---|
Get(TypeDescriptor, TypeDescriptor, Object) | Obsolete. Returns the instance that is extracted according to the SubType that corresponds to the specified TypeDescriptor object. | |
Get(TypeDescriptor, TypeDescriptor, Object, Int32) | Obsolete. | |
GetDotNetType | Obsolete. Returns the actual .NET Type of the TypeDescriptor object. | |
Instantiate(TypeDescriptor, MethodInstance) | Obsolete. Creates an instance of a Type corresponding to the TypeDescriptor object for the specified method instance. | |
Instantiate(TypeDescriptor, Int32, MethodInstance) | Obsolete. | |
ResolveDotNetType | Obsolete. Provides the actual abstract type name resolution used by the GetDotNetType method. | |
Set(TypeDescriptor, TypeDescriptor, Object, Object) | Obsolete. Sets the value of the specified TypeDescriptor object in the root TypeDescriptor object. | |
Set(TypeDescriptor, TypeDescriptor, Object, Object, Int32) | Obsolete. |
Top
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.Infrastructure Namespace