Export |
public class ExportAdapter<T, TMetadataView> : IExport<T, TMetadataView> where T : class where TMetadataView : class
The ExportAdapterT, TMetadataView type exposes the following members.
| Name | Description | |
|---|---|---|
| ExportAdapterT, TMetadataView | Initializes a new instance of the ExportAdapterT, TMetadataView class. |
| Name | Description | |
|---|---|---|
| SafeCastT |
Performs a cast from object to T, avoiding possible null violations if T is a value type.
(Defined by ObjectExtensions) |