C# Class KeeAnywhere.Json.ProtectedDataStringPropertyResolver.ProtectedDataStringValueProvider

Inheritance: IValueProvider
Mostrar archivo Open project: Kyrodan/KeeAnywhere

Public Methods

Method Description
GetValue ( object target ) : object
ProtectedDataStringValueProvider ( PropertyInfo targetProperty ) : System
SetValue ( object target, object value ) : void

Method Details

GetValue() public method

public GetValue ( object target ) : object
target object
return object

ProtectedDataStringValueProvider() public method

public ProtectedDataStringValueProvider ( PropertyInfo targetProperty ) : System
targetProperty System.Reflection.PropertyInfo
return System

SetValue() public method

public SetValue ( object target, object value ) : void
target object
value object
return void