C# Class Sage.SData.Client.Extensions.SDataPayloadTypeDescriptionProvider

A TypeDescriptionProvider that allows the SDataPayload class to be data bound.
Inheritance: System.ComponentModel.TypeDescriptionProvider
Mostra file Open project: Saleslogix/SDataCSharpClientLib

Public Methods

Method Description
GetTypeDescriptor ( Type objectType, object instance ) : ICustomTypeDescriptor
SDataPayloadTypeDescriptionProvider ( ) : System

Initializes a new instance of the SDataPayloadTypeDescriptionProvider class.

Method Details

GetTypeDescriptor() public method

public GetTypeDescriptor ( Type objectType, object instance ) : ICustomTypeDescriptor
objectType System.Type
instance object
return ICustomTypeDescriptor

SDataPayloadTypeDescriptionProvider() public method

Initializes a new instance of the SDataPayloadTypeDescriptionProvider class.
public SDataPayloadTypeDescriptionProvider ( ) : System
return System