C# 클래스 ServiceStack.Serialization.StringMapTypeDeserializer.PropertySerializerEntry

파일 보기 프로젝트 열기: ServiceStack/ServiceStack

공개 프로퍼티들

프로퍼티 타입 설명
PropertyParseStringFn ParseStringDelegate
PropertySetFn SetPropertyDelegate
PropertyType System.Type

공개 메소드들

메소드 설명
PropertySerializerEntry ( SetPropertyDelegate propertySetFn, ParseStringDelegate propertyParseStringFn ) : System

메소드 상세

PropertySerializerEntry() 공개 메소드

public PropertySerializerEntry ( SetPropertyDelegate propertySetFn, ParseStringDelegate propertyParseStringFn ) : System
propertySetFn SetPropertyDelegate
propertyParseStringFn ParseStringDelegate
리턴 System

프로퍼티 상세

PropertyParseStringFn 공개적으로 프로퍼티

public ParseStringDelegate PropertyParseStringFn
리턴 ParseStringDelegate

PropertySetFn 공개적으로 프로퍼티

public SetPropertyDelegate PropertySetFn
리턴 SetPropertyDelegate

PropertyType 공개적으로 프로퍼티

public Type,System PropertyType
리턴 System.Type