C# 클래스 Sage.SData.Client.Extensions.SDataPayloadTypeDescriptionProvider

A TypeDescriptionProvider that allows the SDataPayload class to be data bound.
상속: System.ComponentModel.TypeDescriptionProvider
파일 보기 프로젝트 열기: Saleslogix/SDataCSharpClientLib

공개 메소드들

메소드 설명
GetTypeDescriptor ( Type objectType, object instance ) : ICustomTypeDescriptor
SDataPayloadTypeDescriptionProvider ( ) : System

Initializes a new instance of the SDataPayloadTypeDescriptionProvider class.

메소드 상세

GetTypeDescriptor() 공개 메소드

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

SDataPayloadTypeDescriptionProvider() 공개 메소드

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