C# Класс Sage.SData.Client.Extensions.SDataPayloadTypeDescriptionProvider.PayloadCustomTypeDescriptor

Наследование: System.ComponentModel.CustomTypeDescriptor
Показать файл Открыть проект

Открытые методы

Метод Описание
GetProperties ( ) : PropertyDescriptorCollection
GetProperties ( Attribute attributes ) : PropertyDescriptorCollection
PayloadCustomTypeDescriptor ( ICustomTypeDescriptor inner, SDataPayload instance ) : System

Описание методов

GetProperties() публичный Метод

public GetProperties ( ) : PropertyDescriptorCollection
Результат System.ComponentModel.PropertyDescriptorCollection

GetProperties() публичный Метод

public GetProperties ( Attribute attributes ) : PropertyDescriptorCollection
attributes System.Attribute
Результат System.ComponentModel.PropertyDescriptorCollection

PayloadCustomTypeDescriptor() публичный Метод

public PayloadCustomTypeDescriptor ( ICustomTypeDescriptor inner, SDataPayload instance ) : System
inner ICustomTypeDescriptor
instance SDataPayload
Результат System