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

Inheritance: System.ComponentModel.CustomTypeDescriptor
Exibir arquivo Open project: Saleslogix/SDataCSharpClientLib

Public Methods

Method Description
GetProperties ( ) : PropertyDescriptorCollection
GetProperties ( Attribute attributes ) : PropertyDescriptorCollection
PayloadCustomTypeDescriptor ( ICustomTypeDescriptor inner, SDataPayload instance ) : System

Method Details

GetProperties() public method

public GetProperties ( ) : PropertyDescriptorCollection
return System.ComponentModel.PropertyDescriptorCollection

GetProperties() public method

public GetProperties ( Attribute attributes ) : PropertyDescriptorCollection
attributes System.Attribute
return System.ComponentModel.PropertyDescriptorCollection

PayloadCustomTypeDescriptor() public method

public PayloadCustomTypeDescriptor ( ICustomTypeDescriptor inner, SDataPayload instance ) : System
inner ICustomTypeDescriptor
instance SDataPayload
return System