C# Class ServiceStack.Serialization.StringMapTypeDeserializer.PropertySerializerEntry

Exibir arquivo Open project: ServiceStack/ServiceStack

Public Properties

Property Type Description
PropertyParseStringFn ParseStringDelegate
PropertySetFn SetPropertyDelegate
PropertyType System.Type

Public Methods

Method Description
PropertySerializerEntry ( SetPropertyDelegate propertySetFn, ParseStringDelegate propertyParseStringFn ) : System

Method Details

PropertySerializerEntry() public method

public PropertySerializerEntry ( SetPropertyDelegate propertySetFn, ParseStringDelegate propertyParseStringFn ) : System
propertySetFn SetPropertyDelegate
propertyParseStringFn ParseStringDelegate
return System

Property Details

PropertyParseStringFn public_oe property

public ParseStringDelegate PropertyParseStringFn
return ParseStringDelegate

PropertySetFn public_oe property

public SetPropertyDelegate PropertySetFn
return SetPropertyDelegate

PropertyType public_oe property

public Type,System PropertyType
return System.Type