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

상속: System.ComponentModel.CustomTypeDescriptor
파일 보기 프로젝트 열기: Saleslogix/SDataCSharpClientLib

공개 메소드들

메소드 설명
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